{"id":32554136,"url":"https://github.com/gnarea/segnale","last_synced_at":"2026-07-03T02:34:54.763Z","repository":{"id":320945948,"uuid":"1083798604","full_name":"gnarea/segnale","owner":"gnarea","description":"AI-powered app to aggregate redundant event coverage from automated emails and newsletters, surfacing actionable items whilst leaving human correspondence untouched.","archived":false,"fork":false,"pushed_at":"2025-10-26T21:44:08.000Z","size":210,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-26T23:15:55.709Z","etag":null,"topics":[],"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/gnarea.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-26T18:27:10.000Z","updated_at":"2025-10-26T21:44:11.000Z","dependencies_parsed_at":"2025-10-26T23:15:58.861Z","dependency_job_id":"2cf0ec54-de84-45df-bd12-354171e0e3db","html_url":"https://github.com/gnarea/segnale","commit_stats":null,"previous_names":["gnarea/segnale"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/gnarea/segnale","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnarea%2Fsegnale","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnarea%2Fsegnale/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnarea%2Fsegnale/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnarea%2Fsegnale/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gnarea","download_url":"https://codeload.github.com/gnarea/segnale/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gnarea%2Fsegnale/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281520715,"owners_count":26515681,"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","status":"online","status_checked_at":"2025-10-28T02:00:06.022Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-10-28T21:57:07.879Z","updated_at":"2026-07-03T02:34:54.757Z","avatar_url":"https://github.com/gnarea.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Segnale\n\nSegnale uses AI to aggregate redundant event coverage from automated emails and newsletters, surfacing actionable items whilst leaving human correspondence untouched.\n\nThis is a Kotlin Multiplatform project targeting Android, iOS, Desktop (JVM).\n\n## Dependencies\n\nDependencies are locked for reproducible builds. Lock files (`*.lockfile`) are auto-generated with `./gradlew dependencies --write-locks`.\n\n## Code Organisation\n\n* [/composeApp](./composeApp/src) is for code that will be shared across your Compose Multiplatform applications. It contains several subfolders:\n  * [commonMain](./composeApp/src/commonMain/kotlin) is for code that’s common for all targets.\n  * Other folders are for Kotlin code that will be compiled for only the platform indicated in the folder name.\n    For example, if you want to use Apple’s CoreCrypto for the iOS part of your Kotlin app,\n    the [iosMain](./composeApp/src/iosMain/kotlin) folder would be the right place for such calls.\n    Similarly, if you want to edit the Desktop (JVM) specific part, the [jvmMain](./composeApp/src/jvmMain/kotlin)\n    folder is the appropriate location.\n* [/iosApp](./iosApp/iosApp) contains iOS applications. Even if you’re sharing your UI with Compose Multiplatform,\n  you need this entry point for your iOS app. This is also where you should add SwiftUI code for your project.\n\n### Build and Run Android Application\n\nTo build and run the development version of the Android app, use the run configuration from the run widget\nin your IDE’s toolbar or build it directly from the terminal:\n\n```shell\n./gradlew :composeApp:assembleDebug\n```\n\n### Build and Run Desktop (JVM) Application\n\nTo build and run the development version of the desktop app, use the run configuration from the run widget\nin your IDE’s toolbar or run it directly from the terminal:\n\n```shell\n./gradlew :composeApp:run\n```\n\n### Build and Run iOS Application\n\nTo build and run the development version of the iOS app, use the run configuration from the run widget\nin your IDE’s toolbar or open the [/iosApp](./iosApp) directory in Xcode and run it from there.\n\nLearn more about [Kotlin Multiplatform](https://www.jetbrains.com/help/kotlin-multiplatform-dev/get-started.html)…\n\n## Licence\n\nCopyright (C) 2025 by Gus Narea.\n\nThis program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published by the Free Software Foundation.\n\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License along with this program. If not, see \u003chttps://www.gnu.org/licenses/\u003e.\n\nThe full licence text is available in the [LICENSE](./LICENSE) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgnarea%2Fsegnale","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgnarea%2Fsegnale","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgnarea%2Fsegnale/lists"}