Skip to content

Instantly share code, notes, and snippets.

View ItsFranklinMyDudes's full-sized avatar

ItsFranklinMyDudes

  • Australia
  • 16:53 (UTC -12:00)
View GitHub Profile
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active December 13, 2025 04:47
Complete Recent Discord Quest

Complete Recent Discord Quest

Note

This does not works in browser for quests which require you to play a game! Use the desktop app to complete those.

How to use this script:

  1. Accept a quest under Discover -> Quests
  2. Press Ctrl+Shift+I to open DevTools
  3. Go to the Console tab
  4. Paste the following code and hit enter:
@MikeRixWolfe
MikeRixWolfe / steamsales.py
Last active October 9, 2024 22:41
Steam Sales Checker (via Big Picture data feeds)
#!/usr/bin/env python
import json
import os
import requests
import time
debug = False
debug_path = 'debug'