publ micropub client
This article is a stub. You can help the IndieWeb wiki by expanding it.
Not to be confused with Publ CMS.
publ was an open source Python Micropub client by Harry Reeder that has been archived.
Usage is split into configuring a site and posting. Posting is currently done with the following command:
python publ.py post words words words words words
The next goal is going to be to get it packaged and be used with:
publ post words words words words words
To-Do
- Support for using a blocking editor rather than command line arguments, a-la git commit
- Support more post kinds (and actually specify the h value)