Skip to content

Instantly share code, notes, and snippets.

@corposim
corposim / hydrusBatchSauce.py
Created April 23, 2020 23:09
Uses e621's reverse image search API to find e621 posts using thumbnails from hydrus network.
#!/usr/bin/env python3
import requests
import time
# set these!
ROOT = "" # "/path/to/db/client_files/"
USERNAME = "" # e621 username
API_KEY = "" # e621 api key
# you need to enable API access to get a key.