Skip to content

BerkinAKKAYA/WeatherScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WeatherScraper

Get monthly weather forecast via terminal.

Screenshot

HOW TO USE

  • Download the Weather.py
  • Run it via terminal: python3 Weather.py
  • IMPORTANT: You need to have Selenium and Chrome Driver installed on your computer.
  • For installation, please see the documentation.

CONFIGURATION

  • Initially WeatherScraper is set to show the weather of Istanbul / Turkey.
  • Open the Weather.py with your code editor.
  • Update the Country and City variables based on your location.
  • Open https://accuweather.com
  • Search for your city.
  • Note the URL EXAMPLE: https://www.accuweather.com/en/us/new-york/10007/weather-forecast/349727
  • Code1 variable in the Weather.py is the number after your city in the accuweather URL 10007 in the url above
  • Code2 variable in the Weather.py is the last number in the URL 349727 in the url above
  • Now you are ready to use WeatherScraper!
  • Depending on your network speed, you can edit the WaitFor variable's value.

Created By Berkin AKKAYA

About

Get monthly weather forecast via terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages