Skip to content

Instantly share code, notes, and snippets.

View z3dm4n's full-sized avatar
:octocat:
git rebase -i master

E. Zettel z3dm4n

:octocat:
git rebase -i master
View GitHub Profile
from lxml import html
import csv
import os
import requests
from exceptions import ValueError
from time import sleep
from random import randint
def parse(url):
headers = {