A webapp which generates a simple Discord profile banner image in real-time

DiscordProfileBanner

This tool generates a Discord profile banner image in realtime. I wrote it for use in my AniList profile.

An example in action:

How it works?

  • A JDA bot is started which keeps users’ activity in cache.
  • A Ktor server accepts requests at path /{id}.png where id is the Discord user ID.
  • On each request, an image is generated with user’s username, status and activity at that time.

Licence

This project is Licensed under MIT. Please check the LICENSE file for details.

GitHub

https://github.com/quanta-kt/DiscordProfileBanner