Skip to content

Instantly share code, notes, and snippets.

@NotWadeGrimridge
NotWadeGrimridge / xpost.py
Last active February 20, 2026 01:21
Tweet from your terminal
#!/usr/bin/env -S uv --quiet run --script
# /// script
# requires-python = ">=3.13"
# dependencies = [
# "beautifulsoup4",
# "curl-cffi",
# "pycryptodome",
# "xclienttransaction",
# ]
# ///