Setup Instructions:
Create a Telegram Bot: Register a new bot with BotFather on Telegram to get your unique Bot Token.
Configure Environment Variables:
Create a new file named .env in the project's root directory.
Copy the structure from the provided .env.example file.
Paste your Bot Token into the .env file, assigning it to the TOKEN variable.
Also, provide the necessary values for the HEADER and PROPERTIES_HEADER variables.
Run the Bot: Execute the main.py script to start the bot.