Skip to content
/ Telesam Public

Simple app that sends all SMS messages to selected Telegram chat

License

Notifications You must be signed in to change notification settings

pruh/Telesam

Repository files navigation

Telesam

Simple app that sends all SMS messages to selected Telegram chat

Getting Started

  • Install Kotlin plugin if you are using Android Studio prior to 3.0:

Android Studio Pref > Plugins > Browse Repositories > search for “Kotlin” > Restart IDE

  • Clone this repo:
git clone [email protected]:J-rooft/Telesam.git
  • Open the project in Android Studio.
  • Create your Telegram application as described here and copy your app api_id and api_hash to your projects local.properties file:
...
apiKey=your_api_key
apiHash=your_api_hash
...

Doze mode

This app asks a user to run in background to be able to send SMS messages to Telegram at the time they received. If this permission is not granted and device in doze mode then messages will be sent not immediately but instead at next doze mode's maintenance window.

Please note that Google may remove your app from play store if they decide that your app should not ask for such permission: link

About

Simple app that sends all SMS messages to selected Telegram chat

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages