Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/extranick/read-chatterino-logs-and-filter-all-subscriptions
- Owner: ExtraNick
- Created: 2023-10-03T05:07:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-05T17:47:58.000Z (5 months ago)
- Last Synced: 2024-08-05T20:46:32.748Z (5 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.