Recently I found out that lot of twitter bots are favorite’ing and retweetting you statuses. I decided to create my own to play around a little. Simple search for PHP library, showed me that there are many of these here Twitter Libraries. I selected J7mbo/twitter-api-php and played around a little. Here is what I got: ini_set(‘display_errors’, 1); require_once(‘TwitterAPIExchange.php’);… Continue reading Twitter: simple favorite’ing bot on PHP