Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 537 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 537 Bytes

CTF Time IRC Bot

IRC bot in python, using CTF Time API.

Commands

List of commands:

!upcoming - Prints a list of upcoming CTFs with their format, date and weight.
!team {team-name} - (Example: !team test) Will print out teams basic info.
!top10 - Will print out top 10 teams
!top10 {year} - (Example: !top10 2015) Will print out top ten teams from 2015.
...

Installation

Just run:

pip install -r requirements.txt

And that's it.

Configuration

Change your server/port/channel settings in settings.py file.