Skip to content

Telegram client based on Android sources with new features

License

Notifications You must be signed in to change notification settings

AmirulAndalib/exteraGram

 
 

Repository files navigation

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

exteraGram Localization

Since exteraGram is a fork of Telegram for Android and most localizations follow translations of Telegram for Android, check it out here. As for specialized strings for exteraGram, we use Crowdin to translate exteraGram. Join the project at Crowdin!

Thanks to:

About

Telegram client based on Android sources with new features

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 37.0%
  • C++ 33.4%
  • C 24.0%
  • Assembly 1.9%
  • Perl 1.7%
  • Go 1.4%
  • Other 0.6%