Skip to content

danysantiago/pokemon-go-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokemong GO CLI

Usage:

Initialize by logging in with your Pokemon Trainer Club or Google account.

Welcome to PokemonGO CLI!
>
Account Type ('google'|'ptc'): ptc
Username: MY_USERNAME
Password: ***********

Use the scan command to look for nearby Pokemons.

> scan
[i] Scanning lat/long/alt: : *** ***
[+] There is a Pidgey at 200 meters

Seems like a Pidgey is close, go directly to him!

> scan <LATITUDE>,<LONGITUDE>
[i] Scanning lat/long/alt: : *** *** ***
[+] There is a Paras at 200 meters
[+] There is a Rattata at 200 meters
[0] There is a Pidgey near! I can try to catch it!

Catch that Pidgey!

> catch 0
[i] Encountering pokemon Pidgey...
[i] Trying to catch pokemon Pidgey...
[i] Successful catch

Now lets see what CP was the Pidgey.

> inv pokemons recent
┌─────┬─────┬──────────────┬──────┬──────────────────────────────────────────┐
│ i   │ #   │ Name         │ CP   │ Capture Date                             │
├─────┼─────┼──────────────┼──────┼──────────────────────────────────────────┤
│ 0   │ 016 │ Pidgey       │ 92   │ Just Now                                 │
└─────┴─────┴──────────────┴──────┴──────────────────────────────────────────┘

For more commands and help try > help

Setup:

  1. git clone --recursive https://github.com/danysantiago/pokemon-go-cli.git
  2. cd pokemong-go-cli
  3. npm install
  4. node app.js

Warning:

As usual, this utilizes un-official Niantic api, beware, you might get banned.

Notes:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published