Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/jagrosh/wherestheparty
- Owner: jagrosh
- License: apache-2.0
- Created: 2019-06-28T06:24:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-14T17:47:53.000Z (over 1 year ago)
- Last Synced: 2024-10-30T02:42:56.473Z (about 2 months ago)
- Topics: discord, discord-bot, discord-hack-week, discord-hackweek, website
- Language: Java
- Homepage: https://discordparty.herokuapp.com
- Size: 25.4 KB
- Stars: 38
- Watchers: 4
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.