Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shubham947/historic-weather-data-scrapper
https://github.com/shubham947/historic-weather-data-scrapper
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/shubham947/historic-weather-data-scrapper
- Owner: shubham947
- Created: 2020-01-28T15:25:15.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-28T16:29:15.000Z (almost 5 years ago)
- Last Synced: 2024-11-06T03:30:35.024Z (about 2 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Historic Weather Data Scrapper
It is a spider made using Scrapy which scraps historic weather data of specific city, whose name is assigned to city variable in the code.Note: This spider as well as data extracted should be used for educational purposes only. The data scraped is property of timeanddate.com and should not be used for commercial purposes without their prior approval.
# Command to run the Spider
scrapy runspider WeatherDataScrapper.py -o WeatherData.csv -t csv