# autocatcher

> [![](https://img.shields.io/npm/v/discord.js.svg)](https://www.npmjs.com/package/autocatcher)

Latest version **1.1.3** (published 2022-06-23) · ISC license · 0 weekly downloads

## Install

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

## 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.1.3 |
| Published | 2022-06-23 |
| First published | 2022-06-22 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Unpacked size | 24.5 KB |
| Known vulnerabilities | 0 (+23 in 1 direct dependencies) |
| Install scripts | no |
| Author | dux |
| Maintainers | dux23 |
| Keywords | poketwo |

## Links

- npm: https://www.npmjs.com/package/autocatcher
- Repository: https://github.com/MaxMady/AutoCatcher
- Homepage: https://github.com/MaxMady/AutoCatcher#readme
- Issues: https://github.com/MaxMady/AutoCatcher/issues
- npm.io page: https://npm.io/package/autocatcher

## Dependencies (4)

- [axios](https://npm.io/package/axios.md) ^0.27.2
- [colors](https://npm.io/package/colors.md) ^1.4.0
- [xmlhttprequest](https://npm.io/package/xmlhttprequest.md) ^1.8.0
- [discord.js-selfbot-v13](https://npm.io/package/discord.js-selfbot-v13.md) ^2.3.42

## Recent versions

- 1.1.3 (latest) — 2022-06-23
- 1.1.2 — 2022-06-23
- 1.1.1 — 2022-06-23
- 1.1.0 — 2022-06-23
- 1.0.8 — 2022-06-23
- 1.0.7 — 2022-06-23
- 1.0.6 — 2022-06-23
- 1.0.5 — 2022-06-23
- 1.0.4 — 2022-06-23
- 1.0.3 — 2022-06-22
- 1.0.2 — 2022-06-22
- 1.0.1 — 2022-06-22
- 1.0.0 — 2022-06-22

## README

# AutoCatcher
[![](https://img.shields.io/npm/v/discord.js.svg)](https://www.npmjs.com/package/autocatcher)


AutoCatcher is a node module developed for automating [Pokétwo](https://poketwo.net/).
## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install foobar.

```bash
npm i autocatcher
```

## Usage

```javascript
const { hint, solveHint, shinyHunt } = require('autocatcher');

//Checking if pokemon is spawned
var spawned_embed = ``; //Discord Message content
console.log(hint(spawned_embed )); //returns true/false

//Solving hint
var new_hint = ``;
console.log(solveHint(new_hint)) //returns pokemon name if recognized

//Shiny Hunting Specific Pokemon...
var pokemon = `Charmander`, token = `token`;
var servers_allowed: ["922465517833420812", "Server_2"] //Servers where it should catch
var config = {limit: 75, allowedGuilds: servers_allowed} //Limit: Number at which it should stop catching.
shinyHunt(token, pokemon, config) // Returns null. Token, if valid, would be online and catching.
```
## Checklist

- [x] Hint Solver
- [x] Spawn detector
- [ ] Spawn Notifier[Webhook]
- [x] Auto-Shiny Hunter
- [ ] Auto-Incense-r
- [ ] Market Nuker
- [ ] Market Sniper
- [ ] Auction Sniper
- [ ] Auction Notifier
- [ ] AutoVoter [Top.gg]
- [ ] AutoVerify
- [x] Event Update [Last Update: 05/31/2022]
 
## Links
- [discord.js-selfbot-v13](https://github.com/aiko-chan-ai/discord.js-selfbot-v13)
- [NPM](https://www.npmjs.com/package/autocatcher)
- [SubReddit](https://www.reddit.com/r/PokeBots/)
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License
[MIT](https://choosealicense.com/licenses/mit/)

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