Skip to content

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

License

Notifications You must be signed in to change notification settings

jagrosh/WheresTheParty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

19 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published