Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solution for Unsupported Devices / Android Users to be able to run code #118

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,19 @@ To use this script, you will need an "Oauth2" credential to access the scanning
<p align="center"><img width="595" alt="14 2" src="https://user-images.githubusercontent.com/12518330/139734814-26d04eed-76b6-4b4f-9689-e6960f781faa.png"></p>

15. Now you should be able to run the python script, and it will ask you to log in.

<h1>Unsupported Devices/Android Users</h1>
<p> If you are unable to run the .exe file and the code files because your computer/phone doesn't support it please follow these instructions. </p>
<p> 1. Go to https://replit.com. If you are on android go into destop view </p>
<p> 2. Create a account/Login.</p>
<p>3. On the menu, click Create Repl, if it doesn't load click the menu icon.</p>
<p>4. Click, import from github and paste this repo's url, open the YouTubeSpammerPurger.py file.</p>
<p>5. It will open markdown, tap shell and type the following commands:</p>

<p>Command List for Shell:</p>
<p>pip install rtfunicode</p>
<p>pip install colorama</p>
<p>pip install google-api-python-client (make sure you put the dashes in between)</p>
<p>python3 YouTubeSpammerPurge.py (case sensitive)</p>

<p>Then, you need to do the following setup mentioned above, tap the add file button and add your client_secrets.json file.</p>