Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fishy/notifbot
- Owner: fishy
- License: other
- Created: 2017-05-21T23:18:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-15T18:19:34.000Z (5 months ago)
- Last Synced: 2024-11-26T01:32:08.535Z (2 months ago)
- Topics: android, appengine, appengine-go, bazel, golang, kotlin, kotlin-android, telegram, telegram-bot
- Language: Kotlin
- Size: 717 KB
- Stars: 45
- Watchers: 5
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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