{"id":38961993,"url":"https://github.com/wmixvideo/slack","last_synced_at":"2026-01-17T16:25:35.877Z","repository":{"id":15233669,"uuid":"54268686","full_name":"wmixvideo/slack","owner":"wmixvideo","description":"Biblioteca para facilitar o uso da API do Slack em Java.","archived":false,"fork":false,"pushed_at":"2024-03-18T20:25:30.000Z","size":52,"stargazers_count":4,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-24T12:44:45.545Z","etag":null,"topics":["java","slack"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wmixvideo.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}},"created_at":"2016-03-19T13:59:02.000Z","updated_at":"2024-01-06T14:36:11.000Z","dependencies_parsed_at":"2023-12-05T23:38:01.360Z","dependency_job_id":null,"html_url":"https://github.com/wmixvideo/slack","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wmixvideo/slack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wmixvideo%2Fslack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wmixvideo%2Fslack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wmixvideo%2Fslack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wmixvideo%2Fslack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wmixvideo","download_url":"https://codeload.github.com/wmixvideo/slack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wmixvideo%2Fslack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28511861,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T13:38:16.342Z","status":"ssl_error","status_checked_at":"2026-01-17T13:37:44.060Z","response_time":85,"last_error":"SSL_read: 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":["java","slack"],"created_at":"2026-01-17T16:25:35.211Z","updated_at":"2026-01-17T16:25:35.867Z","avatar_url":"https://github.com/wmixvideo.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Slack\nSistema para integracao com o sistema de mensageria Slack.\n\n[![Build Status](https://api.travis-ci.org/wmixvideo/slack.png)](http://travis-ci.org/#!/wmixvideo/slack)\n[![Coverage Status](https://coveralls.io/repos/github/wmixvideo/slack/badge.svg?branch=master)](https://coveralls.io/github/wmixvideo/slack?branch=master)\n\n## Exemplos de uso\n\n### Envio de mensagem simples para o canal padrao\n```\ntry {\n    //alterar para o seu webhook\n    new Slack(\"https://hooks.slack.com/services/XXX/XXX/XXXXXX\")\n        .text(\"Texto padrao\")\n        .send();\n} catch (Exception e) {\n    e.printStackTrace();\n}\n```\n\n### Envio de mensagem simples para um devido canal\n```\ntry {\n    //alterar para o seu webhook\n    new Slack(\"https://hooks.slack.com/services/XXX/XXX/XXXXXX\")\n        .channel(\"teste\")\n        .text(\"Texto para um determinado canal\")\n        .send();\n} catch (Exception e) {\n    e.printStackTrace();\n}\n```\n\n### Envio de mensagem simples para um determinado usuario\n```\ntry {\n    //alterar para o seu webhook\n    new Slack(\"https://hooks.slack.com/services/XXX/XXX/XXXXXX\")\n        .user(\"teste\")\n        .text(\"Texto para um determinado usuario\")\n        .send();\n} catch (Exception e) {\n    e.printStackTrace();\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwmixvideo%2Fslack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwmixvideo%2Fslack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwmixvideo%2Fslack/lists"}