Metadata-Version: 2.3
Name: markpub_bskypost
Version: 0.1.2
Summary: Bluesky comments support for MarkPub websites
License: MIT
Author: William L. Anderson
Author-email: band@acm.org
Requires-Python: >=3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: bs4 (>=0.0.2,<0.0.3)
Requires-Dist: pyyaml (>=6.0.2,<7.0.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Description-Content-Type: text/markdown


Microblogging support for MarkPub and MassiveWiki websites
=========================

Script to (1) post a link to a MarkPub or MassiveWiki website to Bluesky,
and (2) display any comments and likes made to that Bluesky post on
the referenced website page.  

To run this Python script, 'requests' and 'bs4' (BeautifulSoup) packages must be installed. Tested with Python 3.12.

This code is an excerpt of the code described in the blog post ["Posting via the Bluesky API"](https://atproto.com/blog/create-post).

Gratitude to [Emily Liu](https://emilyliu.me/) and [Cory Zue](https://www.coryzue.com/)  

-----

To install:

``` shell
pip install -r requirements.txt
```  


For a list of options and arguments:

```shell
markpub-bskypost
```   



