Skip to content

Queries facebook event for keywords and if found notifies user.

Notifications You must be signed in to change notification settings

Taegos/facebook_event_querier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

  • Clone the repo
  • Create a virtual environment and activate it
  • Run 'pip install -r requirements.txt'

Usage

python ./querier.py { none | path_to_settings.json }

Settings.json example

{
    "fb_email" : "[email protected]",
    "fb_password" : "********",
    "event_id" : "1234567890",
    "keywords" : ["one", "two", "three"],
    "email_address" : "[email protected]",
    "email_password" : "********"
}

About

Queries facebook event for keywords and if found notifies user.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages