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.
|
|
|
# BOT Telegram per i gruppi dei corsi del dipartimento di matematica
|
|
|
|
|
|
|
|
Descrizione TODO
|
|
|
|
|
|
|
|
## Development
|
|
|
|
|
|
|
|
### Prerequisiti
|
|
|
|
|
|
|
|
```bash
|
|
|
|
pip install -r requirements.txt
|
|
|
|
```
|
|
|
|
|
|
|
|
Il token va messo dentro un file `.env` nella root del progetto. Per crearne uno di esempio:
|
|
|
|
|
|
|
|
```bash
|
|
|
|
echo "BOT_TOKEN=123456789:ABCdefGhIjKlMnOpQrStUvWxYz" > .env
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
### Funzionalità
|
|
|
|
|
|
|
|
- [x] Comandi `/start` e `/help`
|
|
|
|
- [ ] Creare effettivamente i primi gruppi di beta testing ed aggiungere i link effettivi ai comandi `/start` e `/help`
|
|
|
|
- [ ] Funzione per autenticare tramite account di ateneo usando Google tramite [go-maths-api](https://git.phc.dm.unipi.it/phc/go-maths-api)
|
|
|
|
- [ ] Letteralmente tutto il resto
|