Gnome-orkut
September 13th, 2006
Umm.. this is what I thought I’d name it
Yesternight, I was reading Text Processing in Python, when I wandered off to a section which talked of some HTML parsing. It immediately caught my attention because previously also I was trying to scrap html from my orkut account.
A quick reading & I was ready to go… found my saved orkut’s scrapbook page & started parsing.
What I’m planning is to build a Gnome applet, which would give you a popup when someone posts a scrap on your orkut account will let you reply through the same popup.
But the challenge is… how to knwow that when is a new scrap posted!
The one solution, that hit me instantly was… to keep on fetching orkut’s scrapbook page at regular intervals. To prevent processing every time, I plan to process the newly fetched page only when the MD5 differs
& to take it a step further, a server can be implemented, which can let users query their orkut account via an xml-rpc interface… okay, that’s a bit long shot
Imagine, how nice it would be if people could build third party apps for Orkut
Previous works in this category… http://snipurl.com/wcmm
BTW, another news… I’ve added a new subdomain to makuchaku.info. http://makulabs.makuchaku.info is my new placeholder for all my devel projects/docs/etc. I’ll slowly be moving my stuff there
This name “makulabs” was first suggested by आशीष शुक्ला alias “Wah Java !!”. Thanks आशीष
Posted in GNU/Linux, Python | Comments (5)
September 13th, 2006 at 5:51 pm
Thanks MACu
October 10th, 2006 at 6:13 am
hi
November 29th, 2006 at 2:27 pm
i really dont understand much abt computers..but maybe i can pose this to you…incase one has a good idea to give to orkut in terms of its interface how does one go abt it…and importantly..do they pay?:)
May 20th, 2007 at 3:58 am
hello. stumbled upon your page as i too am looking to do something like this. however, i want to log into orkut remotely, then scrap (pun intended) the scrapbook for html.
i may be a noob, but ive spent a lot of time trying to implement the login phase. just doesnt seem to be working for some reason. even google has let me down this time.
message me if youre interested and maybe we can come up with something
May 20th, 2007 at 2:12 pm
Hi Hasan,
I suppose there are many open source libraries that allow you to login to google accounts - gmail notifier must be using one, the project that added gmail-fs to system would also be using it - i think looking at their source would help
Maku