A simple console manager for OverDrive audiobook loans in python
A simple console manager for OverDrive audiobook loans. A python port of overdrive. Requires Python >=3.5. Features Downloads the cover and audio files for an audiobook loan Supports the return of a loan Install # Install / Update to specific versionpip3 install git+https://[email protected]/ping/[email protected] –upgrade # Install / Update from latest sourcepip3 install git+https://[email protected]/ping/odmpy.git –upgrade –force-reinstall # Uninstallpip3 uninstall odmpy Usage usage: odmpy [-h] [-v] [-t TIMEOUT] {info,dl,ret} … Download/return an Overdrive loan audiobook optional arguments: -h, –help show this help […]
Read more