Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jagrosh/wherestheparty

🎊 Discord HackWeek 2019 🎊 See where people are talking all over Discord!
https://github.com/jagrosh/wherestheparty

discord discord-bot discord-hack-week discord-hackweek website

Last synced: 1 day ago
JSON representation

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

Awesome Lists containing this project

README

        

# 🎊 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 ****, or feel free to host your own copy (see instructions below)!

![Example Loading...](https://i.imgur.com/DR1fpBS.png)

### 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
}
```
5. Run with `java -Dconfig.file=application.conf -jar Hackweek-0.2-All.jar`
6. Visit `localhost:8080` in your web browser!

### Notes
* This project was created for [Discord Hack Week 2019](https://blog.discordapp.com/discord-community-hack-week-build-and-create-alongside-us-6b2a7b7bba33).
* This project can show you where the party is, but it doesn't actually help you _join_ the party.