- Author: lukapusic luka@pusic.si
- URI: http://360percents.com/posts/command-line-twitter-status-update-for-linux-and-mac/
- Github: https://github.com/lukapusic/twitter-bot
This script can log into your Twitter account and post a new tweet, all without the official API.
- Unix like OS (Linux, Mac OS X...)
- curl
- apply executable permissions
chmod +x ./tweet.sh
- usage:
./tweet.sh "Status"
- The script now throws an error if there is no tweet text provided.
- The script is fixed now, fully supports SSL and logouts properly.