Draco-bot is an open-source Telegram bot developed by Sysarmy Galicia for Asociación Draco. It aims to provide automated functionalities to meetups for the association within it's Telegram group.
- Automated Responses: Set up predefined replies to specific keywords or commands.
- User Management: Tools to assist in moderating group members.
- Custom Commands: Define and manage custom commands tailored to your group's needs.
- Logging: Keep track of events and interactions for review.
draco-bot/
├── telegram_bot/ # Core bot functionalities
├── utils/ # Utility functions and helpers
├── main.py # Entry point of the application
├── requirements.txt # Python dependencies
└── LICENSE # GPL-2.0 License
-
Clone the repository:
git clone https://github.com/Gallegarmy/Draco-bot.git cd Draco-bot
-
Install dependencies:
pip install -r requirements.txt
-
Configure the bot:
- Obtain a Telegram bot token by creating a new bot via @BotFather.
- Set up necessary configuration files or environment variables as required.
-
Run the bot:
python main.py
Ensure you have Python 3.6 or higher installed.
Contributions are welcome! Please fork the repository and submit a pull request with your enhancements.
This project is licensed under the GNU General Public License v2.0.
Developed with ❤️ by Sysarmy Galicia for Asociación Draco.