Skip to content

Releases: 666mxvbee/LinkTrackerBot

1.0.2

11 Mar 22:40

Choose a tag to compare

  • Now users can tag the links making them into the groups.
  • Changed command descriptions.
  • Validated /cancel command.

1.0.1

10 Mar 18:33

Choose a tag to compare

Added /untrack command to the bot chat.

1.0.0

10 Mar 17:35
476b221

Choose a tag to compare

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