Giter Site home page Giter Site logo

fossabot / zora Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ajmwagar/zora

0.0 1.0 0.0 11.7 MB

:robot: A discord bot build for you

Home Page: https://zora.netlify.com

License: MIT License

Dockerfile 1.18% JavaScript 96.86% HTML 1.87% Shell 0.08%

zora's Introduction

Zora

Zora

Discord Bots Deps HitCount Discord FOSSA Status

A modular discord bot that is fully customizable!

Features:

  • Compatible with ZoraWeb a customizable dashboard made in Vue!
  • Music
    • Youtube links
    • Searching youtube
    • Queuing songs
    • Skip, Pause, Resume, and Stop commands
    • Soundcloud
  • Meme dumper from Reddit
    • Server specific subreddits
  • Stack Overflow Search
  • Weather command
  • Wolfram Alpha Search
  • Modlog
    • Various actions
    • Image archive with AI autotagger
  • Joke command
  • Yodaspeak translator
  • Google Translate
  • Currency Converter with Crypto Support
  • Economy commands
    • Forbes (Richest people list)
    • Shop
    • Daily rewards
    • Slots
  • Levels and XP
    • Promote server engagement.
  • Custom server settings
    • Custom prefix
    • Custom automod
    • Custom name
  • Auto-sharding
  • Admin commands
    • Kick
    • Ban
    • Purge
    • Say

Installation (Invite Zora)

Zora is the official bot hosted by the creators of this repo, you can invite it to your discord server by clicking the link below: INVITE Zora

Installation (Host your own bot):

1. Clone the repository

git clone https://github.com/ajmwagar/zora

2. Enter the repository

cd zora

3. Install dependences

npm install

4. Setup MongoDB

Install a MongoDB server with a database called zora

Make sure it's on a server that can handle it! Each user and server will have their own document!

5. Create and Edit config.json (add ytsearch key, discord bot key)

$EDITOR config.json

Add the following to config.json

{
    "token": "my discord bot token",
    "youtubeKey": "my youtube data api key",
    "databaseuser": "my mongodb username",
    "databasepass": "my mongodb password",
    "wolfram": "my wolframalpha key",
    "ws": {
        "clientid": "my discord client id",
        "clientsecret": "my discord client secret",
        "authurl": "https://discordapp.com/api/oauth2/authorize",
        "tokenurl": "https://discordapp.com/api/oauth2/token"
    }
}

6. Profit!

node index.js

OR

pm2 start index.js -n <botname>

Note that translate won't work unless a valid google service account is set up!

Acknowledgements:

This bot would not be possible without:

License

FOSSA Status

zora's People

Contributors

2kai2kai2 avatar ajmwagar avatar fossabot avatar nlaha avatar

Watchers

 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.