https://github.com/jelmer/litegpodder
Minimal implementation of the gpodder API
https://github.com/jelmer/litegpodder
antennapod gpodder podcast
Last synced: 8 months ago
JSON representation
Minimal implementation of the gpodder API
- Host: GitHub
- URL: https://github.com/jelmer/litegpodder
- Owner: jelmer
- Created: 2022-09-26T23:09:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-17T08:26:12.000Z (over 1 year ago)
- Last Synced: 2025-01-12T18:50:36.916Z (over 1 year ago)
- Topics: antennapod, gpodder, podcast
- Language: Python
- Homepage:
- Size: 33.2 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Minimimal non-scaleable implementation of the gpodder API.
This provides enough of the API to allow AntennaPod synchronisation.
API documentation can be found at
https://media.readthedocs.org/pdf/gpoddernet/latest/gpoddernet.pdf
Usage
=====
Create a user (only bcrypt password hashing is supported):
$ htpasswd -B -b -c htpasswd jelmer blah
# Run the server
$ python3 -m litegpodder -l 0.0.0.0 -d data --auth htpasswd