All Projects → DrKLO → Telegram

DrKLO / Telegram

Licence: gpl-2.0
Telegram for Android source

Programming Languages

java
68154 projects - #9 most used programming language
C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
assembly
5116 projects
perl
6916 projects
go
31211 projects - #10 most used programming language

Labels

Projects that are alternatives of or similar to Telegram

nebula8
Open source bot to administer a telegram group with different functionalities and blacklist
Stars: ✭ 21 (-99.89%)
Mutual labels:  telegram
TeleShadow2
TeleShadow - Telegram Desktop Session Stealer (Windows)
Stars: ✭ 88 (-99.53%)
Mutual labels:  telegram
Telegram Bot Api
Golang bindings for the Telegram Bot API
Stars: ✭ 3,275 (-82.63%)
Mutual labels:  telegram
checkmk-telegram-notify
Get alerted by Check_MK via Telegram bash script
Stars: ✭ 28 (-99.85%)
Mutual labels:  telegram
telegram-bot-delphi
A simple example of integration with a telegram bot API.
Stars: ✭ 22 (-99.88%)
Mutual labels:  telegram
remoteTelegramShell
control your Linux OS computer through Telegram
Stars: ✭ 73 (-99.61%)
Mutual labels:  telegram
teleGit
Telegram Bot in Python
Stars: ✭ 22 (-99.88%)
Mutual labels:  telegram
Tg
terminal telegram client that really works
Stars: ✭ 281 (-98.51%)
Mutual labels:  telegram
TeleArc
TeleArc - Arc theme for Telegram Desktop
Stars: ✭ 40 (-99.79%)
Mutual labels:  telegram
Infomate.club
RSS feed collections with article summarization
Stars: ✭ 255 (-98.65%)
Mutual labels:  telegram
ForwardTagRemoverBot
A Telegram Bot To Hide Forward Source
Stars: ✭ 54 (-99.71%)
Mutual labels:  telegram
shellbot
API em Shell Script para desenvolvimento de Bots na plataforma Telegram.
Stars: ✭ 87 (-99.54%)
Mutual labels:  telegram
gofilesbot
Filter bot for file serving groups. The bot is performing its function in a different way! Read for more...
Stars: ✭ 28 (-99.85%)
Mutual labels:  telegram
Tweet2Telegram
❤️ Liked Tweets to Telegram
Stars: ✭ 83 (-99.56%)
Mutual labels:  telegram
Telegram Bot Swift
Telegram Bot SDK for Swift (unofficial)
Stars: ✭ 275 (-98.54%)
Mutual labels:  telegram
nchat
Terminal-based Telegram client for Linux and macOS
Stars: ✭ 68 (-99.64%)
Mutual labels:  telegram
raspberry pi home security system
Home monitoring system with a Raspberry Pi and sending notifications with a Telegram bot
Stars: ✭ 14 (-99.93%)
Mutual labels:  telegram
Telegram List
List of telegram groups, channels & bots // Список интересных групп, каналов и ботов телеграма // Список чатов для программистов
Stars: ✭ 3,362 (-82.17%)
Mutual labels:  telegram
Nctelegram
A ncurse Telegram client developed in Python
Stars: ✭ 279 (-98.52%)
Mutual labels:  telegram
Mtproxy
MTProxyTLS一键安装绿色脚本
Stars: ✭ 256 (-98.64%)
Mutual labels:  telegram

Telegram messenger for Android

Telegram is a messaging app with a focus on speed and security. It’s superfast, simple and free. This repo contains the official source code for Telegram App for Android.

Creating your Telegram Application

We welcome all developers to use our API and source code to create applications on our platform. There are several things we require from all developers for the moment.

  1. Obtain your own api_id for your application.
  2. Please do not use the name Telegram for your app — or make sure your users understand that it is unofficial.
  3. Kindly do not use our standard logo (white paper plane in a blue circle) as your app's logo.
  4. Please study our security guidelines and take good care of your users' data and privacy.
  5. Please remember to publish your code too in order to comply with the licences.

API, Protocol documentation

Telegram API manuals: https://core.telegram.org/api

MTproto protocol manuals: https://core.telegram.org/mtproto

Compilation Guide

Note: In order to support reproducible builds, this repo contains dummy release.keystore, google-services.json and filled variables inside BuildVars.java. Before publishing your own APKs please make sure to replace all these files with your own.

You will require Android Studio 3.4, Android NDK rev. 20 and Android SDK 8.1

  1. Download the Telegram source code from https://github.com/DrKLO/Telegram ( git clone https://github.com/DrKLO/Telegram.git )
  2. Copy your release.keystore into TMessagesProj/config
  3. Fill out RELEASE_KEY_PASSWORD, RELEASE_KEY_ALIAS, RELEASE_STORE_PASSWORD in gradle.properties to access your release.keystore
  4. Go to https://console.firebase.google.com/, create two android apps with application IDs org.telegram.messenger and org.telegram.messenger.beta, turn on firebase messaging and download google-services.json, which should be copied to the same folder as TMessagesProj.
  5. Open the project in the Studio (note that it should be opened, NOT imported).
  6. Fill out values in TMessagesProj/src/main/java/org/telegram/messenger/BuildVars.java – there’s a link for each of the variables showing where and which data to obtain.
  7. You are ready to compile Telegram.

Localization

We moved all translations to https://translations.telegram.org/en/android/. Please use it.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].