You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
891 B
891 B
生成protobuf的Python版结构体脚本
声明:本代码库所有代码均只用于学习研究交流,严禁用于包括但不限于商业谋利、破坏系统、盗取个人信息等不良不法行为,违反此声明使用所产生的一切后果均由违反声明使用者承担。
侵权或涉及相关利益请联系作者:微博、B站、邮箱
2024年1月2日
0.安装betterproto
pip install betterproto
注意betterproto
版本为2.0.0b6
,必须为2.0以上版本
1.在当前目录下打开终端,输入:
protoc -I . --python_betterproto_out=. douyin.proto
当前目录下生成文件douyin.py
和__init__.py
即为成功(此程序已经生成可用)。