https://github.com/makefu/bibchecker
Simple script which checks the Stadtbibliothek Stuttgart Website if Media can be borrowed
https://github.com/makefu/bibchecker
hacktoberfest
Last synced: 9 months ago
JSON representation
Simple script which checks the Stadtbibliothek Stuttgart Website if Media can be borrowed
- Host: GitHub
- URL: https://github.com/makefu/bibchecker
- Owner: makefu
- License: mit
- Created: 2021-09-19T21:17:53.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-19T23:38:18.000Z (about 4 years ago)
- Last Synced: 2024-12-27T16:31:07.215Z (over 1 year ago)
- Topics: hacktoberfest
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bibchecker
Simple script which checks the Stadtbibliothek Stuttgart Website if Media can be borrowed
# Usage
` bibchecker.py --help`
## NixOS
```
$ nix-build && result/bin/bibchecker SAK02068634
SAK02068634: Hello World : Was Algorithmen können und wie sie unser Leben verändern
Stadtbibliothek am Mailänder Platz - Ausleihbar
Vaihingen - Ausleihbar
Weilimdorf - Ausleihbar
```
## Other OS
install the python libraries `beautifulsoup4` `requests` `docopt` for
python38, run `python setup.py develop && bibchecker SAK02068634`
# License
MIT ( see LICENSE)