Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 288 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 288 Bytes

this repo refers to the Scraping the data from youtube and analyse them Python packages which was used in this project are

  1. seaborn: pip3 install seaborn --user
  2. requests for sending the request to the desitinaton
  3. Pandas
  4. numpy
  5. BeautifulSoup : pip3 install BeautifulSoup4