Skip to content

VikrantKumar121/crawler

Repository files navigation

WebScrapping


Run country_codes_scraper.py for parsing HTML and storing into output.txt

python country_codes_scraper.py -o output.txt     

Run country_data_codes.py for specifiec output

data = CountryDataCodes('output.txt')
data.get_all_country_name()
data.get_country_details('[countryname]')   
data.get_country_name('[countryname]')  

"Just replace [countryname] with any country name and get output"

Developed by: Vikrant Kumar

Script Version: V1.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages