This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set noautofocus | |
set smoothscroll | |
let scrollduration = 50 | |
set typelinkhints | |
set autohidecursor | |
set completeonopen | |
map T createActiveTabbedHint | |
map b :buffer<Space> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/" |