Skip to content

t2elzeth/rc-translator

Repository files navigation

RC-Translator

To start this bot locally:

You will need:

Steps:

  • Create a virtualenv and install requirements
  • Create a .env.dev file where you have to pass following data:
    DB_USER=<Your MongoDB user's full name>
    DB_PASS=<MongoDB db-password>
    DB_HOST=<MongoDB host name>
    TOKEN=<Bot API Token from BotFather>
    
  • Then run bot.py