Skip to content

Instantly share code, notes, and snippets.

View harpiechoise's full-sized avatar
🎯
Focusing

Jaime Crispi harpiechoise

🎯
Focusing
  • Santiago, Chile
View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Requerimientos para seguir la serie\n",
"\n",
"Numpy:\n",
"\n",
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
import bs4
from urllib.request import urlopen as uReq
from bs4 import BeautifulSoup as soup
import csv
myurl = "https://www.lider.cl/supermercado/category/Despensa/Pastas/Fideos-Largos/_/N-673e4a"
uClient = uReq(myurl)
page_html = uClient.read()
nombres = []
marcas = []
#Antes de usar instalen clint abran el CMD y escriban pip intall clint
from random import randint as r
import time
from clint.textui import colored
def randomizer():
rand = r(1,255)
return chr(rand)
def espacer():
rand = r(1,2)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.