##Please note this does no longer work as of April 2015. Twitter changed some stuff and I'm in no mood of fixing it as of now. Sorry!
- Author: lukapusic [email protected]
- URI: http://360percents.com/posts/command-line-twitter-status-update-for-linux-and-mac/
- Github: https://github.com/lukapusic/twitter-bot
- Author: dawtmaytrikx
- Github: https://github.com/dawtmaytrikx/twitter-bot
This script can log into your Twitter account and post a new tweet, all without the official API.
- PHP
- cURL
- apply executable permissions
chmod +x ./tweet.php
- usage:
./tweet.php 'Status'
orphp tweet.php 'Status'
- usage
php.exe tweet.php 'Status'
(NOT tested!)
- Will not throw any errors if it's unsuccessful, e.g. when it hits a CAPTCHA at login, or if the text has been tweeted before.
- Ignores that URLs are shortened to 20 or 21 chars by twitter.
CC-BY-NC, dawtmaytrikx