Twimer – schedule your tweets
This is a script that lets you to either ’send your tweets at a sheduled time when you are not with your phone or computer ‘ or ’send a direct message as a reminder at your set time’. These features are already there in the web like twitter-timer and in futuretweets . However the script combines both in it. As per the present it has only these features but I’m trying to aggregate some more cool features in it. Kindly bear with these features till then. The present version has a maximun time of waiting of 24 hours ( made intentionally).You can add for particular dates and months as per your wish.
To run the script you’ll need python-twitter API. You can download it from here. Follow the installation steps.
You need to enter your username and password in some parts of the script.
api=twitter.Api(username='<username>',password='<password>') # enter ur usesname & password within qoutes status = api.PostUpdate(tweet,'<username>') # enter your username directMesg= api.PostDirectMessage('<username>',dmesg) # enter your username
Note: when you are prompted with “Enter time(hh:mm): “ it will take input in 24 hours format with hours and minute separated by ‘:’
eg. 20:15 for 8:15 pm
Read Full Post | Make a Comment ( None so far )



