Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 676 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 676 Bytes

SurveyBot

Telegram bot for Surveys built with Django and Telebot

First get the repo on your machine:

$ git clone https://github.com/azimjohn/survey-bot.git

Then install requirements:

$ pip install -r requirements.txt

Make the migrations and apply them:

$ python manage.py makemigrations
$ python manage.py migrate

Export the bot token, replace REPLACE_ME with your bot's token

$ export BOT_TOKEN=REPLACE_ME

Finally, run the server 🎉

$ python manage.py runbot