lesander / aoc-discord-notifier-bot

Code for posting Advent Of Code 2020 private leaderboard changes to a discord channel using a Webhook.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2020 Leaderboard Discord Bot

This is a simple Discord bot written in TypeScript for Node.js that posts to a Discord channel when the stars or the score on a private leaderboard have changed.

No fancy integrations, just using Discord client for posting the messages.

How to use

  • Fill in the config.json file with discord bot info and aoc leaderboard info
  • Run npm run start
  • Kill the process if you wanna stop the bot

Stuff coming soon

  • Nicer looking messages
  • More change processing to highlight what's changed
  • Nicer logs
  • Maybe better run control

About

Code for posting Advent Of Code 2020 private leaderboard changes to a discord channel using a Webhook.


Languages

Language:TypeScript 100.0%