Skip to content

Githopp/Yet-Another-Twitter-Client

Repository files navigation



Yet Another Twitter Client ~ yatclient

What is it?

A Python package to fetch, filter, analyse and plot data from twitter.

Where to get it

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()

Dependencies

matplotlib, nltk, numpy, tweepy, pandas, scikit-learn, wordcloud

License

Apache License

Documentation

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.

About

Yet Another Twitter Client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published