Skip to content

vitorpamplona/shtweet

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
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