cjongseok / mtproto

Telegram MTProto and its proxy (over gRPC) in Go (golang). API Layer: 71
Apache License 2.0
151 stars 20 forks source link

Job: Deploy a server and compile Python client #11

Closed gustavorps closed 6 years ago

gustavorps commented 6 years ago

How much effort to deploy a docker or ec2 server and compile an client in python3?

cjongseok commented 6 years ago

@GustavoRPS I have pushed a python client example. Please try it.

If you also need to subscribe Telegram updates, you should compile proxy/tl_update.proto and integrate the generated code with the client. Please refer to compile commands. I think a day would be enough for you to do this.