Posts a random meme from the SUCHO Meme Wall to Mastodon every 2 hours.
@[email protected]- The memebot script fetches the SUCHO Meme Wall RSS feed and selects a meme at random from those that haven't yet been posted.
- The bot uses the Mastodon REST API to post the media file and then to post a new status.
- If ths post is successful,
posted.log
is updated with the ID of the posted meme, as well as the posted time and the post URI. - A GitHub Actions workflow is scheduled to run every two hours. The workflow executes the memebot script and commits the updated
posted.log
back to the repo.