{"id":25233951,"url":"https://github.com/8bittd/slack","last_synced_at":"2026-05-17T18:01:22.831Z","repository":{"id":185196506,"uuid":"357216231","full_name":"8bitTD/slack","owner":"8bitTD","description":"Send a message to slack ","archived":false,"fork":false,"pushed_at":"2022-01-17T05:25:49.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T17:14:12.066Z","etag":null,"topics":["rust","slack"],"latest_commit_sha":null,"homepage":"","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/8bitTD.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}},"created_at":"2021-04-12T14:03:26.000Z","updated_at":"2022-01-17T05:25:51.000Z","dependencies_parsed_at":"2023-08-01T03:10:53.830Z","dependency_job_id":null,"html_url":"https://github.com/8bitTD/slack","commit_stats":null,"previous_names":["8bittd/slack"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/8bitTD/slack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8bitTD%2Fslack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8bitTD%2Fslack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8bitTD%2Fslack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8bitTD%2Fslack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/8bitTD","download_url":"https://codeload.github.com/8bitTD/slack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8bitTD%2Fslack/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265810212,"owners_count":23831948,"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":["rust","slack"],"created_at":"2025-02-11T13:58:15.774Z","updated_at":"2026-05-17T18:01:17.788Z","avatar_url":"https://github.com/8bitTD.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# slack\nSend a message to slack\nWorks in windows10 environment\n## Cargo.toml\n```\n[dependencies]\nslack = { git = \"https://github.com/8bitTD/slack\", branch = \"main\" }\n```\n## main.rs\n```\nuse slack;\nfn main() {\n    let tkn: \u0026str = \"xxxx-xxxxxxxxxxxx-xxxxxxxxxxxx-xxxxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\";\n    let cnl: \u0026str = \"channel_name\";\n    let usr: \u0026str = \"user_name\";\n    let msg: \u0026str = \"test_send_message!\";\n    slack::send_slack(tkn, cnl, usr, msg).unwrap();\n}\n```\n![image](https://user-images.githubusercontent.com/19583059/114428831-a60c8d80-9bf7-11eb-957d-b1ce169465ca.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F8bittd%2Fslack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F8bittd%2Fslack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F8bittd%2Fslack/lists"}