Giter Club home page Giter Club logo

malachite's Introduction

Malachite

A successor to Pebble based on DisSkele.

Aiming to rival mainstream leveling bots, Malachite is made with the purpose of putting more control in the hands of users with advanced configurations and settings.


Setup

Prerequisites

  • Git
  • Python
  • Pip
  1. Clone the repo
    git clone https://github.com/JadenLabs/Malachite.git
  2. Change directories
    cd Malachite
  3. Install dependencies
    pip install -r requirements.txt
  4. Open example.env and put your bot's values in there, then rename it to .env or anything with the prefix .env
  5. Open config.toml and adjust it to your needs
  6. Run the bot
    python main.py

Usage

usage: main.py [-h] [-e ENV] [-c CONFIG]

options:
-h, --help show this help message and exit
-e ENV, --env ENV The env file to use
-c CONFIG, --config CONFIG The config file to use

Contributing

Thanks for checking out this project. If you'd like to help out with the project, keep on reading!

How to Contribute

Reporting Bugs

  1. Check for existing issues: Before creating an issue, check if the bug has already been reported.
  2. Create a new issue: If it hasn't already been reported, create a new issue - being as descriptive as possible.

Suggesting features

  1. Search for existing feature requests: Before suggesting a new feature, check if it has already been suggested.
  2. Create a new feature request: Once you have checked if your suggestion is not redundant, create a new issue being as descriptive as you can.

Submitting changes

  1. Fork the repo
  2. Clone your fork to your local machine
  3. Create a new branch
  4. Make your changes
  5. Commit and push

Style Guides

Git Commit Messages

  • Use the Conventional Commits commit style - not strict with this, but it is preferred.
  • Use the present tense ("Add feature" not "Added feature").
  • Use the imperative mood ("Move button" not "Moves button").

Code Style

  • This project uses the Black python formatter.

Additional Info

Upstream

This project uses DisSkele as the base so there will be times where it needs to pull changes from the upstream remote (from DisSkele) - this is done by doing the following:

  1. Ensure you're on the main branch
    git checkout main
  2. Fetch the upstream branch
    git fetch upstream
  3. Merge upstream/master into main
    git merge upstream/master

Contact

Want to contact the maintainer of the project? Send a friend request to roc.py on Discord or email him at [email protected].

malachite's People

Contributors

jadenlabs avatar

Stargazers

 avatar

Watchers

 avatar  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.