Skip to content

Instantly share code, notes, and snippets.

View carlydotwebsite's full-sized avatar
😷
hanging in there

Carly Ho carlydotwebsite

😷
hanging in there
View GitHub Profile
#!/usr/bin/env python3
"""
posts to thoughts.page
"""
import argparse
import re
from bs4 import BeautifulSoup
import sys
from urllib import request, parse