Giter Club home page Giter Club logo

prism-v3's Introduction

Prism v3 - the final version


Welcome to the Prism v3 repository, hosting the code for Prism v3.
Prism is a self-hosted bot, but it also has a public instance hosted by me (invite).


๐Ÿงฐ Setup

Before you start the setup process, you need to install the needed requirements.
Please note these commands may change depending on your environment.

You require the following (before being able to continue at all):

The following script should setup the base repository:

git clone https://github.com/iiPythonx/Prism-v3
cd Prism-v3
python3 -m pip install -r reqs.txt
mv example_config.json config.json

๐Ÿ”ง Configuration

Before you actually use Prism, you need to configure it.
This process requires both a .env file as well as a config.json file.

To setup the .env, grab your discord bot token, and place it like so:

TOKEN = "YOUR DISCORD BOT TOKEN"

The config.json should look like the following:

{
    "admin": {
        "owner": "Somebody#0001",
    },
    "paths": {
        "db_dir": "db",
        "cmd_path": "prism/cmds"
    },
    "status": {
        "watching": ["Twitch.tv"],
        "playing": ["Minecraft"],
        "enabled": true
    }
}

The following are required:

  • admin/owner, which is used in the help command (among other places)
  • paths/db_dir, the database folder location
  • paths/cmd_path, the command folder location

The rest of the options are up to you to tweak on your own accord.
Launching the bot is as simple as running python3 launch.py

For more configuration, please consult the wiki.


๐Ÿ‘ฅ Credits

iiPython DmmD Emy
iiPython Dm123321_31mD Emy

๐Ÿ“ License

Prism is listed under the MIT license, more information here.
LICENSE.txt contains the raw license.

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.