Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/spsanderson/pull-status

Pull public status messages from social networks and other sources
https://github.com/spsanderson/pull-status

Last synced: 7 days ago
JSON representation

Pull public status messages from social networks and other sources

Awesome Lists containing this project

README

        

This project is going to be used to pull in specified status updates
from social networks such as Twitter. Pulling in news articles along
with blog posts and comments and public Facebook posts and comments to
be added over time.

The program will work as follows:

Inside of the file itself search terms are put in
Results currently stream across shell, next put them in a db

**The results then need to be put into a database this is where I am having trouble.**

If you would like to contribute to the project I encourage it, lets turn
this into the default framework for pulling in information for text
analysis.

This project makes use of the Tweepy API found at:
https://github.com/tweepy/tweepy and
https://github.com/tweepy/tweepy.git

It will also make use of the SmmMobile Sentiment Python Code at
https://github.com/cyhex/smm and
https://github.com/cyhex/smm.git

This project is also making extensive use of the nltk python toolkit at
http://www.nltk.org
https://github.com/nltk/nltk/