- Install docker
- Open "docker-compose.yml" file and put your API Key and Secret under the environment section of "jupyter"
- Run "docker-compose up" in the command line
- Watch the jupyter logs and look a line that includes ":8888/?token=XXXXX"
- Open the browser and go to "localhost:8888/?token=XXXX"
- In a separate tab you can "localhost:7474" which is the Neo4j browser #Resources
- https://neo4j.com/developer/get-started/ - General getting started with neo4j
- https://py2neo.org/v4/ - Documentation for the python library for neo4j
- https://developer.twitter.com/en/docs/tweets/rules-and-filtering/overview/standard-operators - Query rules for tweets
- https://developer.twitter.com/en/docs/basics/apps/overview - General information about getting API Keys
- https://regexr.com/ - Really nice website to test your regex patterns and to search for community shared patterns