Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liaad/socialbus
Data collector platform for social networks
https://github.com/liaad/socialbus
Last synced: 10 days ago
JSON representation
Data collector platform for social networks
- Host: GitHub
- URL: https://github.com/liaad/socialbus
- Owner: LIAAD
- License: mit
- Created: 2013-07-19T11:25:15.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-08-09T20:49:37.000Z (over 3 years ago)
- Last Synced: 2024-04-13T21:57:06.890Z (7 months ago)
- Language: CSS
- Homepage:
- Size: 35.2 MB
- Stars: 4
- Watchers: 10
- Forks: 1
- Open Issues: 52
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SocialBus
===========SocialBus aims to be a fault tolerant data collector for social networks. Currently it supports Twitter and Facebook.
This project is a toolkit for collecting and processing messages from social networks for supporting research. It enables you to continuously collect data from particular user communities or topics, while respecting imposed limits and being fault tolerant.
Additional modules can be easily implemented and extended.Documentation
===========In order to generate documentation:
1. Make sure you have Sphinx installed on your Python environment
```
pip install -U Sphinx
```2. Go to socialbus-guide folder and run `make html`
```
cd socialbus-guide
make html
```3. If everything works you should have a documentation html website ready. Open file `build/html/index.html`.
```
open build/html/index.html
```