# candybot

> A JavaScript Bot for the original Candy box ! \o/

Latest version **1.0.1** (published 2016-04-02) · BSD-3-Clause license · 0 weekly downloads

## Install

```sh
npm install candybot
pnpm add candybot
yarn add candybot
bun add candybot
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2016-04-02 |
| First published | 2016-04-02 |
| Weekly downloads | 0 |
| License | BSD-3-Clause |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Jeff Harris |
| Maintainers | techjeffharris |
| Keywords | candies, candybox, aniwey, bot, hack |

## Links

- npm: https://www.npmjs.com/package/candybot
- Repository: https://github.com/techjeffharris/candybot
- Homepage: https://github.com/techjeffharris/candybot#readme
- Issues: https://github.com/techjeffharris/candybot/issues
- npm.io page: https://npm.io/package/candybot

## Recent versions

- 1.0.1 (latest) — 2016-04-02
- 1.0.0 — 2016-04-02

## README

candybot
========

A JavaScript Bot for the original [Candy box ! \o/][1]

# usage

## setup

1. Copy the contents of candybot.js to your clipboard
2. Open your favorite browser's developer console
3. Paste the contents of candybot.js into the console
4. Press "enter"

## Create a new bot

    > bot = new CandyBot()

## Enable Automatic Features

By default, automatic features (eat, quest, save) are disabled.  You may
tell your bot to enable them

    > bot.enableAutoEat()
    undefined
    > bot.enableAutoQuest()
    undefined
    > bot.enableAutoSave()
    undefined

You may also enable them when you instantiate your bot by passing in an 
options object

    > candybot = new CandyBot({
        autoEat: true,
        autoQuest: true,
        autoSave: true
      })

## API 
  
Coming soon!  The source is pretty easy to read though!


  [1]: http://candies.aniwey.net/

---
_Source: https://npm.io/package/candybot · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
