Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Web Scraper to Extract COVID-19 Information as per (Issue #31) #44

Merged
merged 3 commits into from
Oct 1, 2020

Conversation

tauseefmohammed2
Copy link
Contributor

Description

Python Web Scraper which extracts COVID Data for Top 10 Affected Countries

Fixes #31

Type of change

Choosing one or more options from the following as per the nature of your Pull request.

  • NOTE: These boxes can be checked using [X]

  • Bug fix (non-breaking change which fixes an issue)

  • New feature (non-breaking change which adds functionality)

  • Documentation Update

Checklist:

Please tick all the boxes that are fulfilled by your Pull Request.

  • I have named my files and folder, according to this project's guidelines.
  • My code follows the style guidelines of this project.
  • My Pull Request has a descriptive title. (not a vague title like Update index.md)
  • I have commented on my code, particularly in hard-to-understand areas.
  • I have created a helpful and easy to understand README.md, according to the given README_TEMPLATE.
  • I have included a requirements.txt file (if external libraries are required.)
  • My changes do not produce any warnings.

Copy link
Member

@AdityaJ7 AdityaJ7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome job @tauseefmohammed2

There are some changes that u can make:

Suggested changes:

  1. You can run chrome in headless mode
  2. You can store the result in CSV file

Mandatory change:

Please add this line --- wd.quit() at the end of your program this will close the chrome browser after the fetching of data is done.

@tauseefmohammed2
Copy link
Contributor Author

Thanks for the Feedback!, I will work on the suggested changes.
I totally forgot to add wd.quit() at the end, will change that as well.

@tauseefmohammed2
Copy link
Contributor Author

Added the Changes as Requested.

@mergify mergify bot merged commit ba41abc into Python-World:master Oct 1, 2020
@AdityaJ7
Copy link
Member

AdityaJ7 commented Oct 1, 2020

@all-contributors please add @tauseefmohammed2 for code

@allcontributors
Copy link
Contributor

@AdityaJ7

I've put up a pull request to add @tauseefmohammed2! 🎉

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Submit your Python script ideas
4 participants