-
Notifications
You must be signed in to change notification settings - Fork 389
Linux Installation Instructions
ThioJoe edited this page Mar 10, 2022
·
11 revisions
- (Supports Ubuntu/Debian-based, Arch/Arch-based, and RPM-based Distributions)
- Download install.sh
- This script will install dependencies, and a copy of YT-Spammer-Purge.
- Run:
curl https://raw.githubusercontent.com/ThioJoe/YT-Spammer-Purge/main/install.sh -o install.sh
- Make the bash script executable. Run:
chmod +x install.sh
- Finally, execute the script. Run:
./install.sh
-
Download the source code
tar.gz
from the latest release -
Extract it into a folder somewhere somewhere
-
Right Click inside the folder > Open in Terminal
-
Check python version. Run:
python3 --version
- Anything Python 3.x should run - Ideally 3.9.x but 3.8.x seems to work too
-
Check if pip installed - Run:
-
pip
orpip3
- If not installed run:
sudo apt install python3-pip
(This is for Ubuntu/Debian-based distributions. For other distributions, try the automatic installation or use the distribution's own package manger.)
-
-
Install dependencies. Run:
pip3 install -r requirements.txt
-
Install the tkinter library. Run:
sudo apt-get install python3-tk
-
Run the script:
-
python3 YTSpammerPurge.py
(usually case sensitive, you can just rename it)
-
-
Remember: To use it, you need an API key in the form of a
client_secrets.json
file- See instructions in the Wiki here
Note: If something on this page seems out of date or there is information missing, feel free to submit an issue.