A project to scrape airlines websites for flights, and then make a map using those flights in a visually meaningful way.
- web scraping
a.
WebScrapingfolder - compiling -
compiler.py - gather city info -
openWeather.pya. usesCountryCodes.jsonandCountries by continent.tsvb. outputs tocityData2.jsonc. saves api responses tofullCountryData.json - find valid flights -
allValidDataCompiler.py - make graph -
graphMaker.py

