You can use it as you wish. This bot was created for the article on a website Tim the Webmaster
- Conduct a survey
- Generate a result
- Set up result output
- Make sure you have created a virtual enviroment, like this
python -m venv .venv- And source it
source .venv/bin/activate- Then install all requirements
pip install -r requirements.txt- Create .env file and paste it
echo "BOT_TOKEN=*your telegram bot token*" > .envNow you are ready to use this bot.