Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/spsanderson/pull-status
- Owner: spsanderson
- Created: 2012-07-14T18:21:01.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-07-23T21:45:09.000Z (over 11 years ago)
- Last Synced: 2023-03-25T13:17:32.236Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 219 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.gitIt will also make use of the SmmMobile Sentiment Python Code at
https://github.com/cyhex/smm and
https://github.com/cyhex/smm.gitThis project is also making extensive use of the nltk python toolkit at
http://www.nltk.org
https://github.com/nltk/nltk/