8b6cdfbfd511a68296a5ab6142b72272f87ccf42
…
…
…
exteraGram
Experimental Telegram client based on official Telegram sources.
Thanks to:
Importing API hash and keys
- You should get YOUR OWN API KEY AND HASH here: https://core.telegram.org/api/obtaining_api_id and create a file called
API_KEYSin the source root directory. Also you should get YOUR OWN MAPS API KEY here: https://console.cloud.google.com/google/maps-apis/credentials and add it to this file. The contents should look like this:
APP_ID = 123456
APP_HASH = abcdef0123456789 (32 chars)
MAPS_V2_API = abcdef01234567-abcdef012345678910111213
- exteraGram can be built with Android Studio or from the command line with Gradle:
./gradlew assembleAfatRelease
Languages
Java
40.4%
C++
31.9%
C
22.6%
Assembly
1.8%
Go
1.3%
Other
1.9%