Ishaan0132 / Phantom-Ozonix

A bot made for Pokemon Showdown written in JavaScript with a lot of misc plugins and more coming soon.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Phantom Ozonix

A bot for Pokemon Showdown.

Installation

Phantom Ozonix requires Node.js version 8.9.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 Phantom Ozonix

You can do this through the GitHub client by clicking the "Clone or download" button on the home page of the repository and then clicking "Open in Desktop". You can also use the following Git command:

git clone https://github.com/Ishaan0132/Phantom-Ozonix.git

  1. Navigate to the root directory

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

cd DIRECTORY

Replace DIRECTORY with the filepath to your directory (e.g. C:\Users\Ishaan0132\Documents\GitHub\Phantom-Ozonix).

  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

Credits

License

Phantom Ozonix is distributed under the terms of the MIT License.

About

A bot made for Pokemon Showdown written in JavaScript with a lot of misc plugins and more coming soon.

License:MIT License


Languages

Language:JavaScript 100.0%Language:TypeScript 0.0%