Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cdancette/renew-biblio-paris

Script to renew loans from the parisian libraries (bibliotheque.paris.fr) website
https://github.com/cdancette/renew-biblio-paris

Last synced: 10 days ago
JSON representation

Script to renew loans from the parisian libraries (bibliotheque.paris.fr) website

Awesome Lists containing this project

README

        

# Renew books for bibliotheque de paris (bibliotheque.paris.fr)

### Renewal script
This script will renew all the books in the "A rendre bientôt" state.

To use this script, put a .env file in this folder with the following content

```bash
USERNAME=
PASSWORD=
```

You can put this script in the crontab, to run for example once a day

### Dashboard

To see a dashboard of your current books, start the web server with `flask run`.

image