Skip to content

lxmx/mpgram-web

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%