So... where's the party? This bot will help you find out! How? By visualizing where people are posting messages right now! The graph is shown and updated in real-time, so when a user pops up linked to a channel, it means they just sent a message there!
Take a look at a demo of this bot over at https://discordparty.herokuapp.com, or feel free to host your own copy (see instructions below)!
- Download this repository
- Install Java and Maven (if you don't have them installed)
- Build by running
mvn clean install
- Create an
application.conf
file, filling in the blanks below:
bot {
token = "BOT TOKEN HERE"
clientid = "CLIENT ID HERE"
game = "Hackweek!?"
}
web {
static = "STATIC FILES FOLDER HERE"
port = 8080
}
- Run with
java -Dconfig.file=application.conf -jar Hackweek-0.2-All.jar
- Visit
localhost:8080
in your web browser!
- This project was created for Discord Hack Week 2019.
- This project can show you where the party is, but it doesn't actually help you join the party.