/dataanalysis_bootcamp_crawler

Web scraper implementations for a variety of websites.

Primary LanguageHTMLGNU General Public License v2.0GPL-2.0

Quera Data Analysis Bootcamp - Web Scrapers

This repository contains the students' web scraper implementations for a variety of websites.

How to add a new implementation?

  1. Fork this repository.
  2. Create a new folder with the website's url (e.g. https://www.quera.org/ -> quera.org).
  3. Create a new file named README.md in the folder, and add a description of your goal and the data you want to extract.
  4. Push your changes to this folder in your forked repository.
  5. Create a pull request to this repository.

Contributing

We encourage you to contribute to this repository. You can add your own implementation, or improve existing ones. If you have any questions, feel free to open an issue.

Course Information

This repository is part of the Data Analysis Bootcamp course at Quera. For more information, visit this page.