Skip to content

Instantly share code, notes, and snippets.

@ethnaut
ethnaut / ejemplo_chupon.py
Last active October 19, 2016 17:22
python scrapping ejemplo_chupon.py
#!/usr/bin/env python
# ejemplo de pagina http://jarroba.com/scraping-python-beautifulsoup-ejemplos/
# -*- coding: utf-8 -*-
__author__ = 'RicardoMoya'
from bs4 import BeautifulSoup
import requests
urlBase = "http://jarroba.com/"
maxPages = 20