Python Logo

Code Project – Auto-Sharing Micro-blog

So I wrote a post a while back about my sharing workflow from Fresh RSS. Basically, as I read stories in my RSS Reader, I tag anything I find interesting. Then, sometime.on Friday or Saturday, I run a script that pulls all those stories, asks if I want to add commentary, and adds them to a queue that sits in a basic text file. Another script runs on a Cron job every hour and pulls pulls links and posts them to my Mastodon and Bluesky accounts. It also creates an archive file of everything posted. It also dumps an HTML…