|
5 months ago | |
---|---|---|
templates | 5 months ago | |
.gitignore | 5 months ago | |
Dockerfile | 5 months ago | |
README.md | 5 months ago | |
requirements.txt | 5 months ago | |
sentences.txt | 5 months ago | |
wnrs.py | 5 months ago |
This is the wnrs_bot
Telegram bot source code.
It access to a sentences file with the We are not really strangers game questions. Each time the bot receives a message with the word “question” on it, it randomly chooses one of those questions, and replies with that question.
To create your own for using it for other goals or games just change the environment variables TELEGRAM_TOKEN
with the
Telegram token, APP_URL
with the bot application url, and SENTENCES_FILE
with the sentences files path.