/cerebros_bot

Trustworthy Bitcoin Database

Primary LanguagePythonGNU Lesser General Public License v3.0LGPL-3.0

cerebros_bot

A Telegram bot to track activity of trustworthy bitcoin traders

To run the bot yourself, you will need:

  • Python (tested with 3.4)
  • The python-telegram-bot module (dev version)
    • Install with pip install https://github.com/python-telegram-bot/python-telegram-bot/archive/user-storage.zip
  • The Pony ORM module (tested with 0.6.4)

Get a bot token from @BotFather, place it in credentials.py. If you want to use botan.io for bot analyis, get a token from @Botaniobot and also place it in credentials.py.

By default, the bot uses getUpdates to receive updates. To use a webhook, edit start_bot.py accordingly. Check python-telegram-bot documentation on more information.

Run the bot with python3 bot.py