Giter VIP home page Giter VIP logo

Comments (7)

firanto avatar firanto commented on July 18, 2024

I need this as well. Heck, because of the whole init->...->heartbeat thing makes a stateless approach painful (i.e. web service/api).

What I want to accomplish is, user call my api to sign in, and get the token and it's expiration. This way, user can request anything (within time interval, specifically for heartbeat) using that token without the need of re-login.

from pokemon-go-node-api.

coolaj86 avatar coolaj86 commented on July 18, 2024

We're doing the same thing :)

from pokemon-go-node-api.

coolaj86 avatar coolaj86 commented on July 18, 2024

Here's how far I got tonight: https://github.com/coolaj86/node-pokemap

I'm not sure if my deserialize isn't working because the servers in my region are down (because the normal way isn't working right now either) or if it's missing some parameters. I'll have to try again in the morning.

from pokemon-go-node-api.

d-pollard avatar d-pollard commented on July 18, 2024

Without the heartbeat, Niantic will be more likely to be able to detect you are a bot and terminate the account.

from pokemon-go-node-api.

Armax avatar Armax commented on July 18, 2024

yes you can change almost anything in the playerInfo and it works like a manual init

from pokemon-go-node-api.

coolaj86 avatar coolaj86 commented on July 18, 2024

@d-pollard:

Why not let this lib focus on being the best way to interface with the API and let the client control the heartbeat?

People open the app, use it for 10 seconds, and close it all the time (or more likely it crashes). Having the browser or client control the request for the heartbeat may add a little bit of latency, but we're talking about mobile phones - latency is always terrible.

@Armax:

Docs for which things are and aren't required to be initialized? Is my list complete?

from pokemon-go-node-api.

coolaj86 avatar coolaj86 commented on July 18, 2024

I've got the server and client both working now: https://github.com/Daplie/node-pokemap

I haven't implemented scanning yet, but instead of doing it on the backend, I'm probably going to let the web client handle it (just need to understand the logic around the s2cellid stuff a little better so I know the optimal places to reposition the gps coordinates).

from pokemon-go-node-api.

Related Issues (20)

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.