Skip to content

dawtmaytrikx/twitter-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 

Repository files navigation

##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!

CLI Twitter status update bot

Original bash version

This PHP version

Description

This script can log into your Twitter account and post a new tweet, all without the official API.

System requirements

  • PHP
  • cURL

Instructions

Under UNIXoid system:

  1. apply executable permissions chmod +x ./tweet.php
  2. usage: ./tweet.php 'Status' or php tweet.php 'Status'

Under Windows:

  1. usage php.exe tweet.php 'Status' (NOT tested!)

Known issues

  • 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.

License

CC-BY-NC, dawtmaytrikx

About

Twitter status update script written in PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%