Skip to content

dhanush-ninja/bot-CTF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Bot for CTF

Description

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.

Getting Started

Installing

  • Clone this repository to your local machine.
  • Ensure that you have Python installed on your system.

Setting up .env

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_here

Replace your_discord_token_here and your_secret_key_here with your actual Discord token and secret key.

Executing program

  • Install the required dependencies:
pip install -r requirements.txt
  • Run the bot by executing:
python app.py

Help

Any advise for common problems or issues.

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published