Skip to content

Instantly share code, notes, and snippets.

echo "------------------------------------"
echo " ANURAOS TO STATIC "
echo "------------------------------------"
rm -rf static_version # remove the directory if it exist
mkdir static_version # create the directory
# move all directories
cp -r ./public/* ./static_version
cp -r ./apps ./static_version
@Mollomm1
Mollomm1 / poc-webtor-scraping.py
Last active February 5, 2025 00:44
poc-webtor-scraping
# Reverse engineered by Mollomm1
# Some shit used to scrape webtor, mostly for a 'potential' future cloudstream plugin.
#
from requests import get, post
from base64 import b64decode
import re, codecs, json, urllib.parse
headers = {
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0",
@Mollomm1
Mollomm1 / sussyamogus.py
Last active December 14, 2022 17:59
sussyamogus.py
from math import *
import ion