Initial release: GTS-HolMirDas v1.0

RSS-based content discovery for GoToSocial instances.

Features:
- Multi-instance RSS feed processing
- Docker deployment with .env configuration
- Comprehensive statistics and monitoring
- Production-ready with proper secret management
This commit is contained in:
matthias 2025-07-29 12:02:33 +02:00
commit 5632a3d641
9 changed files with 588 additions and 0 deletions

3
requirements.txt Normal file
View file

@ -0,0 +1,3 @@
requests==2.31.0
feedparser==6.0.10
urllib3==2.0.7