This repository contains a telegram bot returning a random number. It is used to make decisions in groups faster.
It is buggy...
- create environment: how to use venv
- install dependencies:
pip install -r requirements.txt
- create telegram bot and token with @BotFather
- add
token.toml
file with content:token = "your-token"
where you exchnge your-token with the actual token you got.