Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

meower-community/wlbot

Repository files navigation

WlodekBot

A fork of wlbot with more features and easier customizability.

Setting up the bot

Installing dependencies

npm install

Configuring the bot

In the repo's folder there should be two config files "config.cfg" and "config-auth.cfg".

The config.cfg file contains basic settings like the currency, server and api urls, etc..

The config-auth.cfg file contains private info like the username and password for logging in.

Structure of config-auth.cfg:

{
  "bot": {
    "username": "...",
    "password": "..."
  }
}

Running the bot

To run the bot, you have to have node.js installed and run this command using your terminal

node .

About

Mirror of WlodekM/WlodekBot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published