Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 482 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 482 Bytes

Invana Twitter

Reference implementation to build twitter graph with Invana.

Usage

pip install -r requirements.txt

# set twitter credentials 
export CONSUMER_KEY="xxxx"
export CONSUMER_SECRET="xxxx"
export ACCESS_TOKEN="xxxx"
export ACCESS_TOKEN_SECRET="xxxx"

# read stream
python3 read_stream.py

NOTE: Start an instance of JanusGraph before you start read_stream.py

License

MIT License