Skip to content

A simple Selenium bot that buys and sells stocks on the Neopets stock market.

Notifications You must be signed in to change notification settings

MaxMusing/Neopets-Stock-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neopets Stock Bot

A simple Selenium bot that buys and sells stocks on the Neopets stock market.

Usage

Prerequisites

Neopets Stock Bot uses Node.js. Download the latest version here.

Installation

Install dependencies with either npm:

npm install

or Yarn:

yarn

Depending on your browser, you may need to download a driver or enable remote automation to use Selenium. Attempting to run the program without doing so will give you an error message with instructions on how to download the driver. Refer to the Selenium documentation for more information.

Usage

Create a .env file to store your Neopets username and password. You must also set your desired browser here.

BROWSER = <chrome/firefox/safari>
USERNAME = <neopets-username>
PASSWORD = <neopets-password>

Start the bot by simply running the program with Node.js:

node index.js

About

A simple Selenium bot that buys and sells stocks on the Neopets stock market.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published