Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fishy/notifbot

Telegram bot to forward Android notifications
https://github.com/fishy/notifbot

android appengine appengine-go bazel golang kotlin kotlin-android telegram telegram-bot

Last synced: about 2 months ago
JSON representation

Telegram bot to forward Android notifications

Awesome Lists containing this project

README

        

# NotifBot

An [Android app][play] and [Telegram bot][bot] that forwards Android
notifications to Telegram.

[![Get it on Google Play](https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png)](https://play.google.com/store/apps/details?id=com.yhsif.notifbot)

## Building

For Android part, the building system used is [Bazel].
You only need to manually install Bazel,
and Bazel will get all the dependencies for you
(including Kotlin and third-party Bazel rules).

The Bazel rules depends on the `ANDROID_HOME` environment variable.

Run [`tools/release.sh`](android/tools/release.sh) to sign the apk with a
release key. [More details].

## License

BSD 3-Clause, refer to LICENSE file for more details.

Google Play and the Google Play logo are trademarks of Google LLC.

[play]: https://play.google.com/store/apps/details?id=com.yhsif.notifbot
[bot]: https://t.me/AndroidNotificationBot?start=1
[Bazel]: https://bazel.build/
[More details]: https://developer.android.com/studio/publish/app-signing.html#signing-manually