Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

One Piece Scraper

This python script can be used to scrape all one piece episodes using the CLI

Technology

Python3 is needed to run the script

Usage

Installing python3

Install python3 using the following Link

Installing Required Packages

  • Once python is installed, install pip using the steps in this Link
  • Install requests module using pip
$ pip install requests
  • Install BeautifulSoup using pip
$ pip install beautifulsoup4
  • Installing TQDM
pip install tqdm

Running the script

Simply run the script using python

$ python ./one_piece_scraper.py