Skip to content

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

License

Notifications You must be signed in to change notification settings

Giampy1/Octogram

This branch is 19 commits ahead of, 362 commits behind OctoGramApp/OctoGram:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7f4764b Β· Aug 25, 2023
Aug 23, 2023
Aug 25, 2023
Aug 8, 2023
Aug 5, 2023
Aug 23, 2023
Aug 5, 2023
Nov 21, 2022
Oct 25, 2013
Aug 7, 2023
Jan 26, 2023
Jan 26, 2023
Aug 23, 2023
Aug 5, 2023
Aug 5, 2023
Aug 5, 2023
Aug 23, 2023
Aug 5, 2023
Aug 23, 2023

Repository files navigation

πŸ™ 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 is only needed ccache (already installed in "Tools" folder), on macOs will be used from Homebrew if installed, otherwise it will be used the one 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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 42.0%
  • C++ 31.0%
  • C 22.0%
  • Assembly 1.7%
  • Perl 1.5%
  • Go 1.3%
  • Other 0.5%