A Mastodon Bot for Wikipedia’s Picture of the Day
I recently built a simple bot that posts the Picture of the Day from the Belarusian Wikipedia to Mastodon. It’s an AWS Lambda function that runs daily, fetching the picture and its caption using Python + BeautifulSoup, and posting it with the Mastodon.py (Python wrapper for the Mastodon API).
The bot is already active — you can follow it here. If you’re curious, the source code is available on Github.
In the future, I might add more features, but for now, it’s just a small project to share something beautiful every day.