Giter Site home page Giter Site logo

shywim / airhornbot Goto Github PK

View Code? Open in Web Editor NEW

This project forked from discord/airhornbot

0.0 3.0 0.0 33.88 MB

The only bot for Discord you'll ever need.

Home Page: https://airhorn.shywim.fr

License: Other

Go 85.09% CSS 10.56% JavaScript 4.34%
discord discord-bot golang typescript discordgo sass

airhornbot's Introduction

Note: this is a fork of the original Airhorn bot with fixes and new features.

Airhorn Bot

Airhorn is an example implementation of the Discord API. Airhorn bot utilizes the discordgo library, a free and open source library. Airhorn Bot requires Go 1.8 or higher.

Usage

If you want to get the Airhorn bot to your server, simply go to the website then click Add to Discord!

Commands

Mention the bot with 'help' as message for a list of commands! (e.g.: @Airhorn help)

Self host

Airhorn Bot has two components, a bot client that handles the playing of loyal airhorns, and a web server to connect the bot to a discord server and manage custom clips.

Using Docker

  • The bot

    docker run -d --name airhornbot
    -v /etc/airhornbot:/etc/airhornbot
    -v /etc/airhornbot/plugins:/etc/airhornbot/plugins
    -v airhornbot-data:/data
    --link airhornbot-redis:redis
    --link airhornbot-db:db
    registry.gitlab.com/Shywim/airhornbot/bot:latest

  • Web application

    docker run -d --name airhornweb -p 14000:14000
    -v /etc/airhornbot:/etc/airhornbot
    -v airhornbot-data:/data
    --link airhornbot-redis:redis
    --link airhornbot-db:db
    registry.gitlab.com/Shywim/airhornbot/web:latest

Get the bot

// TODO

airhornbot's People

Contributors

abalabahaha avatar b1naryth1ef avatar bwmarrin avatar goldencrater avatar iopred avatar mpeterson2 avatar shywim avatar vishnevskiy avatar

Watchers

 avatar  avatar  avatar

airhornbot's Issues

Add some tests

  • web
    • Test displaying data
    • Test adding a sound
  • bot
    • Test receiving a sound command
    • Test receiving a control command

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.