lxmx / mpgram-web

Lightweight telegram web client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MPGram Web

Lightweight telegram web client based on MadelineProto

Test instance: https://mp.nnchan.ru, but it is highly recommended to make your own instance.

Setup notes

  • You need to generate api id by creating a telegram app in https://my.telegram.org/apps and put api_id & api_hash into api_values.php
  • Server settings are located in config.php
  • You should deny access to sessions folder (s/ by default, see in config.php) and MadelineProto.log
  • You must have php-gd extension installed to get images working (for example: apt install php7.4-gd on debian)
  • You need to set browscap in php.ini to get better device labels
  • MadelineProto install command: composer update (composer v2+ needs to be installed)
  • More instructions for installing MadelineProto here

About

Lightweight telegram web client

License:GNU General Public License v3.0


Languages

Language:PHP 100.0%