Last active
August 29, 2015 14:23
-
-
Save cansadadeserfeliz/4b2aa6dfe9d1f646add0 to your computer and use it in GitHub Desktop.
Prueba si hay citas disponibles de tipo "solicitud" para la Embajada Rusa en la Haya para el mes actual
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import urllib2 | |
from bs4 import BeautifulSoup | |
if BeautifulSoup(urllib2.urlopen( | |
'http://ambru.nl/priem_not/index.php' | |
).read()).findAll('td', {'class': 'tab4_3_not3'}): | |
print '\033[95m YAHOOO! \033[m\n' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
beautifulsoup4==4.3.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment