{"id":17573758,"url":"https://github.com/zxdong262/ringcentral-poll-bot","last_synced_at":"2026-02-02T17:36:14.399Z","repository":{"id":69414866,"uuid":"158952568","full_name":"zxdong262/ringcentral-poll-bot","owner":"zxdong262","description":"Poll bot for ringcentral glip, created with ringcentral-chatbot-framework and ringcentral-chatbot-factory","archived":false,"fork":false,"pushed_at":"2019-05-08T03:05:01.000Z","size":300,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-13T05:16:38.551Z","etag":null,"topics":["bot","poll","ringcentral"],"latest_commit_sha":null,"homepage":"","language":"Python","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/zxdong262.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":"supported-commands.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-11-24T16:09:28.000Z","updated_at":"2019-04-26T02:39:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"e049d9cc-4859-47b6-b1c3-3c0f36e0ae31","html_url":"https://github.com/zxdong262/ringcentral-poll-bot","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/zxdong262%2Fringcentral-poll-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zxdong262%2Fringcentral-poll-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zxdong262%2Fringcentral-poll-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zxdong262%2Fringcentral-poll-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zxdong262","download_url":"https://codeload.github.com/zxdong262/ringcentral-poll-bot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247563921,"owners_count":20958971,"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","poll","ringcentral"],"created_at":"2024-10-21T21:04:44.837Z","updated_at":"2026-02-02T17:36:09.376Z","avatar_url":"https://github.com/zxdong262.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# ringcentral-poll-bot \u003c!-- omit in toc --\u003e\n\nPoll bot for ringcentral glip, created with [ringcentral-chatbot-framework](https://github.com/zxdong262/ringcentral-chatbot-python) and [ringcentral-chatbot-factory](https://github.com/zxdong262/ringcentral-chatbot-factory-py).\n\nThis simple bot use custom database wrapper(sqlite3) in local dev, read [bot-logic.py](bot-logic.py), [survey_bot.py](survey_bot.py) and [sqlite_custom.py](sqlite_custom.py) for more details.\n\n![screenshots/00hello.png](screenshots/00hello.png)\n\n[Supported Commands](supported-commands.md)\n\n## Table of contents \u003c!-- omit in toc --\u003e\n\n- [Prerequisites](#prerequisites)\n- [Development \u0026 Quick start](#development--quick-start)\n- [Test bot](#test-bot)\n- [Building and Deploying to AWS Lambda](#building-and-deploying-to-aws-lambda)\n- [License](#license)\n\n## Prerequisites\n\n- Python3.6+ and Pip3\n- Create the bot App: Login to [developer.ringcentral.com](https://developer.ringcentral.com) and create an `public` `Server/Bot` app with permissions: `ReadAccounts, Edit Extensions, WebhookSubscriptions, Glip`(or more as you may need)\n\n## Development \u0026 Quick start\n\n```bash\n\n# use virtualenv\npip3 install virtualenv # might need sudo\n\n# init virtual env\nvirtualenv venv --python=python3\n\n# use env\nsource ./venv/bin/activate\n\n# install deps\npip install -r requirements.txt\n\n# run ngrok proxy\n# since bot need https server,\n# so we need a https proxy for ringcentral to visit our local server\n./bin/proxy\n# will show:\n# Forwarding https://xxxxx.ngrok.io -\u003e localhost:8989\n\n# create env file\ncp .sample.env .env\n# then edit .env, set proper setting,\n# and goto your ringcentral app setting page, set OAuth Redirect URI to https://https://xxxxx.ngrok.io/bot-oauth\nRINGCENTRAL_BOT_SERVER=https://xxxxx.ngrok.io\n\n## for bots auth required, get them from your ringcentral app page\nRINGCENTRAL_BOT_CLIENT_ID=\nRINGCENTRAL_BOT_CLIENT_SECRET=\n\n# create custom bot config file\ncp bot-logic.py config.py\n\n# run local dev server\n./bin/start\n```\n\n## Test bot\n\n- Goto your ringcentral app's bot section, click 'Add to glip'\n- Login to [https://glip-app.devtest.ringcentral.com](https://glip-app.devtest.ringcentral.com), find the bot by searching its name. Talk to the bot.\n- Edit config.py to change bot bahavior and test in [https://glip-app.devtest.ringcentral.com](https://glip-app.devtest.ringcentral.com)\n\n## Building and Deploying to AWS Lambda\n\n[deploy-to-aws-lambda](https://github.com/zxdong262/ringcentral-chatbot-python/blob/master/docs/deploy-to-aws-lambda.md)\n\n## License\n\nMIT\n  ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzxdong262%2Fringcentral-poll-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzxdong262%2Fringcentral-poll-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzxdong262%2Fringcentral-poll-bot/lists"}