{"id":13338790,"url":"https://github.com/stricklerxc/twitch-clip-chat","last_synced_at":"2025-03-11T10:32:00.235Z","repository":{"id":50128595,"uuid":"267214581","full_name":"stricklerxc/twitch-clip-chat","owner":"stricklerxc","description":"Python package for scrapping chat from twitch clips","archived":false,"fork":false,"pushed_at":"2022-12-08T10:04:34.000Z","size":47,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-23T22:19:17.829Z","etag":null,"topics":["chat","clips","python","twitch"],"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/stricklerxc.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}},"created_at":"2020-05-27T03:48:34.000Z","updated_at":"2021-06-03T11:44:13.000Z","dependencies_parsed_at":"2023-01-24T23:15:25.139Z","dependency_job_id":null,"html_url":"https://github.com/stricklerxc/twitch-clip-chat","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stricklerxc%2Ftwitch-clip-chat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stricklerxc%2Ftwitch-clip-chat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stricklerxc%2Ftwitch-clip-chat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stricklerxc%2Ftwitch-clip-chat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stricklerxc","download_url":"https://codeload.github.com/stricklerxc/twitch-clip-chat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243015463,"owners_count":20222084,"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":["chat","clips","python","twitch"],"created_at":"2024-07-29T19:17:21.944Z","updated_at":"2025-03-11T10:31:58.049Z","avatar_url":"https://github.com/stricklerxc.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Twitch Clip Chat\n==========================\n\nPython package for scrapping chat from Twitch clips\n\nRequirements\n------------\n\n1. Python 3.7+\n\nInstallation\n------------\n\n```shell\n$ git clone https://github.com/stricklerxc/twitch-clip-chat.git\n$ cd twitch-clip-chat\n$ python3 -m venv .env\n$ source .env/bin/activate\n(.env) $ pip install .\n```\n\nUsage\n-----\n\n```shell\n$ clip_chat -h\nusage: clip_chat [-h] {get,configure} ...\n\nTwitch Clip Chat - Scrape chat from Twitch Clips\n\noptional arguments:\n-h, --help       show this help message and exit\n\ncommands:\n{get,configure}\n    get            Scrapes the chat from the given Twitch clip\n    configure      Configure Twitch Credentials\n```\n\n1. Register your application using the [Twitch Developer Console](https://dev.twitch.tv/console/apps)\n2. Configure Twitch Client Credentials\n\n    ```shell\n    $ clip_chat configure\n    Twitch Client ID: \u003cclient_id\u003e\n    Twitch Client Secret: \u003cclient_secret\u003e\n    ```\n\n3. Grab Clip Chat\n\n    ```shell\n    $ clip_chat get \u003cslug\u003e\n    ```\n\n    Notes:\n\n    - Chat is output in CSV format in your current working directory. Filename is \\\u003cslug\\\u003e.csv\n        - CSV Columns: Timestamp, Username, Message\n    - The \"slug\" is the last part of the clip's URL (see highlighted portion of image below)\n\n        ![Alt text](docs/clip_slug.png \"Slug in Clip URL\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstricklerxc%2Ftwitch-clip-chat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstricklerxc%2Ftwitch-clip-chat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstricklerxc%2Ftwitch-clip-chat/lists"}