Unofficial Telegram client for all devices, e.g. push-button phones.
Alternative project from another author. This full client web-app allow to receive text messages, images, stickers and voice messages, send text and voice messages. Also microclient support opening internet-sites for gathering text content without media, styles and scripts.
- FFmpeg (for voice convert)
- Python 3.6+
python3 -m pip install --user -r requirements.txt
Obtain api credentials (
api_id
andapi_hash
) to https://my.telegram.orgFor enable a guest mode, you can found session file with "session" name using terminal:
python microclient.py --api-id <your api_id> --api-hash <your api_hash> --setup-guest
Enter phone, code, optional password and close terminal.
python3 microclient.py
Open http://localhost:8090/armyrf
in your horny browser (or cURL, wget, python requests, lol) and funny.
- /armyrf
- /armyrf/<xid>
- /armyrf/auth
- /armyrf/dl
- /armyrf/dl/<filename>
- /armyrf/faq
- /armyrf/logout
- /armyrf/pass
- /armyrf/profile
- /armyrf/reply
- /armyrf/search
- /armyrf/search/<entity_str>
- /armyrf/wat
- /microlog/<secret_part>
- /p
- /time
- /ua
docker build -t microclient .
docker run -d -p 8090:8090 -v $(pwd):/root microclient