Skip to content

Instantly share code, notes, and snippets.

View chrisleaman's full-sized avatar

Chris Leaman chrisleaman

View GitHub Profile
import requests
from urllib.parse import urljoin, urlparse
from pathlib import Path
TOPIC_ID = 37
ROOT_ID = 269986
OUTPUT_FOLDER = "." # save images in same directory as this file
SPOTTERON_API = "https://www.spotteron.com/api/v2/spots"
SPOTTERON_IMG = "https://files.spotteron.com/images/spots/"
@chrisleaman
chrisleaman / cVim.rc
Last active March 19, 2017 05:03
cVim.rc
set noautofocus
set smoothscroll
let scrollduration = 50
set typelinkhints
set autohidecursor
set completeonopen
map T createActiveTabbedHint
map b :buffer<Space>