Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/extranick/read-chatterino-logs-and-filter-all-subscriptions

This script uses Pandas to read chatterino logs and retrieves all Subscriptions, gifted subs, cheers, and converted subs in a .txt file
https://github.com/extranick/read-chatterino-logs-and-filter-all-subscriptions

Last synced: about 2 months ago
JSON representation

This script uses Pandas to read chatterino logs and retrieves all Subscriptions, gifted subs, cheers, and converted subs in a .txt file

Awesome Lists containing this project

README

        

# Read-Chatterino-Logs-and-filter-all-subscriptions, gifted, and Cheers
This script uses Pandas to read twitch chat Chatterino logs and retrieves all Subscriptions, gifted subs, Cheers, and converted subs in a .txt file.

## How to use
Place your .log file generated by chatterino in the same folder as this script.

Raname the .log file to "ChatLog.log"

After the above is done (and assuming you are using Visual Studio Code):

Select Python in the "Select Kernel option"

Click "Run all"

Three files will be created:

1.Output contains the whole filtered log including Null rows and columns.

2.ChatHistory contains all messages and users.

3.Gifted-Cheers-Subs contains all gifted subs, subscribers and converted subscribers.

## Requirements:

1. Python.

2. Pandas (see https://pandas.pydata.org/docs/getting_started/install.html).

3. Visual Studio Code or any environment to run Jupyter Notebook.