{"id":41985489,"url":"https://github.com/soroush-app/bot-python-sdk","last_synced_at":"2026-01-26T00:12:04.477Z","repository":{"id":50815505,"uuid":"151262704","full_name":"soroush-app/bot-python-sdk","owner":"soroush-app","description":"Soroush Messenger Bot Wrapper for Python","archived":false,"fork":false,"pushed_at":"2021-08-28T12:28:23.000Z","size":13,"stargazers_count":21,"open_issues_count":15,"forks_count":7,"subscribers_count":4,"default_branch":"master","last_synced_at":"2023-10-20T23:12:04.612Z","etag":null,"topics":["bot","sdk","sdk-python"],"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/soroush-app.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-10-02T13:53:27.000Z","updated_at":"2023-02-04T13:37:34.000Z","dependencies_parsed_at":"2022-09-24T20:23:08.228Z","dependency_job_id":null,"html_url":"https://github.com/soroush-app/bot-python-sdk","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/soroush-app/bot-python-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soroush-app%2Fbot-python-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soroush-app%2Fbot-python-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soroush-app%2Fbot-python-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soroush-app%2Fbot-python-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/soroush-app","download_url":"https://codeload.github.com/soroush-app/bot-python-sdk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soroush-app%2Fbot-python-sdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28762039,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T23:06:19.311Z","status":"ssl_error","status_checked_at":"2026-01-25T23:03:50.555Z","response_time":113,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["bot","sdk","sdk-python"],"created_at":"2026-01-26T00:12:00.509Z","updated_at":"2026-01-26T00:12:04.469Z","avatar_url":"https://github.com/soroush-app.png","language":"Python","readme":"\n# Soroush Messenger Bot Python SDK\nSoroush Messenger Bot Wrapper for Python\n\n## Dependencies ##\n- Python 2.7+\n- requests \n- sseclient-py\n\n## Installation ##\nRun the below commands\n```bash\ngit clone https://github.com/soroush-app/bot-python-sdk\ncd bot-python-sdk\npip install -r requirements.txt\n```\n\n## Usage ##\n\n```python\nfrom client import Client\n\nbot_token = 'your bot token'\n\nbot = Client(bot_token)\n\ntry:\n    to = 'user chat_id'\n\n    [error, success] = bot.send_text(to, 'Your text')\n\n    if success:\n        print('Message sent successfully')\n    else:\n        print('Sending message failed: {}' .format(error))\n\nexcept Exception as e:\n    print(e.args[0])\n\n\n```\n\"to\" value in above example is chat_id of a bot user. You can find it in front of 'from' key in a message that user has sent to your bot. \nYou can see more examples in the [examples](https://github.com/soroush-app/bot-python-sdk/tree/master/examples) directory.\n\n ## Contribute ##\n Contributions to the package are always welcome!\n - Report any idea, bugs or issues you find on the [issue tracker](https://github.com/soroush-app/bot-python-sdk/issues).\n - You can grab the source code at the package's [Git repository](https://github.com/soroush-app/bot-python-sdk.git).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoroush-app%2Fbot-python-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoroush-app%2Fbot-python-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoroush-app%2Fbot-python-sdk/lists"}