Releases: 666mxvbee/LinkTrackerBot
Releases · 666mxvbee/LinkTrackerBot
1.0.2
1.0.1
1.0.0
Overview
First stable release of the LinkTracker System. The project is now fully containerized and ready for deployment.
Key Features
- Microservices Architecture: Separate services for Bot logic and Link Scrapping.
- Docker Integration: Full support for
docker-composewith automated infrastructure setup. - Telegram Bot: Added
/start,/help,/track, and/listcommands. - Real-time Monitoring: Scrapper service monitors GitHub and StackOverflow via Quartz scheduler.
Improvements & Fixes
- CI/CD: Added GitHub Actions workflow for Docker builds.
- Environment: Moved sensitive data (Bot Token) to
.envfiles. - Migration: Ported the entire solution to .NET 9.0.
How to run
- Clone the repository.
- Create a
.envfile with yourTELEGRAM_BOT_TOKEN. - Run
docker-compose up --build.
