Go to file
sessionm21 d39b4e8494 update protobuf 2020-05-13 04:14:23 +01:00
.gitignore add gitignore 2020-05-12 22:11:58 +01:00
README.md init 2020-04-19 07:36:00 +01:00
config.ini move keys to config file 2020-05-12 22:11:33 +01:00
main.py move keys to config file 2020-05-12 22:11:33 +01:00
message.proto update protobuf 2020-05-13 04:14:23 +01:00
tests.py seperate the tests 2020-05-12 22:01:21 +01:00

README.md

Dependencies

  • protobuf-compiler
  • python-sqlite

Generate files from .proto file

protoc -I=./ --python_out=./ message.proto