Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

tjhorner/pokemon-go-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unofficial Pokémon GO Server

Gitter Slack

This is a very incomplete and very badly written Pokemon GO server. I'm in the middle of creating it, so if you'd like to help then don't hesitate to send a PR!

Usage

npm install && node index

Then get some proxy that you can connect your phone to (I use Fiddler), and forward all requests from pgorelease.nianticlabs.com to localhost:3000. It doesn't matter what endpoint you send it to, it listens for POSTs everywhere.

Guide for Fiddler here

Supported RPC Requests

Most of these are incomplete and are just for testing.

  • GetPlayer
  • GetHatchedEggs
  • GetInventory
  • CheckAwardedBadges
  • DownloadSettings
  • DownloadRemoteConfigVersion
  • GetAssetDigest
  • GetPlayerProfile
  • GetMapObjects
  • MarkTutorialComplete
  • SetAvatar
  • GetDownloadUrls
  • FortDetails

Known Issues

What's an issue tracker anyway?

  • Client doesn't respond to GetPlayer message correctly (we're probably sending it wrong)
    • Name doesn't appear
    • XP doesn't appear
    • Team isn't set correctly
    • Black box in player profile screen
  • Client freezes after selecting a Pokestop sent by server
  • Various other things

Todo

  • Don't put every response in a single file...

About

An unofficial server for Pokemon GO.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published