Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@tinydanbo
tinydanbo / steam-exclusive-finder.py
Last active August 7, 2019 14:14
Steam exclusive finder
import requests
import os.path
from tqdm import tqdm
import requests_cache
itad_key = "its where the key goes"
batch_size = 100
requests_cache.install_cache()