Giter Site home page Giter Site logo

autocatcher_7h6o's Introduction

AutoCatcher

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

Note from Dev

The project may not be updated for the coming few days as for preperation of next update on Pokémon prediction. This doesn't means that it won't be updated if any event is live

Installation

Use the package manager npm to install module.

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
  • Incense Searcher
  • Event Update [Last Update: 05/31/2022]

Links

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

autocatcher_7h6o's People

Contributors

duxmadyep avatar aiko-chan-ai avatar trellixvulnteam avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.