Archive

Archive for the ‘Codes’ Category

Twimer – schedule your tweets

August 24, 2009 Leave a comment

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

Categories: Codes Tags:

Cross ‘n’ Not using Tkinter

March 3, 2009 2 comments

Me and Kaushani were reading the tutorials on Tkinter (its a GUI module in python for those who don’t know) and we thought of writing a simple Cross’n'Not game using that.We are just so called ‘Bathroom Coders’(plz don’t take the literal meaning) and so our code might seem a little inappreciable to the regular coders.Therefore, we firmly welcome recommendations,comments and suggestions wherever needed.

Here’s the code for Cross ‘n’ Not V0.1 or you can even download from the link given at he bottom of the post.

P.S. Few exceptions will be raised when you terminate the application.Kindly bear with it as we are currently working on it and will come up with a better version very soon .Suggestions are always welcomed.

DOWNLOAD

Categories: Codes Tags: ,

Hidden movie

February 2, 2009 2 comments

For those who don’t know about the hidden movie …”star wars”
Follow these steps to watch it…


Step1. Connect to the Internet.
Step2. Go to Start>Run>cmd and type 'telnet' (without quotes) in command prompt
Step3. Type 'o'.This will take you to a new line.
Step4. Type 'towel.blinkenlights.nl' .A screen will appear with some words in the middle if you wait for
sometime it will show you another screen with some words in the middle.Wait for a bit
and the next screen takes you to the Star Wars movie.

Enjoy Watching!!

Categories: Codes
Follow

Get every new post delivered to your Inbox.