Automated cybersecurity notifications and CVE tracking bot for Telegram.
π A Telegram bot for tracking cybersecurity alerts and CVE updates in real-time.
Features βοΈ Get real-time CVE alerts π’ βοΈ Fetch cybersecurity news from trusted sources π° βοΈ Monitor threat intelligence reports π βοΈ Supports customizable notifications π―
Installation 1οΈβ£ Clone the repository git clone https://github.com/your-username/InfoSecTrackerBot.git cd InfoSecTrackerBot
2οΈβ£ Install dependencies pip install -r requirements.txt
3οΈβ£ Set Up Environment Variables Create a .env file in the root directory and add your API keys: TELEGRAM_BOT_TOKEN=your_bot_token CVE_API_KEY=your_api_key
4οΈβ£ Run the Bot Start the bot with the following command: python bot.py π Now your InfoSecTrackerBot is running and ready to track security updates! π
Usage β Add the bot to your Telegram group or use it privately. β Type /start to begin. β Use /search CVE-2024-1234 to get CVE details. β Use /latest to get cybersecurity news.
Contributing Pull requests are welcome! If you want to contribute, feel free to fork the repo and submit your changes.