Skip to content

1.0.0

Choose a tag to compare

@666mxvbee 666mxvbee released this 10 Mar 17:35
· 7 commits to main since this release
476b221

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-compose with automated infrastructure setup.
  • Telegram Bot: Added /start, /help, /track, and /list commands.
  • 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 .env files.
  • Migration: Ported the entire solution to .NET 9.0.

How to run

  1. Clone the repository.
  2. Create a .env file with your TELEGRAM_BOT_TOKEN.
  3. Run docker-compose up --build.

photo_2026-03-10_20-34-01