febrero 03, 2010 Archives

mié feb 3 18:53:48 CET 2010

Nexus One, python, BS. Otra más

¿Y por qué limitarse a ser el primero en saberlo?

import sys
import urllib2
from BeautifulSoup import BeautifulSoup
import twitter

page = urllib2.urlopen("http://www.google.com/phone/")
soup = BeautifulSoup(page)

try:
no_nexus = soup.find(attrs={"class" : "callout-box"}).contents
except:
api = twitter.Api(username="yo_en_twitter", password="pass_de_twitter")
api.PostUpdate("Ya está disponible el Nexus One en aquí")

Sé el primero en contárselo a los demás.


Posted by foobar | Permanent Link