Thanks for the info. Will digest it over the weekend
Look into generating an RSS feed from your tweets, and then automate that using either a locally run service or something like IFTTT. All that's left is just an endpoint to POST the tweet content to, that will then send it to relays - which is the tricky part... But, using something like key delegation or so should get you somewhere, I think.
If I recall correctly, IFTTT has a Twitter bridge itself - but, I could be wrong. As for fetching your tweets as RSS to be an input source: https://nitter.poast.org/IngwiePhoenix/rss - just replace IngwiePhoenix with your name, naturally.
If you would rather skip IFTTT:
- Service: https://zapier.com/blog/rss-automation-with-zapier/
- Some local are described here: https://unix.stackexchange.com/questions/22137/how-to-watch-rss-feed-for-new-entries-from-bash-script
The idea is simple:
WHEN new tweet (VIA RSS FEED)
THEN take the CONTENT of the tweet
THEN send CONTENT to Nostr
If you run locally, you can use something like https://github.com/fiatjaf/noscl to do the send.
Hope this helps!
Discussion
No replies yet.