CTF-Bot is a Discord bot designed to help CTF (Capture The Flag) teams manage their competitions and tasks efficiently from within Discord. This project is currently under development and is a fork of the Eruditus bot, with several improvements and additional features being implemented.
- Team Management: Easily create and manage teams participating in CTFs.
- Task Tracking: Assign and track progress on challenges within Discord channels.
- Collaboration Tools: Provide a centralized platform for communication and organization.
- Enhanced Functionality: Improved upon the original Eruditus bot with additional features and bug fixes.
To set up CTF-Bot for your own use, follow these steps:
-
Clone this repository:
git clone https://github.com/yourusername/CTF-Bot.git cd CTF-Bot -
Install the required dependencies:
pip install -r requirements.txt
-
Set up your bot token in a
.envfile: -
Run the bot:
python blitzhack.py
CTF-Bot is actively being improved. Contributions are welcome! If you have ideas for new features or find any bugs, feel free to open an issue or submit a pull request.
- Refined task management capabilities.
- Enhanced user interface for a smoother Discord experience.
- Codebase optimization for better performance and maintainability.
- Integration with popular CTF platforms for automatic challenge updates.
- Analytics dashboard to track team performance.
- Role-based permissions for better control.
- Support for more interactive commands and notifications.
This project is a fork of the Eruditus bot. Thanks to the original author for their excellent work and inspiration.