Skip to content

AminMa23-meet/Web-Scraping-Lab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Web Scraping Lab

Google Play Scraping

1. Fork and clone this repository

2. Before you code

To complete this lab, it's very important that you understand the example that we covered in the lecture, you should be familiar with the following concepts:

  • soup.find
  • soup.find_all
  • .string.strip()

3. The lab

In this lab, we will build a program where people can submit a URL of a google play search, using web scraping we will display the app with the highest rating.

If you have any questions ask an Instructor/TA

BONUS: Display the titles by the order of how many downloads it has.
BONUS BONUS: Display the first 3 written reviews for each product with the name of the user.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%