Skip to content

Music streaming and image retrieval Discord chatbot written in Java 8.

License

Notifications You must be signed in to change notification settings

ddoyle2017/AvocadoBot

Repository files navigation

AvocadoBot

Credits: Edited by @ddoyle2017

What is it?

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

Authors

Built With

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.

About

Music streaming and image retrieval Discord chatbot written in Java 8.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages