Skip to content

Download and backup your actual progress in Pokemon GO

License

Notifications You must be signed in to change notification settings

maierfelix/POGOsave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

POGOsave NPM Version

Download and backup your actual progress in Pokemon GO.

Install

$ npm install --save pogosave

Usage

const pogosave = require("pogosave");
const fs = require("fs");

pogosave({
  provider: "google",
  username: "USERNAME",
  password: "PASSWORD"
}, (data) => {
  fs.writeFileSync("account.json", JSON.stringify(data));
});

About

Download and backup your actual progress in Pokemon GO

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published