项目作者: ddoyle2017

项目描述 :
Music streaming and image retrieval Discord chatbot written in Java 8.
高级语言: Java
项目地址: git://github.com/ddoyle2017/AvocadoBot.git
创建时间: 2017-10-02T23:02:48Z
项目社区:https://github.com/ddoyle2017/AvocadoBot

开源协议:MIT License

下载


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

JDA (Java Discord API)

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.

LavaPlayer

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 API

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.