Add standardized Bot start API from red-Bot

To make it possible to easily reuse this in other bot projects

Related Task: [https://fs.golderweb.de/index.php?do=details&task_id=84 FS#84]

Related Task: [https://fs.golderweb.de/index.php?do=details&task_id=84 FS#84]
This commit is contained in:
2016-08-27 18:20:30 +02:00
parent 2173f2984f
commit 28d03f35b8
2 changed files with 281 additions and 1 deletions

View File

@@ -22,8 +22,9 @@
#
#
"""
Scripts for our redundances bot
Scripts for our bot framework
"""
# noqa needed to prevent pyflakes from warning about unused imports
from jogobot.jogobot import ( output, sendmail, is_active ) # noqa
from jogobot.config import config # noqa
import jogobot.bot as bot # noqa