Linkify Bot adds a green hat to the intra profile pictures of 42 students
Ensure Docker is installed on your system. Visit Docker's official site for installation instructions if needed.
-
Clone and Navigate:
git clone git@github.com:Links-bde/linkify-bot.git cd linkify-bot -
Configure Environment: Create a
.envfile in the project root with your Discord bot token:DISCORD_TOKEN=<Your_Discord_Bot_Token> -
Prepare Profile Data: Generate a
profile_pics.jsonin the project root, mapping usernames to profile picture links:{ "username1": "profile_pic_link1", "username2": "profile_pic_link2" }
docker compose up -dThe project was created quickly for fun as a random experiment. The code is ugly and inefficient. It's just a quick draft with some ChatGPT glued code.