Skip to content

Instantly share code, notes, and snippets.

View cmho's full-sized avatar
🌺
vibing

Carly Ho cmho

🌺
vibing
View GitHub Profile
@cmho
cmho / post.py
Last active May 4, 2024 02:50 — forked from knuxify/post.py
#!/usr/bin/env python3
"""
posts to thoughts.page
"""
import argparse
import re
from bs4 import BeautifulSoup
import sys
from urllib import request, parse