Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am tsnoam on github.
  • I am tsnoam (https://keybase.io/tsnoam) on keybase.
  • I have a public key whose fingerprint is 6094 0E10 DC40 7BFB DE2A 79C8 F93B C52D 32F8 9489

To claim this, I am signing this object:

@tsnoam
tsnoam / netfluc.py
Last active June 3, 2017 20:06
ptb netfluc recreate & log
import logging
from telegram import *
from telegram.__main__ import main as tmain
from telegram.ext import *
logging.basicConfig(format='%(asctime)-15s %(message)s', level=logging.DEBUG)
def start(bot, update):