Skip to content

UmmItC/CTFeed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CTFeed

A Discord bot that automatically tracks CTF (Capture The Flag) events from CTFtime.org and sends notifications when new competitions are announced.

Prerequisites

  • Python 3.13+ and uv package manager
  • A Discord bot application with proper permissions

Setup

  1. Create a Discord bot application at Discord Developer Portal
  2. Copy your bot token
  3. Grant your bot the following permissions:
    • Send Messages
    • Manage Messages
  4. Invite the bot to your Discord server
  5. Copy the environment configuration file:
    cp -v .env.example .env
  6. Modify .env file as needed for your setup
  7. Install project dependencies:
    uv sync
  8. Run the bot:
    python3 main.py

About

Simple discord bot for tracking CTFTime events.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages