Skip to content

Reusable Survey bot for telegram built with Django

Notifications You must be signed in to change notification settings

azimjohn/survey-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Reusable Survey bot for telegram built with Django

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages