{"id":13701981,"url":"https://github.com/izxxr/luster","last_synced_at":"2026-05-12T16:31:07.600Z","repository":{"id":44378242,"uuid":"511778202","full_name":"izxxr/luster","owner":"izxxr","description":"Python library for Revolt.chat API.","archived":false,"fork":false,"pushed_at":"2023-05-13T19:00:48.000Z","size":372,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-05T04:36:07.499Z","etag":null,"topics":["api","asyncio","library","python","python3","revolt","wrapper"],"latest_commit_sha":null,"homepage":"https://luster.readthedocs.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/izxxr.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.MD","contributing":"CONTRIBUTING.MD","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-07-08T05:49:54.000Z","updated_at":"2023-06-11T22:01:26.000Z","dependencies_parsed_at":"2023-07-17T00:27:41.426Z","dependency_job_id":null,"html_url":"https://github.com/izxxr/luster","commit_stats":null,"previous_names":["nerdguyahmad/luster"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/izxxr/luster","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izxxr%2Fluster","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izxxr%2Fluster/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izxxr%2Fluster/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izxxr%2Fluster/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/izxxr","download_url":"https://codeload.github.com/izxxr/luster/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izxxr%2Fluster/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32947478,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T09:19:52.626Z","status":"ssl_error","status_checked_at":"2026-05-12T09:17:33.438Z","response_time":102,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["api","asyncio","library","python","python3","revolt","wrapper"],"created_at":"2024-08-02T21:00:28.824Z","updated_at":"2026-05-12T16:31:07.551Z","avatar_url":"https://github.com/izxxr.png","language":"Python","funding_links":[],"categories":["💻 API Libraries"],"sub_categories":["Python"],"readme":"# luster\nPython library for Revolt.chat API.\n\n**[Documentation](https://luster.readthedocs.io) • [Revolt Server](https://app.revolt.chat/invite/SfzyrsrA) • [Source Code](https://github.com/nerdguyahmad/luster)**\n\n\u003e :warning: **Acknowledgement**\n\u003e\n\u003e This library is still under active development and incomplete.\n\u003e\n\u003e Join our [Revolt Server](https://app.revolt.chat/invite/SfzyrsrA) for staying tuned with updates.\n\n## Features\n- Modern and easy to use interface\n- Fully typed and compatible with most type checkers\n- Supports operations with both bots and users API\n- Provides maximum control over the low level API\n- Type definitions for Revolt API\n\n## Installation\nYou can install this library using the Python's traditional package manager, `pip`.\n```sh\n$ pip install luster\n```\nNote that **Python 3.8 or higher** is required.\n\nThe only required dependency for this library is `aiohttp`. There are certain dependencies\nthat you can install in order to enhance the speed of the library.\n\n- `msgpack` (Faster websocket packets parsing)\n- `ujson` (Faster JSON parsing)\n- `aiohttp[speed]` (Speed ups for `aiohttp`)\n\nThese dependencies can be installed by:\n```sh\n$ pip install luster[speed]\n```\n\n## Basic Usage\n\u003e :information_source: Type annotations are not required.\n\n```py\nimport luster\n\nclient = luster.Client(token=\"...\")\n\n@client.listen(luster.WebsocketEvent.AUTHENTICATED)\nasync def handle_authenticated(event: luster.events.Authenticated):\n    print(\"Client has connected!\")\n\nclient.launch()\n```\n\n\u003e Basic operations such as sending messages are not yet supported. You\n\u003e can use the low level API such as `HTTPHandler` and `WebsocketHandler`\n\u003e to manually interact with Revolt API.\n\n## Contributing\nThis library is still in it's alpha (0.x) phase and is undergoing active development to\nprovide 100% coverage of Revolt API. Any kind of contribution is welcomed. \nSee [Contribution guidelines](https://luster.readthedocs.io/contributing.html) for\nmore information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fizxxr%2Fluster","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fizxxr%2Fluster","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fizxxr%2Fluster/lists"}