Select the types of activity you want to include in your feed.
docs: add repository availability links to README
Include links to GitHub and Tangled in the README to clarify where the repository is hosted. GitHub is the primary version, while Tangled serves as a mirror.
···11# Bluesky Avatar Updater
2233+***This repository is available on [GitHub](https://github.com/ewanc26/bluesky-avatar-updater) and [Tangled](https://tangled.sh/@ewancroft.uk/bluesky-avatar-updater). GitHub is the primary version, and the Tangled version is a mirror.***
44+35## Overview
4657This repository contains a Python script that automatically updates your Bluesky avatar (and, optionally, your banner) based on the current hour. The script utilises environment variables for configuration and reads a JSON file mapping blob CIDs to specific hours. In addition to updating your avatar, the script performs several supportive functions including a health check of the API endpoint, comprehensive logging (both to console and to a rotating file system that deletes logs older than 30 days), and the automatic setup of a cron job to ensure regular updates. This project was inspired by [@dame.is](https://bsky.app/profile/dame.is)'s blog post ['How I made an automated dynamic avatar for my Bluesky profile'](https://dame.is/blog/how-i-made-an-automated-dynamic-avatar-for-my-bluesky-profile).