Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cdancette/renew-biblio-paris
- Owner: cdancette
- Created: 2024-03-13T10:28:22.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-07T10:34:54.000Z (7 months ago)
- Last Synced: 2024-04-07T14:40:03.674Z (7 months ago)
- Language: Python
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.