A Python package to fetch, filter, analyse and plot data from twitter.
pip install yatclient
for now
git clone https://github.com/Githopp/Yet-Another-Twitter-Client
And then:
pip install -e "pathtopackage"[with_jupyter]
Import is like:
import yatclient as yat
Then you can use the internal classes:
yat.TwitterClient()
,yat.TweetAnalyzer()
and yat.UserAnalyzer()
matplotlib, nltk, numpy, tweepy, pandas, scikit-learn, wordcloud
Apache License
For the documentation the package is filled with docstrings, which can be seen when you use the .__doc__
method or you put a "?" beyond the function in a jupyter notebook.