Skip to content

rodrwan/tweety

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweety

Tweety is a simple command line tool to manage Twitter accounts. This tools allows you to post new tweets, retweet, and track some words via Twitter stream.

Configuration

To use this tool you should set the following variables in your environment.

TWITTER_CONSUMER_KEY=...
TWITTER_CONSUMER_SECRET=...
TWITTER_ACCESS_TOKEN=...
TWITTER_ACCESS_TOKEN_SECRET=...

To get those values you need to create a new app in Twitter and generate a new access token.

Post a new Tweet

$ tweety post -message "some message"

Sniff a word or words (separates by commas)

$ tweety sniff -word "#golang,#reactjs"

Retweet (in progress)

soon :P

About

Simple CLI to manage Twitter account.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages