Skip to content

vitorpamplona/shtweet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

This is a short shell script to use twitter from command line. Probably the simplest twitter client ever made. 

We use cookie-based authentication (just like a browser) instead of the annoying OAuth. 

--------

Install: 
> chmod +x twitter.sh

Usage:

- Login
> ./twitter.sh login <user> <passwd>

- See your timeline
> ./twitter.sh see

- Post a message. 
> ./twitter.sh say <whateveryouwannatell>

Simple isn't it? And the code is also pretty simple, check it out on twitter.sh 

 


About

Shell script to use twitter from command line

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages