Skip to content

Instantly share code, notes, and snippets.

View YoRyan's full-sized avatar

Ryan Young YoRyan

View GitHub Profile
@YoRyan
YoRyan / steamq.py
Last active June 27, 2020 08:45
Steam Discovery Queue crawler in Python. Gets your Steam sale trading cards so you don't have to.
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""Get your Steam trading cards by browsing through the Discovery Queue."""
# Makes extensive use of steamweb, see https://github.com/jayme-github/steamweb
# Inspired by /u/zetx's userscript, see https://www.reddit.com/r/Steam/comments/3xvie5/userscript_to_automatically_go_through_a/
# install dependencies: pip3 install --user steamweb