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
#!/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 |