{"id":18039522,"url":"https://github.com/spaceeec/crux_interaction","last_synced_at":"2026-04-30T01:32:33.766Z","repository":{"id":236743717,"uuid":"320321851","full_name":"SpaceEEC/crux_interaction","owner":"SpaceEEC","description":"DSL to define Discord application commands and means to respond to incoming interactions","archived":false,"fork":false,"pushed_at":"2021-12-22T19:59:09.000Z","size":290,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"trunk","last_synced_at":"2025-02-10T09:29:15.442Z","etag":null,"topics":["discord","discord-api","elixir"],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SpaceEEC.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-12-10T16:03:49.000Z","updated_at":"2022-01-09T12:50:27.000Z","dependencies_parsed_at":"2024-04-28T11:46:54.595Z","dependency_job_id":null,"html_url":"https://github.com/SpaceEEC/crux_interaction","commit_stats":null,"previous_names":["spaceeec/crux_interaction"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpaceEEC%2Fcrux_interaction","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpaceEEC%2Fcrux_interaction/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpaceEEC%2Fcrux_interaction/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpaceEEC%2Fcrux_interaction/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SpaceEEC","download_url":"https://codeload.github.com/SpaceEEC/crux_interaction/tar.gz/refs/heads/trunk","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247271527,"owners_count":20911587,"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":["discord","discord-api","elixir"],"created_at":"2024-10-30T14:09:37.622Z","updated_at":"2026-04-30T01:32:28.743Z","avatar_url":"https://github.com/SpaceEEC.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Crux.Interaction [![](https://github.com/SpaceEEC/crux_interaction/workflows/Tests/badge.svg?event=push\u0026branch=trunk)](https://github.com/SpaceEEC/crux_interaction/actions) [![](https://github.com/SpaceEEC/crux_interaction/workflows/Documentation/badge.svg?event=push\u0026branch=trunk)](https://spaceeec.github.io/crux_interaction)\n\nLibrary providing DSLs to define [application commands](https://discord.com/developers/docs/interactions/application-commands) for Discord applications / bots, as well as ways to handle incoming interactions (either through webhook [read: `plug`s] or gateway [read: probably `crux_gateway`]) and respond to them.\n\n## Useful links\n- Documentation TBD\n- [GitHub](https://github.com/SpaceEEC/crux_interaction)\n- Changelog TBD\n- [Trunk Documentation](https://spaceeec.github.io/crux_interaction/)\n\n## Installation\n\nFor now `crux_interaction` can be installbed by adding it as a git dependencies to your `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:crux_interaction, github: \"SpaceEEC/crux_interaction\"}\n  ]\nend\n```\n\n## Configuration\n\nYou can configure the json library `crux_interaction` use:\n```elixir\nconfig :crux_interaction, :json_library, Jason # That's the default value\n```\n\n## Usage\n\nRefer to the moduledocs for examples and API reference.\nSee useful links above for the documentation.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspaceeec%2Fcrux_interaction","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspaceeec%2Fcrux_interaction","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspaceeec%2Fcrux_interaction/lists"}