Credits: Edited by @ddoyle2017
A clean, multi-functional Discord Bot written in Java 8. Currently, it features a music streaming via YouTube, and an online image posting feature using Imgur. Hosted on a free tier Amazon EC2 instance.
Discord is a popular chat & VoIP service for gamers: https://discordapp.com
- Daniel Doyle - @ddoyle2017
A clean and full wrapping of the Discord API for Java. The Discord API is based around two layers, a HTTPS/REST API for general operations, and a persistent secure websocket-based connection for sending and subscribing to real-time events.
An audio player library for Java that loads tracks and converts them into a stream of Opus frames. The Opus Codec is the officially supported audio codec of Discord.
Imgur's official RESTful API for programmatically accessing the entire Imgur infrastructure, based on HTTP requests and JSON responses. Imgur is an online image sharing community and image hosting website.