Giter VIP home page Giter VIP logo

Comments (6)

Armax avatar Armax commented on July 18, 2024 1

I'm already working on it :)

from pokemon-go-node-api.

WhataShane avatar WhataShane commented on July 18, 2024

Still a work in progress?
I'm attempting this myself but have had a hard time understanding what the original Python "heartbeat" code is doing.

from pokemon-go-node-api.

WhataShane avatar WhataShane commented on July 18, 2024

To start, what is pokemon_pb2 and how (assuming it is) is it implemented in this node adaptation?

from pokemon-go-node-api.

bencevans avatar bencevans commented on July 18, 2024

@WhataShane if you checkout the first line of that file, you'll see Generated by the protocol buffer compiler. DO NOT EDIT!

This file has been automatically generated by protobuf-compiler from the pokemon.proto file to provide a Python api to generate the proto buffers.

Instead, in this project protobuf.js is used for working with the Protocol Buffers datatype.

from pokemon-go-node-api.

WhataShane avatar WhataShane commented on July 18, 2024

Thanks, that cleared things up @bencevans. I've been working on recreating raw_heartbeart line by line in Node and have a seemingly simple question, but I can't find the answer anywhere on the internet: what do the periods in the Python variable names mean? For example, "m.f1 = ''.join(map(encode, walk))". Do they actually serve a purpose? I'm leaning towards no, but I'd like to confirm.

from pokemon-go-node-api.

Bfindlay avatar Bfindlay commented on July 18, 2024

@WhataShane its referring to the member variable f1 of the m object?

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.