IRC bot in python, using CTF Time API.
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.
...
Just run:
pip install -r requirements.txt
And that's it.
Change your server/port/channel settings in settings.py file.