Scrib X Relay

Thinking of how I can mirror posts. This blog and X. I don’t want an external service. Grokked it. One. Add a WordPress hook in php that triggers a custom function equipped with X API credentials to post directly to X. – I don’t feel comfortable hard coding credentials in the php code. Two. Use a polling bot to monitor RSS feed. When new post is created a Python bot from a server will post contents to X using X API. Leaning towards option two. Haven’t deployed servers before. So good experience. Also this task shouldn’t be too expensive. I’ll have to start by testing the RSS feeds and X API first. If these don’t work it’s a pipeline for nothing. Worst case can deploy agents using Selenium? Or can ChatGPT handle this?

Leave a Reply

Your email address will not be published. Required fields are marked *