petermolnarcapjamesg[d]: " I am sure Gmail has some kind of programmatic API that would let you read emails" forget google APIs for that, just use IMAP. It works in basially any email system that supports IMAP. For example: https://docs.python.org/3/library/imaplib.html
sknebelyep, gmail e-mail APIs are behind quite intense signup process. "please pay $lotsofmoney to an auditing firm we trust and then we might look at your application form"
[manton]capjamesg: You can send a copy of a post to Micro.blog via Micropub, but that requires having a hosted blog on Micro.blog so that’s probably not what you want. To get the syndication link, there are 2 options now: 1) there’s a hidden setting I can enable that will send your blog a Webmention when Micro.blog processes your post (it’s off by default because it will probably require special code on your side to handle); 2) you can
GWG[manton]: I know. I wrote the code that goes through the feed and finds the right URL in December 2019. If there is a direct query, I can save a few steps.
[James_Van_Dyne]capjamesg: Submitted a couple of PRs for indieweb-utils. Still base project setup stuff. There’s some actual code changes that need to be made to fix the typing errors. The flake8 complexity checker (confirms if a function ha too many if/try statements etc…) might be too aggressive, but maybe not. We’ll have to look at those and either adjust them or refactor a bit (probably refactor).
[James_Van_Dyne]The second PR introduces black/isort, the automatic code formatter. I recommend merging that before making any new branches as you’ll end up with a large number of merge conflicts.