Skip to content

CheeseMuffin/Copy

Repository files navigation

Cassius

Build Status

A bot for Pokemon Showdown.

Installation

Cassius requires Node.js version 6.0.0 or later and a command line (e.g. Command Prompt on Windows or Terminal on Mac OS/Linux) to run. Once you have compatible software, complete installation by following these steps:

  1. Obtain a copy of Cassius

You can do this through the GitHub client by clicking the "Save" button on the home page of the repository (which is to the left of the "Download ZIP" button), download a .zip file with the aforementioned button, or clone the repository with the following Git command:

git clone https://github.com/sirDonovan/Cassius.git

  1. Navigate to the root directory

The remaining steps will take place in the root directory of your Cassius files. Navigate there with the command:

cd DIRECTORY

Replace DIRECTORY with the filepath to your directory (e.g. C:\Users\sirDonovan\Documents\GitHub\Cassius).

  1. Install dependencies

Run the following command to install required dependencies:

npm install --production

If you plan to contribute to development, run the command without the --production flag to also install dependencies used for testing.

  1. Set up the config file

Copy and paste the config-example.js file, rename it to config.js, and open it in your text editor to enter your desired information.

From this point on, you can start the bot by running the following command:

node app.js

Development

Issues and pull requests are welcomed! When submitting a pull request, be sure that you have installed and ran ESLint to check for errors in your code.

Credits

License

Cassius is distributed under the terms of the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published