Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.
/ protos Public archive

Protocol Buffers messages that Rehike use

License

Notifications You must be signed in to change notification settings

Rehike/protos

Repository files navigation

Deprecation notice

The content of this repository has been moved to src/protos in the main repository.

Protos

This repository contains Protobuf definitions that Rehike uses including but not limited to reverse engineered InnerTube Protobuf formats.

In order to use these in Rehike, you must first compile these to PHP with protoc and then dump the result into Rehike's modules/generated folder.

protoc --proto_path=/path/to/protos --php_out=out/php /path/to/protos/*.proto

About

Protocol Buffers messages that Rehike use

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published