https://github.com/docnow/foaf
a microservice for generating friend-of-a-friend networks for Twitter
https://github.com/docnow/foaf
Last synced: 4 months ago
JSON representation
a microservice for generating friend-of-a-friend networks for Twitter
- Host: GitHub
- URL: https://github.com/docnow/foaf
- Owner: DocNow
- Created: 2017-03-25T21:24:04.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-26T07:10:08.000Z (about 9 years ago)
- Last Synced: 2025-04-05T13:39:51.179Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
foaf is a small webapp that lets people log in with their Twitter account and
generate a friend-of-a-friend network for a given Twitter user. This can take a
while in the background, but once the data is ready they can download it as a
CSV file.
Under the hood it's a Python Flask application that uses Redis and Supervisor to
manage a set of workers that will go and fetch the data from the Twitter API.
## Develop
You will need Git and Docker to run this app in development:
1. git clone https://github.com/docnow/foaf
1. cd foaf
1. cp app.cfg.template app.cfg
1. add your Twitter app keys to app.cfg
1. docker-compose
1. open http://localhost:8000