Skip to content

Instantly share code, notes, and snippets.

View elioduran60's full-sized avatar

ELIO DURAN elioduran60

View GitHub Profile
@eduardogpg
eduardogpg / scraper.py
Last active November 25, 2023 14:44
Una clase del BC de Ciencia de datos.
import csv
import json
import requests
from bs4 import BeautifulSoup
TITLE = 'Próximos lanzamientos'
URL = 'https://www.imdb.com/calendar/?region=MX'