|
|
vor 3 Monaten | |
|---|---|---|
| app | vor 3 Monaten | |
| .env.example | vor 3 Monaten | |
| .gitignore | vor 3 Monaten | |
| README.md | vor 3 Monaten | |
| main.py | vor 3 Monaten | |
| requirements.txt | vor 3 Monaten |
A web application that tracks your Audiobookshelf listening history and provides AI-powered book recommendations.
Install dependencies:
pip install -r requirements.txt
Configure environment variables:
cp .env.example .env
# Edit .env with your Audiobookshelf URL, API token, and AI API key
Run the application:
python main.py
Access the web interface at http://localhost:8000
GET / - Web interfaceGET /api/sync - Sync with AudiobookshelfGET /api/recommendations - Get book recommendationsGET /api/history - View listening historySee .env.example for all configuration options.