Since nobody seems to have documented the binary format of PB files enough for me to easily decode it in PHP, though I suspect I'll get to doing that eventually...

On Debian/Ubuntu/etc, you may be able to get all the required Python modules with:
```
apt install python3-protobuf python3-pymysql
```
