{"id":15714315,"url":"https://github.com/sild/slack_cmd","last_synced_at":"2026-01-11T03:09:20.463Z","repository":{"id":257318629,"uuid":"856336712","full_name":"Sild/slack_cmd","owner":"Sild","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-23T21:04:54.000Z","size":122,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-26T16:22:20.759Z","etag":null,"topics":["slack","slack-bot","slackbot","terminal"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/slack_cmd_core","language":"Rust","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/Sild.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2024-09-12T12:11:14.000Z","updated_at":"2024-09-23T21:04:57.000Z","dependencies_parsed_at":"2024-09-16T00:36:20.854Z","dependency_job_id":"48ef0724-0802-4aa0-adce-1190a6aa1a29","html_url":"https://github.com/Sild/slack_cmd","commit_stats":null,"previous_names":["sild/slack_cmd"],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sild%2Fslack_cmd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sild%2Fslack_cmd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sild%2Fslack_cmd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sild%2Fslack_cmd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sild","download_url":"https://codeload.github.com/Sild/slack_cmd/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243242737,"owners_count":20259810,"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":["slack","slack-bot","slackbot","terminal"],"created_at":"2024-10-03T21:36:06.094Z","updated_at":"2026-01-11T03:09:20.438Z","avatar_url":"https://github.com/Sild.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Slack CMD\n\nAllows to turn slack chat into a command line interface.\n\n## Usage\n\n```rust\n#[tokio::main]\nasync fn main() -\u003e anyhow::Result\u003c()\u003e {\n    env_logger::init();\n    let oauth_token = env::var(\"SLACK_CMD_OAUTH_TOKEN\")?;\n    let socket_token = env::var(\"SLACK_CMD_SOCKET_TOKEN\")?;\n\n    let jira_url = env::var(\"JIRA_URL\")?;\n    let jira_user_email = env::var(\"JIRA_USER_EMAIL\")?;\n    let jira_token = env::var(\"JIRA_TOKEN\")?;\n\n    let handlers = [\n        InfoHandler::make(),\n        JiraHandler::make(\u0026jira_url, \u0026jira_user_email, \u0026jira_token, ALL_CHANNELS.iter().cloned()),\n    ];\n\n    slack_cmd_core::run(\u0026oauth_token, \u0026socket_token, handlers).await?;\n    Ok(())\n}\n```\n\n## Jira-handler\n\n![img.png](resources/readme/help_example.png)\n\nSee [examples](src/examples) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsild%2Fslack_cmd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsild%2Fslack_cmd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsild%2Fslack_cmd/lists"}