Skip to content

Instantly share code, notes, and snippets.

View renbaoshuo's full-sized avatar

Baoshuo Ren renbaoshuo

View GitHub Profile
@renbaoshuo
renbaoshuo / smms-image.py
Created December 30, 2020 13:23
Download all uploaded SMMS images.
import requests
import os
import json
import pathlib
import sys
proxy = "http://127.0.0.1:7890"
print("\nusing proxy: " + proxy + "\n\n====================\n")
proxies = {"http": proxy, "https": proxy}