Bot Telegram scritto in Python per gestire proposte e ordinazioni di cibo condivise
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Antonio De Lucreziis f57e515f67 fix: aggiustato un bug di /stop 11 months ago
.env.example chore: alcuni fix e riorganizzazione con yield e generatori 11 months ago
.gitignore initial commit 11 months ago
README.md updated the readme 11 months ago
bot.py fix: aggiustato un bug di /stop 11 months ago
icon.jpeg initial commit 11 months ago
requirements.txt updated the readme 11 months ago

README.md

Cibo Aula Stud Bot

Bot in Python realizzato in uno sclero di ~8h consecutive di lavoro con il supporto morale di @Issimaaa per organizzare proposte e/di ordinazioni condivise qui in dip.

Il fantastico logo è stato generato con Bing Create.

Usage

# Bisogna copiare il file di template per il .env e modificarlo con le cose giuste
$ cp .env.example .env

# Lancia il bot
$ python -m venv env
$ source env/bin/activate
$ pip install -r requirements.txt

# Lancia il bot
$ python bot.py

# Oppure in fase di development con live reload
$ fd -e py | entr -r python bot.py