This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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 |