Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/srom/expert-finding
Implementation of the paper "Choosing the right crowd: expert finding in social networks" [ A Bozzon, M Brambilla, S Ceri, M Silvestri, Giuliano Vesci. 2013 ]
https://github.com/srom/expert-finding
Last synced: 5 days ago
JSON representation
Implementation of the paper "Choosing the right crowd: expert finding in social networks" [ A Bozzon, M Brambilla, S Ceri, M Silvestri, Giuliano Vesci. 2013 ]
- Host: GitHub
- URL: https://github.com/srom/expert-finding
- Owner: srom
- Created: 2014-01-26T17:49:06.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-26T18:13:19.000Z (almost 11 years ago)
- Last Synced: 2024-12-06T20:11:18.039Z (16 days ago)
- Language: Python
- Homepage:
- Size: 137 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
expert-finding
==============Implementation of the paper ["Choosing the right crowd: expert finding in social networks"](http://www.edbt.org/Proceedings/2013-Genova/papers/edbt/a57-bozzon.pdf) [ A Bozzon, M Brambilla, S Ceri, M Silvestri, Giuliano Vesci. 2013 ] for Instagram's network.
### Dependencies
- Python 2.7
- peewee: http://peewee.readthedocs.org/en/latest/index.html
- python-instagram: https://github.com/Instagram/python-instagram
- AlchemyAPI: https://pypi.python.org/pypi/AlchemyAPI
- Requests: http://docs.python-requests.org/en/latest/
- nltk: http://nltk.org/### Extend
You can easily add another crawler (e.g Twitter crawler) by extending the class [Crawler](https://github.com/srom/expert-finding/blob/master/crawler.py). See [instagram_crawler.py](https://github.com/srom/expert-finding/blob/master/instagram_crawler.py) for a working example of a class extending Crawler.