TweePy is a python tool designed to extract the top best Tweets from Twitter. It helps to find the sentiment of Query that the User search. Tweepy extract Tweets from Twitter API & find Sentiments using Sentiment Analysis API.
Tweepy increase the possibility of finding the best Tweets and its sentiment using the API. The Credit Goes to Aylien for sentiment analysis.
git clone http://github.com/Mehra1998/TweePy.git
TweePy currently supported Python3.x.
- The recommended version for Python3 is 3.4.x
TweePy depends on the tweepy, pandas, shutil, aylienapiclient, csv, io, colorama, subprocess, codecs, json python modules.
These dependencies can be installed using the requirements file:
- Installation in Windows:
c:\python27\python.exe -m pip install -r requirements.txt
- Installation on Linux:
$ sudo pip install -r requirements.txt
- View in Text mode like in ( TXT, CSV ) file.
- View in Graphical mode like in ( Graph Mode ).
- Can Delete previous history.
$ python3 tweepy.py
TweePy is licensed under the GNU GPL license. take a look at the LICENSE for more information