albinchristo04/appsaut — reverse-engineered prompt
Reverse engineered prompt
I want a small Python app that can automatically post to my Blogger blog and turn this repo into something actually usable. Keep it simple and practical. I should be able to connect my Blogger account once, then create a post with a title, content, labels, and maybe an optional image or link, then either publish it right away or save it as a draft.
Please make the setup easy for someone who is not very technical. Add a simple config file or prompt for the needed account details, clear instructions for how to run it, and helpful error messages if login or posting fails. If there is already script code in here, clean it up and build on it instead of starting from scratch.
I would also like basic logging so I can tell what posted and what failed. If you need to, look up the current Blogger docs online and wire it up the right way.
Want more depth? Deep Reverse