Giter Club home page Giter Club logo

rayz's Introduction

Rayz

Banner

> Introduction

A warm welcome to the Rayz Github repo! Rayz is a multi-utility Guilded bot built in Python, using Shay's Guilded.py! wrapper library. This document provides guidelines on how to contribute to the project and set up the bot on your local machine.

> How to use

  • Please make sure you have a recent version of python 3 installed. (3.10.6+)

  • Clone this repo.

  • Make a test bot via Guilded on your own private server to test your changes on.

  • Get its token.

  • Paste it into config/config.json make the file if it's not there already.

  • Run the bot

    • CD into project root dir.
    • Using a Virtual Environment for the project is recommended:
      • To create:
        • On Windows: Execute python -m venv env
        • On MacOS/Linux: Execute python3 -m venv env
      • Activate virtual environment of the project, specific to OS and shell environment
        • Using VSCode && Python extension might be helpful if you are new
        • On Windows
          • Execute ./env/Scripts/Activate.ps1 on windows if using PowerShell
          • CD into the same dir and run activate.bat if using CMD
        • On MacOS/Linux
          • Execute ./env/Scripts/activate
    • Install project dependencies to the venv:
      • On Windows: pip install -r requirements.txt
      • On MacOS/Linux: pip3 install -r requirements.txt
    • Configure via config.json taking inspiration from example
    • Use ./run.bat or python base.py to get started if on windows.
    • Use python3 base.py to get started if on mac/linux.
  • Run wild. Happy coding fellow developer! GODSPEED

rayz's People

Contributors

kmack710 avatar no7here avatar peyton2017 avatar saysora avatar sohamjaiswal avatar yumyummity avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

rayz's Issues

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.