Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 674 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 674 Bytes

Poligraph

Twitter Analyzer

The purpose of this library is to take advantage of the Twitter API to analyze tweets, as well as perform additional functions such as intent analysis. Various methods are available for use as a handy way of grabbing tweets by different constraints. This project uses the Twitter4J wrapper to interface with the Twitter API. Additionally, it takes advantage of the Stanford CoreNLP library to perform sentiment analysis.

Things to Do:

  • If you have any ideas for future features, or any coding resources, please add them to the ideas document
  • Improve this README document
  • Add code comments and tidy up code with better descriptions