No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Roxie Gibson 6c068f04ce added an extra meme to the docs. hace 5 años
docs added an extra meme to the docs. hace 5 años
roxbot added an extra meme to the docs. hace 5 años
.gitignore Renamed config file to roxbot.conf, changed some links in the docs, redid the readme, moved requirements to build docs into another requirements.txt, hace 5 años
CHANGELOG.md added unicode emoji support to emote command. hace 5 años
LICENSE.md update license with email and improved docs file structure. hace 5 años
README.md updated the docs to be the readme from github and fixed some mistakes. hace 5 años
mkdocs.yml Renamed config file to roxbot.conf, changed some links in the docs, redid the readme, moved requirements to build docs into another requirements.txt, hace 5 años
requirements.txt Renamed config file to roxbot.conf, changed some links in the docs, redid the readme, moved requirements to build docs into another requirements.txt, hace 5 años
roxbot.py updated about command, added it to the docs, and fixed a big with parsing the backup rate. hace 5 años
setup.py Renamed config file to roxbot.conf, changed some links in the docs, redid the readme, moved requirements to build docs into another requirements.txt, hace 5 años

README.md

Roxbot

Banner

Python MIT PRs Welcome

Roxbot: An inclusive modular multi-purpose Discord bot. Built with love (and discord.py) by Roxxers#7443.

Roxbot is designed to be provide many different services for users and modertors alike with a focus on customisability. Roxbot also has a focus on being inclusive and being fun for all kinds of people. Roxbot is a bot written by a queer woman with the lgbt community in mind.

Changelog - Docs - Command Docs

Quick Setup

Roxbot has only been tested on Linux machines so far so these instructions are written for Linux users.

Requirements:

Optional Requirements:

  • Imgur API client ID (for Reddit cog. Create a application to gain access to the Imgur API here)
  • ffmpeg (for Voice cog [music bot])
  • libopus (for Voice cog [music bot])

If you don’t meet the requirements for a cog, be sure to comment out that cog in the roxbot/__init__.py file.

  1. Clone Roxbot to your system

    $  git clone https://github.com/roxxers/roxbot.git
    $  cd roxbot/
    
  2. Create a venv for Roxbot

    $  python3 -m venv ./env
    $  source env/bin/activate      # For bash and zsh users
    $  source env/bin/activate.fish # For fish users
    
  3. Install Python dependencies

    $  python3 -m pip install -r requirements.txt
    
  4. Edit Roxbot’s config to add your bot accounts token (and imgur api token if you plan to use the Reddit cog) to the config, and also edit some other config settings. Then rename it so that Roxbot will be able to read it.

    $  nano roxbot/settings/roxbot_example.conf
    $  mv roxbot/settings/roxbot_example.conf roxbot/settings/roxbot.conf
    
  5. Run Roxbot and she should setup everything if you haven’t run her before.

    $  ./roxbot
    

Need Support?

If you want Roxbot support, a support Discord can be found by clicking the Discord banner at the top of the readme,

Support Me If you want/can

KoFi