Unlisted
Like
1
bsky_rss_poll
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in miliseconds.
This is a bot that polls an RSS feed for a new item every hour and posts it to Bluesky.
It's split into three parts:
bsky_rss_poll
- This function runs every hour and polls the provided RSS feed, turns it into XML and runs the check. If there is a new post, it tell
rss_to_bsky
to post a link (and the title) to Bluesky
- This function runs every hour and polls the provided RSS feed, turns it into XML and runs the check. If there is a new post, it tell
latest_rss
- This is a stored object that keeps the latest object for the poll to test against
rss_to_bsky
- This function turns the text post into a rich text post and posts it to Bluesky
Migrated from folder: Archive/bsky_rss_poll