A Web Scraper in Python using Beautiful Soup 4, which is a python library for getting data from HTML pages and saves days of work on code. I have parsed weather.com for weather in Bangalore.
1.Python 2.BeautifulSoup 3.Requests
python weather_data_bs4.py
The sample output is in output.csv
https://medium.com/@aakankshaws/using-beautifulsoup-requests-to-scrape-weather-data-9c6e9d317800