|
|
il y a 3 mois | |
|---|---|---|
| app | il y a 3 mois | |
| .env.example | il y a 3 mois | |
| .gitignore | il y a 3 mois | |
| CLAUDE.md | il y a 3 mois | |
| README.md | il y a 3 mois | |
| main.py | il y a 3 mois | |
| requirements.txt | il y a 3 mois |
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.