Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/extranick/twitch-user-logs-into-text-file

This python script uses pyautogui automation features to open twitch chat logs of a user and paste them into a .txt file
https://github.com/extranick/twitch-user-logs-into-text-file

Last synced: about 2 months ago
JSON representation

This python script uses pyautogui automation features to open twitch chat logs of a user and paste them into a .txt file

Awesome Lists containing this project

README

        

# Twitch-user-logs-into-text-file
This python script uses pyautogui automation features to open twitch chat logs of a user and paste them into a .txt file.

This script only returns the more recent messages of a user's history.
it does NOT return a user's full chat history.

It's intended use is to speed up unban request discussions by retrieving ban relevant log data.

## How to use
Install pyautogui:

1. have python installed in your machine.

2. open cmd.

3. type "pip install pyautogui".

rename username.py file to the username whose logs you want to see.

Open the renamed .py file and specify in the URL whose channel's logs you want to see.

## For safety
This script uses pyautogui.

do not alt tab, open files or programs while this script runs.

## additional information
average run time for this script is 7 seconds.