Skip to content
/ TweePy Public

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 fo…

License

Notifications You must be signed in to change notification settings

nullr3x/TweePy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TweePy

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.

Screenshot

alt text

Installation

git clone http://github.com/Mehra1998/TweePy.git

Recomended Python Version :

TweePy currently supported Python3.x.

  • The recommended version for Python3 is 3.4.x

Dependencies :

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

Features :

  • View in Text mode like in ( TXT, CSV ) file.
  • View in Graphical mode like in ( Graph Mode ).
  • Can Delete previous history.

Usage :

$ python3 tweepy.py

License :

TweePy is licensed under the GNU GPL license. take a look at the LICENSE for more information

About

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 fo…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages