survey-bot icon indicating copy to clipboard operation
survey-bot copied to clipboard

Reusable Survey bot for telegram built with Django

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