OctoGramApp / OctoGram

OctoGram is an unofficial messaging app that uses Telegram's API.

Home Page:https://octogram.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🐙 OctoGram

Licensed under the GNU General Public License v2.0

Updates Support Latest Downloads

OctoGram is an open-source messaging platform that serves as an alternative to Telegram.

Compilation guide

To reproduce the build of OctoGram, you only require the presence of ccache, which is located in the "Tools" folder. On macOs, if you have Homebrew installed, it will automatically utilize the Homebrew-installed ccache; otherwise, it will use the one located in the "Tools" folder.

  1. Obtain your own api_id for your application and put it here.
  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.
  6. Add your google-services.json file to the root of the project.
  7. Add the following to your local.properties file:
MAPS_API_KEY=<your-api-key>
  1. Add the following to your signing.properties file:
storePassword=<your-keystore-password>
keyAlias=<your-keystore-alias>
keyPath=<your-keystore-file-path>
keyPassword=<your-keystore-password>

Thanks to the following projects:

  • Telegram
  • Catogram X for the UI toolkit (which OctoGram's one is heavily inspired by)
  • OwlGram for the CameraX implementation

About

OctoGram is an unofficial messaging app that uses Telegram's API.

https://octogram.me

License:GNU General Public License v2.0


Languages

Language:Java 46.6%Language:C++ 28.7%Language:C 20.0%Language:Assembly 1.6%Language:Perl 1.4%Language:Go 1.2%Language:CMake 0.1%Language:NASL 0.1%Language:Objective-C++ 0.1%Language:Python 0.1%Language:HTML 0.0%Language:Objective-C 0.0%Language:GLSL 0.0%Language:JavaScript 0.0%Language:Kotlin 0.0%Language:Shell 0.0%Language:Raku 0.0%Language:Roff 0.0%Language:Dockerfile 0.0%Language:MATLAB 0.0%Language:CSS 0.0%