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.

25 lines
920 B
Markdown

12 months ago
# Cibo Aula Stud Bot
12 months ago
Bot in Python realizzato in uno sclero di ~8h consecutive di lavoro con il supporto morale di <a title="Alessandro Fenu" href="https://poisson.phc.dm.unipi.it/~afenu/">@Issimaaa</a> per organizzare proposte e/di ordinazioni condivise qui in dip.
12 months ago
12 months ago
Il [fantastico logo](https://www.bing.com/images/create/logo-about-ordering-food2c-rice-bowl2c-rainbow2c-tele/64bfe40976ce471cbb7c327a6f4b7c70?id=eyCQKzajQEgKU9uU3AToWg%3d%3d&view=detailv2&idpp=genimg&FORM=GCRIDP&mode=overlay) è stato generato con [Bing Create](https://www.bing.com/images/create).
12 months ago
## Usage
```bash shell
12 months ago
# Bisogna copiare il file di template per il .env e modificarlo con le cose giuste
12 months ago
$ 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
```