/survey-bot

Reusable Survey bot for telegram built with Django

Primary LanguagePython

SurveyBot

Telegram bot for Survey built with Django and Telebot

example bot built with survey-bot: https://t.me/ustoztopbot

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 runserver