Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 939 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 939 Bytes

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