Skip to content

Instantly share code, notes, and snippets.

# Copyright (c) 2025, AgriTheory and contributors
# For license information, please see license.txt
"""
Frappe App Version-16 Migration Script
This script automates the migration of Frappe apps from version-15 to version-16.
It uses PyGithub to create branches and update files programmatically.
Usage:
@0xdevalias
0xdevalias / _deobfuscating-unminifying-obfuscated-web-app-code.md
Last active March 9, 2026 08:34
Some notes and tools for reverse engineering / deobfuscating / unminifying obfuscated web app code
@voidus
voidus / flake.nix
Created April 22, 2023 18:35
Build a cloudinit image in nixos
{
description = "A nixos cloudinit base image without nixos-infect";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs";
};
outputs = { self, nixpkgs }:
let
system = "x86_64-linux";