rubellyte / Red_Star

Discord administration bot.
MIT License
4 stars 1 forks source link

Red Star Bot

Python PyPI

Red Star Logo

A configurable, extensible Discord bot with administration and entertainment plugins included. Now with added shouting.

Features

Installation

With pip

Simply run pip install red-star, and Red Star and all its dependencies will be automatically installed. You can then run Red Star by simply running python -m red_star or red_star (if Scripts is in your PATH).

From source

Installing

Running pip install -e . inside the Red Star folder will install Red Star and all its dependencies automatically. This will allow you to run Red Star in the same way as above.

Running portably

Alternatively, one can run Red Star portably by simply navigating to the source directory and running python red_star.py -p. This will tell Red Star to keep its loose files inside the source directory, instead of placing them in your user folder.

Usage

Starting the bot is already covered above; simply invoke red_star, python -m red_star, or python red_star.py to run the bot. On first run, a default configuration file will be copied to ~/.red_star (C:\Users\username\.red_star on Windows) that must be edited before use.

Command-line Arguments