"Event Bot" is Telegram bot designed for convenient registration for events, accepting payments for tickets, and providing detailed information about event.
- Event Registration
- Ticket Payment Handling
- Detailed Event Information
- Updates and Notifications
-
Clone the repository:
git clone https://github.com/IlyaGrynyshyn/event_telegram_bot.git
-
Install dependencies:
pip install -r requirements.txt
-
Create the configuration file
.env
and add next parameters:BOT_TOKEN = 'your_telegram_bot_token' ADMINS = "your_telegram_id" PROVIDER_TOKEN = "your_payment_provider_token"
-
Run the bot:
python app.py
/start
- Start using the bot.
If you have ideas or would like to contribute to the project, please fork the repository and create a pull request. Thank you for your interest in the "event_telegram_bot" project!