DEV Community

Cover image for Auto-updating Twitter banner with ezz
Dhravya
Dhravya

Posted on

Auto-updating Twitter banner with ezz

So I used to use a web service called BlackMagic to update my twitter banner. But that's boring, because it got quite common to see people with the same banners and with the Real-time banner with blackmagic watermark.

Naturally, I decided to make my own!!
https://github.com/Dhravya/auto-twitter-banner

It's actually a really simple script that queries the twitter API for my last 5 followers, makes the image, and then updates the banner every 2 minutes. The main thing here is pasting the follower's images at the right location
Here's the final product: Image description

Feel free to fork the repository for your own banner! Let's start a conversation, comment something!

Read about the implementation here : https://blog.dhravya.dev/twitter-banner/

Top comments (0)