Narration Decrypt Requires OpenSSL.
- Copy app.yaml.template and rename the copy to to app.yaml.
- Update {GOOGLE APP ENGINE PROJECT ID} in app.yaml.
- Copy keys.ini.template and rename the copy to keys.ini.
- Update {Your Telegram Bot ID here} in keys.ini
- git clone (url for your thorin fork) ~/bot
- cd ~/bot
- PIP install -t lib google-api-python-client (On windows replace PIP with (PATH TO PYTHON27 INSTALL)\scripts\pip.exe)
- PYTHON (PATH TO GOOGLE APP ENGINE LAUNCHER INSTALL)appcfg.py -A {GOOGLE APP ENGINE PROJECT ID} update .
- Finally go to https://project-id.appspot.com/set_webhook?url=https://project-id.appspot.com/webhook (replace both project-ids with the Google App Engine Project ID) to tell Telegram where to send web hooks.