Skip to content

Instantly share code, notes, and snippets.

View CleasbyCode's full-sized avatar

Nicholas Cleasby CleasbyCode

View GitHub Profile
#!/usr/bin/env python3
"""
Script demonstrating how to create posts using the Bluesky API, covering most of the features and embed options.
To run this Python script, you need the 'requests' and 'bs4' (BeautifulSoup) packages installed.
"""
import re
import os