-
Very simple tool to call the CTF Time API Events information (past and upcoming)
-
https://ctftime.org/api/v1/events/?limit={number}&start={timestamp}&finish={timestamp}
-
limit is fixed to 100 results max in the script
-
Usage :
python ctftime.py [start] [end]
-
start(optional): number of days before now (default : 0) -
end(optional): number of days after now (default: 10) -
simple install :
sudo /bin/bash -c "curl https://raw.githubusercontent.com/Mayfly277/ctftime_events_info/master/ctftime.py > /usr/bin/ctftime && chmod +x /usr/bin/ctftime"
