2022-05-13 21:44:19 +05:00
2022-04-22 01:53:50 +05:00
2022-03-29 18:21:01 +03:00
2022-03-13 18:42:18 +03:00
2022-03-29 18:21:01 +03:00
2022-04-23 23:38:34 +05:00
2022-04-03 11:20:22 +03:00
2022-04-22 01:53:50 +05:00
2022-04-22 01:32:00 +05:00

exteraGram

Licensed under the GNU General Public License v2.0

Experimental third-party Telegram client based on official sources.

Channel Chat Downloads

Importing API hash and keys

APP_ID = 123456
APP_HASH = abcdef0123456789 (32 chars)
SMS_HASH = FC+9qCX9VSu (11 chars)
MAPS_V2_API = abcdef01234567-abcdef012345678910111213

Compilation Guide

  1. Clone exteraGram's source code using git clone https://github.com/exteraSquad/exteraGram/
  2. Fill out values in API_KEYS like here
  3. Open the project in Android Studio. It should be opened, not imported
  4. You are ready to compile exteraGram
  • exteraGram can be built with Android Studio or from the command line with Gradle:
./gradlew assembleAfatRelease

Thanks to:

Description
Telegram client based on Android sources with new features
Readme GPL-2.0 512 MiB
Languages
Java 40.4%
C++ 31.9%
C 22.6%
Assembly 1.8%
Go 1.3%
Other 1.9%