initial commit

This commit is contained in:
klemek
2020-07-20 23:26:42 +02:00
commit 339dfc30ef
4 changed files with 257 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
import logging
from bot import Bot
logging.basicConfig(format="[%(asctime)s][%(levelname)s][%(module)s] %(message)s", level=logging.INFO)
bot = Bot("test-app", "0.1-alpha", alias="|")
bot.log_calls = True
bot.start()