{"id":20512649,"url":"https://github.com/seggan/kasey","last_synced_at":"2026-03-17T09:40:28.310Z","repository":{"id":250076302,"uuid":"833397275","full_name":"Seggan/kasey","owner":"Seggan","description":"A Stack Exchange chat library for Kotlin","archived":false,"fork":false,"pushed_at":"2024-08-01T01:37:24.000Z","size":107,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-08-02T03:11:43.276Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Seggan.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":"2024-07-25T01:10:52.000Z","updated_at":"2024-08-01T01:37:27.000Z","dependencies_parsed_at":"2024-08-01T03:13:55.960Z","dependency_job_id":null,"html_url":"https://github.com/Seggan/kasey","commit_stats":null,"previous_names":["seggan/kasey"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Seggan%2Fkasey","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Seggan%2Fkasey/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Seggan%2Fkasey/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Seggan%2Fkasey/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Seggan","download_url":"https://codeload.github.com/Seggan/kasey/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224844638,"owners_count":17379238,"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":[],"created_at":"2024-11-15T20:42:14.768Z","updated_at":"2026-03-17T09:40:23.289Z","avatar_url":"https://github.com/Seggan.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kasey\n\n![Maven Central Version](https://img.shields.io/maven-central/v/io.github.seggan/kasey)\n[![Docs](https://img.shields.io/badge/docs-gh--pages-blue)](https://seggan.github.io/kasey/)\n\nA modern Stack Exchange client for Kotlin.\n\n## Add as dependency\n\n### Gradle\n```kotlin\nrepositories {\n    mavenCentral()\n}\n\ndependencies {\n    implementation(\"io.github.seggan:kasey:VERSION\")\n}\n```\n\n### Maven\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003eio.github.seggan\u003c/groupId\u003e\n    \u003cartifactId\u003ekasey\u003c/artifactId\u003e\n    \u003cversion\u003eVERSION\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n## Example\n```kotlin\nsuspend fun main() {\n    val client = Client()\n    client.login(\"user@email.com\", \"password\")\n    val room = client.joinRoom(1) // Sandbox\n    val message = room.sendMessage(\"Hello, world!\")\n    println(message.content)\n    message.edit(\"Hello, world! (edited)\")\n    client.close()\n}\n```\n\n## Credits\n\nThe work of having to reverse engineer the chat API was saved by looking at the various different \nexisting libraries, particularly [chatexchange](https://github.com/SOBotics/chatexchange) (public domain)\nand [sechat](https://github.com/gingershaped/sechat) (LGPL-2.1).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseggan%2Fkasey","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseggan%2Fkasey","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseggan%2Fkasey/lists"}