{"id":23139073,"url":"https://github.com/circuit/conference-starter","last_synced_at":"2026-05-06T22:11:58.321Z","repository":{"id":42240480,"uuid":"132979571","full_name":"circuit/conference-starter","owner":"circuit","description":"Bot that starts a conference and dials out members on a scheduled time","archived":false,"fork":false,"pushed_at":"2022-12-10T16:17:42.000Z","size":664,"stargazers_count":1,"open_issues_count":11,"forks_count":1,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-02-09T20:33:43.757Z","etag":null,"topics":["bot","circuit","conference","puppeteer","sdk","unify","webrtc"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/circuit.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}},"created_at":"2018-05-11T02:37:06.000Z","updated_at":"2020-06-23T16:36:19.000Z","dependencies_parsed_at":"2023-01-26T03:45:26.838Z","dependency_job_id":null,"html_url":"https://github.com/circuit/conference-starter","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/circuit%2Fconference-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/circuit%2Fconference-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/circuit%2Fconference-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/circuit%2Fconference-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/circuit","download_url":"https://codeload.github.com/circuit/conference-starter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247157283,"owners_count":20893220,"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":["bot","circuit","conference","puppeteer","sdk","unify","webrtc"],"created_at":"2024-12-17T13:13:12.781Z","updated_at":"2026-05-06T22:11:53.283Z","avatar_url":"https://github.com/circuit.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# conference-starter\n\n\u003e Circuit Conference Starter\n\nBot that starts a conference and dials out members on a scheduled time.\n\nConsists of:\n- Web app to schedule meetings. Uses \u003ca href=\"https://vuejs.org/v2/guide/installation.html\"\u003evue2\u003c/a\u003e with \u003ca href=\"https://mengxiong10.github.io/vue2-datepicker/\"\u003evue2-datepicker\u003c/a\u003e.\n- Webserver to host web app and serve REST endpoints\n- Scheduler. Uses \u003ca href=\"https://www.npmjs.com/package/node-schedule\"\u003enode-schedule\u003c/a\u003e.\n- Circuit SDK bot module that starts conference at given time and dials out members. Uses \u003ca href=\"https://github.com/GoogleChrome/puppeteer\"\u003epuppeteer\u003c/a\u003e to control headless chrome instances so that JS SDK with WebRTC can be used.\n\nLive on gcloud App Engine at https://conference-starter-dot-atos-ucc-circuit-cpaas.appspot.com/\n\n## Configuration\n\nEdit `config.json` with `domain`, `client_id` and `client_secret` for your system. Environment variable `SYSTEM` will determine which config to use.\n\nWebserver port is taken from `PORT` environment variable, and if not defined from `config.json`.\n``` json\n// config.json\n{\n  \"credentials\": {\n    \"sandbox\": {\n      \"domain\": \"circuitsandbox.net\",\n      \"client_id\": \"\u003cclient_id\u003e\",\n      \"client_secret\": \"\u003cclient_secret\u003e\"\n    },\n    \"eu\": {\n      \"domain\": \"eu.yourcircuit.com\",\n      \"client_id\": \"\u003cclient_id\u003e\",\n      \"client_secret\": \"\u003cclient_secret\u003e\"\n    }\n  },\n  \"webserver\": {\n    \"port\": 1337\n  },\n  \"system\": \"sandbox\"\n}\n\n```\n\n## Build Setup\n\n``` bash\n# install dependencies and build/run webapp in production\nnpm install\nnpm start\n\n# serve with hot reload at localhost:8080 for development of web app\ncd vue-app\nnpm run dev\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcircuit%2Fconference-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcircuit%2Fconference-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcircuit%2Fconference-starter/lists"}