{"id":16099649,"url":"https://github.com/lppedd/komeglem","last_synced_at":"2026-04-29T01:04:14.288Z","repository":{"id":104055973,"uuid":"423237155","full_name":"lppedd/komeglem","owner":"lppedd","description":"A multiplatform client for the popular Omegle chatroom","archived":false,"fork":false,"pushed_at":"2023-10-02T14:17:15.000Z","size":156,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-12T05:56:35.133Z","etag":null,"topics":["compose","java","kotlin","multiplatform","omegle"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lppedd.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}},"created_at":"2021-10-31T19:05:27.000Z","updated_at":"2023-09-30T20:39:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"497ed05d-dc07-4203-8a5f-892ce47948c7","html_url":"https://github.com/lppedd/komeglem","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lppedd%2Fkomeglem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lppedd%2Fkomeglem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lppedd%2Fkomeglem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lppedd%2Fkomeglem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lppedd","download_url":"https://codeload.github.com/lppedd/komeglem/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247415783,"owners_count":20935383,"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":["compose","java","kotlin","multiplatform","omegle"],"created_at":"2024-10-09T18:43:52.317Z","updated_at":"2026-04-29T01:04:14.247Z","avatar_url":"https://github.com/lppedd.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# komeglem\n\n**komeglem** is an attempt to a multiplatform client for the popular Omegle chatroom.  \nThe project is developed just for fun, and to try out Kotlin Multiplatform capabilities.\n\n-----\n\nAn example of how to start chatting with a random stranger:\n\n```kotlin\nval listener = object : OmegleRandomChatListener {\n  override suspend fun onWaiting(chat: OmegleRandomChat) {\n    println(\"Waiting\")\n  }\n\n  override suspend fun onConnected(chat: OmegleRandomChat) {\n    println(\"Connected: ${chat.getClientId()}\")\n  }\n\n  override suspend fun onDisconnected(chat: OmegleRandomChat) {\n    println(\"Disconnected\")\n  }\n\n  override suspend fun onMessage(chat: OmegleRandomChat, message: String) {\n    println(\"Message: $message\")\n  }\n}\n\nval omegle = omegle(/* Optional custom OmegleApiFactory */)\nval session = omegle.newRandomChat(listener, language = \"en\")\n\n// At some point you may want to forcefully disconnect the chat session\nsession.disconnect()\n\n// Remember to dispose the Omegle instance when not needed anymore\nomegle.dispose()\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flppedd%2Fkomeglem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flppedd%2Fkomeglem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flppedd%2Fkomeglem/lists"}