Skip to content

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

License

Notifications You must be signed in to change notification settings

dhsdshdhk/tweetwatcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages