Skip to content

Instantly share code, notes, and snippets.

@Nightdavisao
Nightdavisao / stickerly-stickers-downloader.py
Last active January 19, 2022 10:53
python script to download your desired sticker pack (note that you need to have installed "requests" and "slugify" dependencies)
# encoding: utf-8
from requests import get
from slugify import slugify
import os, sys
def main(stickerid):
print("sticker.ly sticker pack downloader")
print("Sticker ID:", stickerid)
headers = {
"User-Agent": "androidapp.stickerly/1.13.3 (G011A; U; Android 22; pt-BR; br;)",
// ==UserScript==
// @name romhacking.net robot verification bypass
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Robot verification of this website is kinda... insecure (made this userscript to show off how insecure it is)
// @author Nightdavisao
// @match https://www.romhacking.net/download/*
// @grant GM_log
// ==/UserScript==