Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/extranick/twitch-user-logs-into-text-file
- Owner: ExtraNick
- Created: 2023-10-03T04:21:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-03T04:39:05.000Z (over 1 year ago)
- Last Synced: 2023-10-03T14:51:37.046Z (over 1 year ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.