Project for 'Codecon 2024'
- Python - Python is a programming language that lets you work quickly and integrate systems more effectively.
- Telegram Bot API - This API allows you to connect bots to our system. Telegram Bots are special accounts that do not require an additional phone number to set up. These accounts serve as an interface for code running somewhere on your server.
- aiogram - aiogram is a modern and fully asynchronous framework for Telegram Bot API written in Python 3.8 using asyncio and aiohttp.
- selenium - a Selenium WebDriver is a tool used for automating web applications for testing purposes. It provides a programming interface to control the behavior of a web browser, allowing developers to simulate user interactions like clicking buttons, entering text, and navigating through web pages.