The python version used for this repository is 3.12.5.
- Clone the repository using git1
git clone https://github.com/asleepa/YTCommentScreenshotter.git
cd YTCommentScreenshotter
- Install required python2 modules
pip install -r requirements.txt
You can run main.py (the code) using the command python main.py
.
To exit the terminal:
- Windows & Linux: ⌃ Control + C
- Mac: ⌘ Command + .
Note
You can also change the config inside of lib.py towards the top if you wish. Comments are provided as descriptions for each option.
Caution
YouTube is constantly changing, so what's inside the code now may not work with the current site. Please submit a pull request if you fix any issues.