GitHunt
HA

HackPotter/ConditionOne

A scheduling tool to help DEFCON attendees plan what talks they want to see.

ConditionOne

The DEFCON Scheduling Tool


If you're interested in InfoSec, lockpicking, or blue mohawks, you know that Mickey Mouse was wrong - the happiest place on Earth isn't Disney, it's DEFCON. Any DEFCON attendee is certainly familiar with the "kid-in-the-candy-store" feeling that comes from looking at the conference schedule and trying to decide what talks they want to see. Well, ConditionOne won't make that decision any easier, but it'll help make sure you know when and where you need to be to see whatever it is you want to see.

ConditionOne scrapes talk information from the DEFCON web page and presents it in a clean and concise manner to the user. In the current version of the project, the user must download the DEFCON talks schedule web page and pass the html file to ConditionOne when it is run from a terminal.

DOWNLOAD THIS PAGE RIGHT HERE:

https://www.defcon.org/html/defcon-25/dc-25-speakers.html

DID YOU DOWNLOAD THAT PAGE? YOU SHOULD HAVE.


ConditionOne is currently in a pre-alpha state, so don't rely on it for anything yet. You can find some more information in the built in "help" function. This readme will be updated once the program is in a state worth calling a beta. In the meantime, if you want to try out ConditionOne, download this repo, navigate to the directory, and run
python main.py $PATH/TO/DEFCON_WEBSITE.html

Languages

Python100.0%

Contributors

MIT License
Created July 3, 2017
Updated September 7, 2023
HackPotter/ConditionOne | GitHunt