First, run termux and type the following command:
curl -sLo pot.sh https://raw.githubusercontent.com/inotia00/scrape-youtube-termux/main/scrape-youtube.sh && chmod +x pot.sh && curl -sLo container.sh https://raw.githubusercontent.com/inotia00/scrape-youtube-termux/main/install-alpine.sh && chmod +x container.sh && ./container.sh
Alpine Linux will be installed and run.
If Alpine Linux is running, type the following command:
sh pot.sh
Scrape-YouTube will run, and PO Token and visitor data will be output:
PO_TOKEN: <PO_TOKEN_HERE>
VISITOR_DATA: <VISITOR_DATA_HERE>
If Scrape-YouTube-Termux is already installed, you can use the following commands.
Run Alpine Linux:
container
Run Scrape-YouTube:
sh pot.sh
Scrap-YouTube-Termux has brought the core feature of both repository:
-
Scrape-YouTube : Main source of the Scrap-YouTube-Termux.
-
Puppeteer-On-Termux : Package for running Puppetier on Termux.