threema-ch / threema-msgapi-sdk-python

Threema Gateway Message SDK for Python
https://gateway.threema.ch
MIT License
50 stars 16 forks source link

Receive E2E messages #8

Closed lgrahl closed 7 years ago

lgrahl commented 8 years ago

Receiving E2E messages is already supported (at least the processing part). However, an example is missing, yet. A minimal server implementation which can receive and process incoming E2E messages might be interesting, too.

maltefiala commented 8 years ago

Done: https://github.com/Enproduktion/threema-mattermost

lgrahl commented 8 years ago

First of all, I'm excited about the use-case you've spotted for the Python Gateway SDK. However, for this project I was thinking of a tiny aiohttp-based solution without having to run nginx or apache.