Skip to content

Instantly share code, notes, and snippets.

@mtholder
mtholder / crawl.py
Last active October 19, 2018 20:40 — forked from bredelings/crawl.py
Silly web crawler
#!/usr/bin/python3
import requests
import time
from threading import Thread
machine='http://localhost:1984'
# machine='https://ot39.opentreeoflife.org'
# machine='https://api.opentreeoflife.org'