Skip to content

Scrape pieces of information like the president, population, GDP, etc., from the 'Member Nations of UN' wiki page and store that data in a JSON file using Python's requests & Beautiful Soup modules.

License

Notifications You must be signed in to change notification settings

vkuberan/scrape-countries

Repository files navigation

Scrape Countries details using Python Requests

Wikipedia Countries data

For a fun project, I had to get details like the President, Capital city, population, GDP, etc., of every individual 'Member states of the United Nations' It is time-consuming to get these data manually. So I thought it was better to write a simple program using Python to get these data.

About

Scrape pieces of information like the president, population, GDP, etc., from the 'Member Nations of UN' wiki page and store that data in a JSON file using Python's requests & Beautiful Soup modules.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages