Go to file
sessionm21 4a8b2474b8 move keys to config file 2020-05-12 22:11:33 +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 add protobuf 2020-04-28 21:18:17 +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