Quantcast
Channel: Lifecode » python
Browsing all 10 articles
Browse latest View live

Scrape Your Facebook Friends’ Contact Info with Python

UPDATE: This post has been updated as the code here is no longer working. You can find the updated post here. I coded this script in Perl almost a month ago. But then I’m thinking of learning Python,...

View Article



Finding the Longest Consecutive Characters on a String

No regular expressions included. Yes, this fair method I’m going to show don’t include regular expressions. Actually there’s nothing wrong with regular expressions, but I think I’m over-using it. If...

View Article

Tic Tac Toe in Python

Tic Tac Toe is an exciting game, well for me it is. And for some reason it just came into my mind to code one. At first I thought this will be so easy, but then I was wrong. I just realized coding a...

View Article

SSH Tunneling with Putty

Privacy and anonymity, these two does not exist when you’re connected to the internet. Yes, almost all of the internet users think that their actions/history is not recorded. The sad truth is, every...

View Article

Progbot: A progressive IRC Bot

One of my favorite hobbies, is writing automated bots. I can still remember my first IRC bot in Perl. It’s actually made for fun, and of course there are some exceptional capabilities. I worked with...

View Article


Using GAE Cron to get SMS Alerts from Gmail

Who doesn’t love the free email service Gmail? I am currently using Google Apps Mail for this domain, and I got it installed in my computer, so I just have to switch windows to check messages. Most of...

View Article

Building a Python Coding Environment in Windows

To be honest, my computer files are not organized. Yes, and you know what? Most of my scripts (Perl and Python) sits on one directory: C:\Perl64\scripts. And inside that directory, contains mixed files...

View Article

Getting Time from an IP Address with Python

There are many ways to obtain the current timezone from an IP Address. One is by using a database, and looking up the address. This is an effective way, but the database must be updated frequently....

View Article


Scrape Your Facebook Friends’ Emails with Python

This is an update of an earlier post about Facebook contact info scraping. DISCLAIMER: This is against Facebook TOS . Use at your own risk. It’s been so, so long since I posted something here. And if...

View Article


Login Checking

For so many years, I’ve been using login checkers. Mainly, these scripts aims to recover forgotten passwords. But from experience, people like to use these to get random accounts. For as long as...

View Article
Browsing all 10 articles
Browse latest View live




Latest Images