This bot creates channels for CTF (Capture The Flag) competitions. It is designed to help manage and organize CTF challenges and resources within a Discord server, allowing for seamless collaboration and competition among participants.
- Clone this repository to your local machine.
- Ensure that you have Python installed on your system.
Create a .env file in the root directory of your project and add the following lines:
DISCORD_TOKEN=your_discord_token_here
SECRET_KEY=your_secret_key_hereReplace your_discord_token_here and your_secret_key_here with your actual Discord token and secret key.
- Install the required dependencies:
pip install -r requirements.txt- Run the bot by executing:
python app.pyAny advise for common problems or issues.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details