{"id":24433723,"url":"https://github.com/ericzon/my-echo-bot","last_synced_at":"2026-04-15T06:38:34.860Z","repository":{"id":272924512,"uuid":"916215234","full_name":"ericzon/my-echo-bot","owner":"ericzon","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-04T13:50:46.000Z","size":1464,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2026-01-02T14:28:51.919Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/ericzon.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-13T17:09:03.000Z","updated_at":"2025-01-28T15:51:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"0f55b3f2-3d3d-497f-b278-6403100bebed","html_url":"https://github.com/ericzon/my-echo-bot","commit_stats":null,"previous_names":["ericzon/my-echo-bot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ericzon/my-echo-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericzon%2Fmy-echo-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericzon%2Fmy-echo-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericzon%2Fmy-echo-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericzon%2Fmy-echo-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ericzon","download_url":"https://codeload.github.com/ericzon/my-echo-bot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericzon%2Fmy-echo-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31830156,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"online","status_checked_at":"2026-04-15T02:00:06.175Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-01-20T16:50:40.607Z","updated_at":"2026-04-15T06:38:34.837Z","avatar_url":"https://github.com/ericzon.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Echo-bot\n========\n\nMy aim with this project is just to give a simple base to help tackling the real problem. It's based in the example from Microsoft bot framework.\n\n## Setup\n\nIn this case I'm using python 3.12.3. I suggest to use poetry or similar but is up to you. Main dependencies are reflected in pyproject.toml.\n\nOnce you've installed all the dependencies, you can start the application with:\n```\npoetry run python .\\main.py\n```\n\n## Env variables\n\n```\nPORT=3000\n\n# Bot: Fill these values from Azure Bot settings\nBOT_ID=\nBOT_PASSWORD=\nBOT_SECRET=\n\n# Fill these values from Azure Speech service settings\nSPEECH_SVC_KEY=\nSPEECH_REGION=\nSPEECH_ENDPOINT=\n\n```\n\n## Public folder\n\nOnce you have started the application, it will expose the chatbot client in http://localhost:\u003cPORT\u003e/ or http://localhost:\u003cPORT\u003e/index_speech.html\n\nIt includes 2 versions of client, the basic one and another version using Azure Speech for STT (Speech to text).\n\n\n## Export .ENV to Azure WebAPP\n\n### Generate the current settings.json\naz webapp config appsettings list --name acc-poc-web-app-svc-test-01 --resource-group z-ago-airesearchsb01-ew-01 \u003e settings.json\n\n### Run the script\n/bin/bash export_settings_json.sh  \n\n### Set the new environment variables to WebAPP\nFrom local, run this command:\n```\naz webapp config appsettings set --name acc-poc-web-app-svc-test-01 --resource-group z-ago-airesearchsb01-ew-01 --settings @settings.json\n```\n\n## Deploy\n\nFrom local, run this command:\n```\naz webapp up --sku B1 --logs  --resource-group z-ago-airesearchsb01-ew-01 --plan ASP-acc-poc-web-app-svc-test-01-8e42 --location westeurope --runtime PYTHON:3.12 --name acc-poc-web-app-svc-test-01 --verbose\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericzon%2Fmy-echo-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fericzon%2Fmy-echo-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericzon%2Fmy-echo-bot/lists"}