Skip to content

Instantly share code, notes, and snippets.

View m4dEngi's full-sized avatar
🌴
On the longest vacation

Local Nobody m4dEngi

🌴
On the longest vacation
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
@eendeego
eendeego / bindings-cheat-sheet.md
Created November 28, 2012 10:26
Node/V8 bindings cheat sheet