Webogram standalone client
Webogram is a Telegram web client.
I'm really tired to use it into my browser so I wrote a simple script using python-webkit to serve js and html files used by Webogram in a standalone gui.
Just type git clone --recursive https://github.com/dlion/pywebogram
on your shell.
Webogram requires:
- pywebkitgtk
- libwebkit3
./pywebogram.py &
- Domenico Luciani aka DLion