Skip to content

invana/twitter-graph-with-invana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Twitter integration for Invana

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages