Implements a Matrix bot that posts PC gaming deals and free game alerts: - CheapShark API integration (Steam, GOG, Humble, GMG) polled every 2 hours - Epic Games Store free games detection polled daily - IsThereAnyDeal historical low price flagging (optional) - SQLite deduplication with 30-day pruning - First-run population (records existing deals without posting) - Matrix-flavored HTML + plain text fallback messages - Dockerfile for containerized deployment https://claude.ai/code/session_01LPpSZFfyh6vdV5HGFWjoQX
6 lines
87 B
Plaintext
6 lines
87 B
Plaintext
matrix-nio>=0.21.0
|
|
httpx>=0.25.0
|
|
aiosqlite>=0.19.0
|
|
apscheduler>=3.10.0
|
|
markdown>=3.5.0
|