Home > Codes > Twimer – schedule your tweets

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

DOWNLOAD  TWIMER

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

Advertisement
Categories: Codes Tags:
  1. No comments yet.
  1. No trackbacks yet.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.