jagrosh / WheresTheParty

🎊 Discord HackWeek 2019 🎊 See where people are talking all over Discord!

Home Page:https://discordparty.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🎊 Where's the Party?

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)!

Example Loading...

Hosting

  1. Download this repository
  2. Install Java and Maven (if you don't have them installed)
  3. Build by running mvn clean install
  4. 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
}
  1. Run with java -Dconfig.file=application.conf -jar Hackweek-0.2-All.jar
  2. Visit localhost:8080 in your web browser!

Notes

  • 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.

About

🎊 Discord HackWeek 2019 🎊 See where people are talking all over Discord!

https://discordparty.herokuapp.com

License:Apache License 2.0


Languages

Language:Java 60.4%Language:JavaScript 18.8%Language:HTML 15.5%Language:CSS 5.4%