Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.
/ bark Public archive

Bark - The Twitter timeline in your terminal

License

Notifications You must be signed in to change notification settings

jfm/bark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bark - The Twitter timeline in your terminal

Screenshot

Project Status

CircleCI

Installation

To try out Bark do the following

$ git clone https://github.com/jfm/bark.git
$ cd bark
$ pipenv install
$ pipenv run python Bark.py

This should be easier in the future but for now this should work

Dependencies

python-twitter

Commands

For now the following commands have been implemented

/refresh - Refreshes the timeline
/tweet [message] - Tweets the message after the command.
/heart [index] - Hearts the message with that index
/retweet [index] - Retweets the message with that index
/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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages