https://github.com/jldbc/twitter-social-graph
Project to visualize a user's Twitter social graph
https://github.com/jldbc/twitter-social-graph
Last synced: 10 months ago
JSON representation
Project to visualize a user's Twitter social graph
- Host: GitHub
- URL: https://github.com/jldbc/twitter-social-graph
- Owner: jldbc
- Created: 2015-10-19T18:21:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-02T02:54:30.000Z (about 10 years ago)
- Last Synced: 2025-04-20T01:33:12.587Z (about 1 year ago)
- Language: Python
- Homepage: http://my-social-graph.herokuapp.com
- Size: 4.34 MB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# twitter-social-graph
Project to visualize a user's Twitter social graph
## Data Collection ##
Replace the consumer key, consumer secret, access token, and access token secret in twitter_project.py with your own values.
Run twitter_project.py to begin data collection. This will take some time due to Twitter's API limits.
## Build Graph ##
Run twitter_network.py to construct your Twitter social graph
The visualization is then taken care of by the net.js file, which uses D3.js