andrianowinatra / bark

Bark - The Twitter timeline in your terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bark - The Twitter timeline in your terminal

INSERT SCREENSHOT

Installation

TODO: Describe how to install once setup.py has been created

Dependencies

python-twitter

Commands

For now the following commands have been implemented

/refresh - Refreshes the timeline
/tweet [message] - Tweets the message after the command.
/exit - Exits the application

Development

To code on Bark you should be able to just do:

$ git clone https://github.com/jfm/bark.git
$ cd bark
$ pipenv install --dev 

Twitter API keys

The best way to develop on Bark is to use your own consumer key/secret. Obtain those by creating a twitter application developer

About

Bark - The Twitter timeline in your terminal

License:GNU General Public License v3.0


Languages

Language:Python 100.0%