- Clone the repo
- Create a virtual environment and activate it
- Run 'pip install -r requirements.txt'
python ./querier.py { none | path_to_settings.json }
{
"fb_email" : "[email protected]",
"fb_password" : "********",
"event_id" : "1234567890",
"keywords" : ["one", "two", "three"],
"email_address" : "[email protected]",
"email_password" : "********"
}