{"id":17770851,"url":"https://github.com/davidstump/slackex","last_synced_at":"2025-03-15T14:31:04.845Z","repository":{"id":57548968,"uuid":"49475753","full_name":"davidstump/slackex","owner":"davidstump","description":"Elixir Slack API Client","archived":false,"fork":false,"pushed_at":"2017-03-28T05:04:35.000Z","size":102,"stargazers_count":26,"open_issues_count":4,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-27T03:47:54.763Z","etag":null,"topics":["api","elixir","slack","wrapper"],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/davidstump.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}},"created_at":"2016-01-12T04:50:30.000Z","updated_at":"2025-01-25T07:51:20.000Z","dependencies_parsed_at":"2022-08-28T11:31:10.043Z","dependency_job_id":null,"html_url":"https://github.com/davidstump/slackex","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidstump%2Fslackex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidstump%2Fslackex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidstump%2Fslackex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidstump%2Fslackex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidstump","download_url":"https://codeload.github.com/davidstump/slackex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243742796,"owners_count":20340703,"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":["api","elixir","slack","wrapper"],"created_at":"2024-10-26T21:27:32.446Z","updated_at":"2025-03-15T14:31:04.830Z","avatar_url":"https://github.com/davidstump.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Slackex\n\nA Slack wrapper for Elixir\nRequires an active account with Slack (http://slack.com).\n\nProvides a wrapper for every API endpoint listed in the [official slack developer documentation](https://api.slack.com/web)\n\n## Installation\n\nSlackex can be installed as:\n\n  1. Add slackex to your list of dependencies in `mix.exs`:\n\n        def deps do\n          [{:slackex, \"~\u003e 0.0.1\"}]\n        end\n\n  2. Ensure slackex is started before your application:\n\n        def application do\n          [applications: [:slackex]]\n        end\n\n  3. Obtain a Slack token and set it as a System ENV as `SLACK_TOKEN`\n\n\n## Examples\n\nJust a few small examples to get you started. Details documentation is linked below.\n\nTo list all of your Slack channels:\n\n```\nchannels = Slackex.Channels.list\n```\n\nTo create a new channel\n\n```\nnew_channel = Slackex.Channels.create(\"My New Channel\")\n```\n\n## Documentation\n\nFor more detailed documentation visit:\n\n* Slackex Documentation: [http://hexdocs.pm/slackex](http://hexdocs.pm/slackex)\n* Slack API Methods: [https://api.slack.com/methods](https://api.slack.com/methods)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidstump%2Fslackex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidstump%2Fslackex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidstump%2Fslackex/lists"}