tweetwatcher

A simple tweet watcher.


Keywords
crawler, data, data-collection, data-science, science, scraper, tweet, twitter
License
MIT
Install
pip install tweetwatcher==0.0.3

Documentation

Tweet Watcher

A simple graphical user interface for searching and storing tweets in real time.


Dependencies


Installation

$ python3 -m pip install git+git://github.com/sixohsix/twitter.git#twitter
$ python3 -m pip install tweetwatcher

Add to ~/.local/bin to PATH if it isn't already.


Usage

You will need a Twitter developer account to get the API tokens. You can create that here.
Then just type tweetwatcher on your terminal emulator to open the app.

$ tweetwatcher

Once you open the app, you will need to fill the fields with the tokens and keys you got before searching for anything. You can also create a credentials file at your user home (~/ or C:\Users\username) like this:

<access token>
<access token secret>
<consumer key>
<consumer key secret>
<path to database to store tweets>