{"id":22822193,"url":"https://github.com/datalux/notification-sniffer","last_synced_at":"2025-07-23T17:03:36.296Z","repository":{"id":51144003,"uuid":"369348677","full_name":"Datalux/notification-sniffer","owner":"Datalux","description":"An Android Library that implements a Notification Sniffer","archived":false,"fork":false,"pushed_at":"2021-05-21T14:30:45.000Z","size":166,"stargazers_count":12,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-14T22:51:42.741Z","etag":null,"topics":["android","android-library","notifications","security","sniffing"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Datalux.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-05-20T22:03:22.000Z","updated_at":"2024-04-07T07:58:31.000Z","dependencies_parsed_at":"2022-09-09T20:31:46.730Z","dependency_job_id":null,"html_url":"https://github.com/Datalux/notification-sniffer","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Datalux%2Fnotification-sniffer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Datalux%2Fnotification-sniffer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Datalux%2Fnotification-sniffer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Datalux%2Fnotification-sniffer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Datalux","download_url":"https://codeload.github.com/Datalux/notification-sniffer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235600235,"owners_count":19016226,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","android-library","notifications","security","sniffing"],"created_at":"2024-12-12T16:10:59.630Z","updated_at":"2025-01-25T16:18:00.343Z","avatar_url":"https://github.com/Datalux.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# notification-sniffer\nAn Android Library that implements a Notification Sniffer\n\n## Gradle Dependency\n- gradle project level\n ```gradle \nallprojects {\n  repositories {\n    ...\n    maven { url 'https://jitpack.io' }\n  }\n}\n```\n- gradle application level\n```gradle \ndependencies {\n  implementation 'com.github.Datalux:notification-sniffer:0.1'\n}\n ```\n \n \n## Example\n\n ```kotlin\nif(!NotificationSniffer.checkForPermission(this))\n    NotificationSniffer.askForPermission(this)\n    \n\nNotificationSniffer.startSniffing(this)\n\nNotificationSniffer.listener = object : SniffListener {\n    override fun onResult(extractedNotification: ExtractedNotification) {\n        Log.d(\"onMain\", extractedNotification.toString())\n    }\n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatalux%2Fnotification-sniffer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatalux%2Fnotification-sniffer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatalux%2Fnotification-sniffer/lists"}