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

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

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)