Rplus / PokeNurse

💉 A tool for Pokémon Go to aid in transferring and evolving Pokémon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PokeNurse

license build Status style discord

PokéNurse is a desktop application for Windows and Mac that allows you to manage your pokémon from Pokémon Go without the need for a mobile device. You can now favorite, transfer, and evolve from the comfort of your own home!

Downloads for v2.0.3

You may view all the releases here

Examples

Login Window Main Window Detail Window

This project uses Electron and Node.js. Criticism is welcome and encouraged.

Features

  • List and Sort Pokemon
    • Pokedex Number
    • Name
    • CP
    • IV
  • Transfer Pokemon
  • Evolve Pokemon
  • Favorite/Unfavorite Pokemon
  • PowerUp Pokemon
  • Details - Evolutions, DPS, Energy, Moves, and more
  • Renaming & Templated Renaming

Templated Renaming

When renaming, it will automatically convert a name like Bulba-[HP] into Bulba-140.

  • [IV] represents the IV percent of that pokemon: 40
  • [VI] represents 100 minus the IV: 60
  • [ATT], [DEF], [STA] represent attack, defense, and stamina, they will appear like: ⑨
  • [FAST] is the damage of the quick move: 8
  • [CHARGE] is the damage of the cinematic move: 40
  • [ENERGY] is the amount of cinematic moves you can use before your energy runs out: ②
  • [HP] is the max stamina: 140

Note: Only 12 characters can be used to rename a pokemon.

Contributing

All future pull request should be made to the develop branch.

git clone https://github.com/vinnymac/PokeNurse
cd PokeNurse
git checkout develop
yarn
yarn run dev

Releases

Package for your platform

yarn run package

Package for all platforms

yarn run package-all

FAQ

  1. Will I be banned from pokemon go for using PokeNurse?

This app is meant to make pogo easier to manage. This is not a bot. We do not send location data. No one has ever been banned for using PokeNurse as far as we are aware. This doesn't mean you cannot be banned, if they somehow begin to detect API calls from pogobuf, then this may very well start happening, but that is the risk of using any of these third party tools right now that are not the original app.

Known Issues

  • Google 2 Factor Authentication cannot be used. However you can use an AppPassword instead.

Credit

Legal

This Project is in no way affiliated with, authorized, maintained, sponsored or endorsed by Niantic, The Pokémon Company, Nintendo or any of its affiliates or subsidiaries. This is an independent and unofficial API for educational use ONLY. Using the Project might be against the TOS

About

💉 A tool for Pokémon Go to aid in transferring and evolving Pokémon


Languages

Language:JavaScript 89.4%Language:CSS 10.1%Language:HTML 0.5%