{"id":18285134,"url":"https://github.com/samlet/odoobot","last_synced_at":"2025-06-20T02:37:02.153Z","repository":{"id":95955175,"uuid":"238369584","full_name":"samlet/odoobot","owner":"samlet","description":"a demo bot with odoo backend","archived":false,"fork":false,"pushed_at":"2020-02-05T04:45:14.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-09T06:15:49.432Z","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/samlet.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}},"created_at":"2020-02-05T04:43:19.000Z","updated_at":"2020-02-05T04:45:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"857dd3d5-1fdc-4c42-a3b3-36b015d03f4a","html_url":"https://github.com/samlet/odoobot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/samlet/odoobot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samlet%2Fodoobot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samlet%2Fodoobot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samlet%2Fodoobot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samlet%2Fodoobot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samlet","download_url":"https://codeload.github.com/samlet/odoobot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samlet%2Fodoobot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260867661,"owners_count":23074913,"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":[],"created_at":"2024-11-05T13:15:49.351Z","updated_at":"2025-06-20T02:36:57.140Z","avatar_url":"https://github.com/samlet.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# odoobot\n## step 1\n```bash\n$ rasa train\n$ rasa run actions\n$ rasa run\n```\n\n# step 2\n```python\nimport requests\nfrom pprint import pprint\n\nport=5005\ntext = f'/act_products'\ndata = {'sender': 'default', \"message\": text}\nresponse = requests.post(f'http://localhost:{port}/webhooks/rest/webhook', json=data)\n# print('status code:', response.status_code)\nif response.status_code==200:\n    pprint(response.json())\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamlet%2Fodoobot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamlet%2Fodoobot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamlet%2Fodoobot/lists"}