Skip to content

Instantly share code, notes, and snippets.

@SamadiPour
SamadiPour / console_easy_excute.js
Last active August 12, 2025 06:21
Snappfood Spent money
// Copy paste this line in your browser console to run the script and get the result
fetch('https://gist.githubusercontent.com/SamadiPour/a18b1e186deac76c4a95fa108d02a6ea/raw/snappfood_enhanced.js').then(r => r.text()).then(code => eval(code));
@axeleroy
axeleroy / wxr_utils.py
Created April 19, 2020 18:00
Python library for generating WXR files
"""Utility functions to create a WXR file for Wordpress.
"""
import datetime
import os
from lxml import etree as ET
from lxml.etree import CDATA
# XML namespaces declarations