New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

autocatcher

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

autocatcher

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

latest
Source
npmnpm
Version
1.1.3
Version published
Maintainers
1
Created
Source

AutoCatcher

AutoCatcher is a node module developed for automating Pokétwo.

Installation

Use the package manager pip to install foobar.

npm i autocatcher

Usage

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

  • Hint Solver
  • Spawn detector
  • Spawn Notifier[Webhook]
  • Auto-Shiny Hunter
  • Auto-Incense-r
  • Market Nuker
  • Market Sniper
  • Auction Sniper
  • Auction Notifier
  • AutoVoter [Top.gg]
  • AutoVerify
  • Event Update [Last Update: 05/31/2022]

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

Keywords

poketwo

FAQs

Package last updated on 23 Jun 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts