A python package, published under the MIT License. The package is used to retrieve, cache and interact with tweet status data dictionaries utilizing the Twitter API 1.1.
This package was develop for the RickyRenunciaProject Team for their indepent capture preservation and description of manifestations and protests through social media as seen at their scalar book. This library evolved to function as source code for a Case Module but may prove useful for other environments.
This project is released under an MIT License.
The main purpose of this library is obtaining data from the Twitter API 1.1 based on a list of tweet IDs.
The TSess class manages communication and caching and is used as a parameter for the TweetAnalyzer, TweetInteractiveClassifier and JsonLInteractiveClassifier.
TweetAnalyzerclass manages most of the automatic data extraction from the data dictionary.TweetInteractiveClassifieris based on the TweetAnalyzer but includes functionality directed to interacting with the tweet in an IPython environment.JsonLInteractiveClassifieris an interactive GUI and database manager that allows capturing additional metadata from user interaction...
To seet an example of how to use the library, please visit the Cases Module or try it at [Not yet published].
Current approach is project specific but we are working on a proposal to design custom interfaces based on YAML/JSON templates.
- Include mention of twitter policies.
- Continue project description.
- Include example of usage.
- Suggest using the Case Module.
- Mention and show IPython interactive appraisal.