Git Product home page Git Product logo

ga's Introduction

GA

An open source Discord voice assistance bot

What does GA do?

GA is a customizable bot that you can host in your own Discord server. You can write skills (features) for GA to do via text. As of writing (5/27/20), the repo includes a music player and example templates on how to make your own features.

How can I be involved with GA?

You can write your own skills for GA to perform. For example, you can build a Terraria wiki voice assistant or a fart machine. If you'd like, you can propose your skill be merged into the master GA bot so everyone can use your skill.

What do I need to get started with GA?

The first thing you need to do is host GA on a server. This can be an AWS instance or your local machine. Either way, we've included a quickstart Dockerfile to get you going. Clone the repo. You'll need docker and docker-compose installed already. Make a .env file in your project root directory with the following:

PORT=5000
DISCORD_TOKEN=<A discord token of your choice>

Then run the following command from the project root directory on your CLI:

docker-compose build
docker-compose up -d
docker-compose run app yarn install

If something doesn't work, you can check the logs at docker-compose logs -f

Wait I need more help!

Check out the Q&A.md file for more information!

ga's People

Contributors

lforalaska avatar

Watchers

 avatar  avatar

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.