Skip to content

likes-gay/christmas-countdown-social-bot

Repository files navigation

Chrsitmas Countdown Social Bot

This is a Christmas countdown bot. It posts an image each day with how many days are left until Christmas, on various sites

How it works

image_gen_PY uses the Unsplash random image API to grab a random Christmas related image. Then, it is fed to the Python Pillow Library to dim the image, apply blur, and finally add the text. It is the finnaly saved as currentImage.png

bluesky_post_TS then posts the image made on the last step using the Bluesky API.

threads_post_PY uses the Threads API to post the image made on the first step.

All the scripts are then run from a GitHub Action every 24 hours.

Account Links

Bluesky

@xmas-countdown.likes.gay

Threads

@daily_xmas_countdown

Credits