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

 
 

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%