-
Notifications
You must be signed in to change notification settings - Fork 390
Linux Installation Instructions
ThioJoe edited this page Jan 1, 2022
·
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
- Requires at least python 3.6 or higher
-
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
- In the repo are the scripts
install.sh
andinstall_full.sh
(basically depending on whether you need to also install tkinter, the gui component) - These scripts are useful in handling multiple linux environments which have different package managers.
Note: If something on this page seems out of date or there is information missing, feel free to submit an issue.