3 Commits

Author SHA1 Message Date
cottongin
0d1a898caa feat: add Grimmory/Booklore push integration
- Added "Push to Library" button to issues archive
- Implemented direct API upload to Grimmory/Booklore
- Added support for `.env` files via `python-dotenv`
- Handled 409 Conflict for duplicate files gracefully
- Resolved library name to numeric ID for direct uploads
- Fixed SQLAlchemy and ebooklib warnings in tests
- Added comprehensive tests for push functionality

Made-with: Cursor
2026-04-07 02:22:35 -04:00
cottongin
c7c6cd979b chore: add run.py entrypoint, update .gitignore and README
Moved the app entrypoint from app.py __main__ block to a dedicated
run.py. Updated .gitignore to exclude editor, superpowers, and OS files.

Made-with: Cursor
2026-04-06 18:39:49 -04:00
cottongin
88e359069d scaffold: project structure, config, Flask app factory, test fixtures
Made-with: Cursor
2026-04-06 14:54:00 -04:00