Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 576 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 576 Bytes

Python Web Scraper for Bike Rental websites

This is python web scraper, made as an internship shortlisting assignment. This python script utilises the following libraries:

  • json - This is used to get the data from the GoBikes API and convert into a local json file
  • pandas - This is used to create dataframes to support the data
  • requests - This makes HTTP requests
  • bs4 - This is the most important library for the project. This is used to scrape data from webpages
  • selenium - This was used to encounter some bugs as well as loading dynamic content into the script