-
Notifications
You must be signed in to change notification settings - Fork 390
Linux Installation Instructions
ThioJoe edited this page Nov 9, 2021
·
11 revisions
-
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
-
-
Install dependencies. Run:
pip3 install -r requirements.txt
-
Run the script:
-
python3 YouTubeSpammerPurge.py
(possibly 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 ReadMe
Note: If something on this page seems out of date or there is information missing, feel free to submit an issue.