{"id":13764400,"url":"https://github.com/zpeters/ex_webexteams","last_synced_at":"2026-02-20T16:01:23.829Z","repository":{"id":33128863,"uuid":"152519380","full_name":"zpeters/ex_webexteams","owner":"zpeters","description":"Elixir package for Webex Teams","archived":false,"fork":false,"pushed_at":"2023-12-11T13:37:08.000Z","size":147,"stargazers_count":5,"open_issues_count":12,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-21T14:50:57.379Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zpeters.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,"roadmap":null,"authors":null,"dei":null}},"created_at":"2018-10-11T02:33:03.000Z","updated_at":"2025-01-29T19:08:54.000Z","dependencies_parsed_at":"2023-12-11T14:55:28.599Z","dependency_job_id":null,"html_url":"https://github.com/zpeters/ex_webexteams","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/zpeters/ex_webexteams","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zpeters%2Fex_webexteams","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zpeters%2Fex_webexteams/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zpeters%2Fex_webexteams/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zpeters%2Fex_webexteams/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zpeters","download_url":"https://codeload.github.com/zpeters/ex_webexteams/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zpeters%2Fex_webexteams/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29656589,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T09:27:29.698Z","status":"ssl_error","status_checked_at":"2026-02-20T09:26:12.373Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2024-08-03T16:00:20.061Z","updated_at":"2026-02-20T16:01:23.764Z","avatar_url":"https://github.com/zpeters.png","language":"Elixir","funding_links":[],"categories":["Client SDKs"],"sub_categories":["REST API clients"],"readme":"# ExWebexteams\n[![Hex.pm](https://img.shields.io/hexpm/v/ex_webexteams.svg)](https://hex.pm/packages/ex_webexteams)\n[![Build Docs](https://img.shields.io/badge/hexdocs-release-blue.svg)](https://hexdocs.pm/ex_webexteams/ExWebexteams.html)\n[![Build Status](https://travis-ci.org/zpeters/ex_webexteams.svg?branch=master)](https://travis-ci.org/zpeters/ex_webexteams)\n[![Coverage Status](https://coveralls.io/repos/github/zpeters/ex_webexteams/badge.svg)](https://coveralls.io/github/zpeters/ex_webexteams)\n\nThis is currently a *use at your own risk* package.  The intended functionality works well in my limited test case (posting messages to a room) but has not been robustly tested.\n\n## Required Configuration\nThe following configuration information is required to connect to the Teams API.  This can be supplied through creating a `dev.secret.exs` and `prod.secret.exs` file or by setting environment variables (preferred for production).\n\n### Obtaining required configuration\n1. Webex Token: See [Creating a Webex Teams Bot](https://developer.webex.com/bots.html)\n\n## Optional configuration\nThe rate limiter [ex_rated](https://hex.pm/packages/ex_rated) can be configured using *secret files* or *environment variables*.  See `ExWebexteams.Api` for details\n\n## Using secret files\n`dev.secret.exs` and `prod.secret.exs` are in the `config` folder and are called based on the environment you are in.  Below is an example file\n```\nuse Mix.Config\n\nconfig :ex_webexteams,\n  webex_token: \"MYTOKEN\"\n```\n## Using environment variables\nThe following environment variables need to be set if you are not using a *secret* file. This is the recommended method for production.\n-  `WEBEX_TOKEN`\n\n## Installation\n\nIf [available in Hex](https://hex.pm/docs/publish), the package can be installed\nby adding `ex_webexteams` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:ex_webexteams, \"~\u003e 0.1.2\"}\n  ]\nend\n```\n\nDocumentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)\nand published on [HexDocs](https://hexdocs.pm). Once published, the docs can\nbe found at [https://hexdocs.pm/ex_webexteams](https://hexdocs.pm/ex_webexteams).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzpeters%2Fex_webexteams","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzpeters%2Fex_webexteams","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzpeters%2Fex_webexteams/lists"}