Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blixhavn/bokklubben-avbestill
https://github.com/blixhavn/bokklubben-avbestill
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/blixhavn/bokklubben-avbestill
- Owner: blixhavn
- Created: 2020-02-20T09:55:10.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T03:45:56.000Z (about 2 years ago)
- Last Synced: 2024-11-03T12:22:45.829Z (2 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bokklubben-avbestill
Et pythonscript for å automatisk logge seg på bokklubben.no og avbestille neste hovedbok. Endre brukernavn og passord i `config_default.py`, eller lag en ny fil `config.py` for å overstyre.
### Installasjon
* Installer pythonpakkene i `requirements.txt` enten globalt (`sudo pip install -r requirements.txt`) eller i et [virtualenvironment](https://linuxhint.com/create_manage_python_virtual_environment/).
* Kjør pythonscriptetFor å slippe å følge med, kan scriptet med fordel kjøres med Crontab (unix) eller Task Scheduler (Windows). Scriptet logger alle kjøringer i `trace.log`, både suksess og feilkjøringer.