I have many Twitter accounts I need to manage, and recently a few of them have been hacked, or the passwords got changed for a few hours, then changed back. Instead of finding out too late when this happens, I decided to write a script that checks them, and emails me notifying me if the [...]
For all of my Twitter web applications, I have had to verify that the provided login details for a Twitter account are valid. I have used this method for The Re-Revtwter Bot, Twitter Train – TwooTwoo and more recently, The Mass Tweet Lottery. Without being able to validate the credentials, floods of accounts could be [...]
RevTwt is a service that posts advertisements on your Twitter accounts that makes you money when people visit them. You can have up to 10 Twitter accounts added to your RevTwt account and have them set to automatically post advertisements. Sounds like a way to make easy money, dosnt it? Well, it is, but atleast [...]
My project Tinyby.com has been in slow development. Recently an API system has been added to allow scripts to make use of shortening URLS, proxified or not, and with or without a custom short name, and even resolving them. The API resolves around the php function file_get_contents, which was previously used here: Website parsing for [...]