Skip to content

Given a twitch VOD ID, a client ID, and an interval, return the number of chats per each interval

Notifications You must be signed in to change notification settings

RiChrisMurphy/TwitchChatIntervalCount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Installation:

Clone the repository or download the zip

Simple Python command line tool to count up the number of chat messages within interval time periods. Potential use cases are finding action clips based on volume of chat.

Dependencies are requests, pandas, sys

Input:

Input: python hello.py VodID ClientID Interval

Interval is time in seconds, (i.e. 6 minutes is 360 etc)

Output:

Output:file in downloads named 'Vod'+VodID+'chat'.csv

About

Given a twitch VOD ID, a client ID, and an interval, return the number of chats per each interval

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages