Lightweight telegram web client based on MadelineProto
Test instance: https://mp.nnchan.ru, but it is highly recommended to make your own instance.
- You need to generate api id by creating a telegram app in https://my.telegram.org/apps and put
api_id&api_hashintoapi_values.php - Server settings are located in
config.php - You should deny access to sessions folder (
s/by default, see inconfig.php) and MadelineProto.log - You must have php-gd extension installed to get images working (for example:
apt install php7.4-gdon 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