/renew-biblio-paris

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

Primary LanguagePython

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

USERNAME=<username>
PASSWORD=<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