Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 735 Bytes

File metadata and controls

35 lines (26 loc) · 735 Bytes

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