{"id":21250922,"url":"https://github.com/natlee/twitch-echo-bot-with-python","last_synced_at":"2025-08-18T13:08:40.374Z","repository":{"id":146803235,"uuid":"173429716","full_name":"NatLee/Twitch-Echo-Bot-with-Python","owner":"NatLee","description":"Use python to make a twitch echo bot.","archived":false,"fork":false,"pushed_at":"2019-04-14T13:47:58.000Z","size":6,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-24T02:55:45.798Z","etag":null,"topics":["echo-bot","python","socket","twitch","twitch-bot"],"latest_commit_sha":null,"homepage":null,"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/NatLee.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":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-02T09:40:35.000Z","updated_at":"2023-02-15T13:02:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"0b5d713e-1518-4d75-84b6-57613a2ab980","html_url":"https://github.com/NatLee/Twitch-Echo-Bot-with-Python","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NatLee/Twitch-Echo-Bot-with-Python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NatLee%2FTwitch-Echo-Bot-with-Python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NatLee%2FTwitch-Echo-Bot-with-Python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NatLee%2FTwitch-Echo-Bot-with-Python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NatLee%2FTwitch-Echo-Bot-with-Python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NatLee","download_url":"https://codeload.github.com/NatLee/Twitch-Echo-Bot-with-Python/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NatLee%2FTwitch-Echo-Bot-with-Python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270997049,"owners_count":24681966,"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","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"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":["echo-bot","python","socket","twitch","twitch-bot"],"created_at":"2024-11-21T03:39:37.038Z","updated_at":"2025-08-18T13:08:40.344Z","avatar_url":"https://github.com/NatLee.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Twitch Echo Bot with Python\n========\n[![License: GPL v3](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE) [![Python 3](https://img.shields.io/badge/python-3-blue.svg)](https://www.python.org/) \n\nFast and easy way to use.\n\n## Features\n\n- Join the twitch channel.\n- Send message.\n- Get new message.\n\n## Usage\n\n```bash\ngit clone https://github.com/NatLee/Twitch-Echo-Bot-with-Python.git\n```\n\n## Example (in main.py)\n\n```python\n\nfrom twitchSocket import twitchSocket\n\nts = twitchSocket(channelName='\u003cYourChannelName\u003e',\n                  botName    ='\u003cYourBotAccountName\u003e', \n                  botAuth    ='\u003cYourBotAccountTwitchAuthKey')\n\nwhile True:\n      try:\n          username, message = ts.getMsg()\n          # Your logic here.\n          ts.sendMsg(message)\n\n      except(KeyboardInterrupt, EOFError, SystemExit):\n          break\n```\n\n## Contributors\n\n[NatLee](https://github.com/NatLee/)\n\n## License\n[MIT license](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnatlee%2Ftwitch-echo-bot-with-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnatlee%2Ftwitch-echo-bot-with-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnatlee%2Ftwitch-echo-bot-with-python/lists"}