https://github.com/lucretia/get_temp
A simple web scraping app to get the current temperature for a place
https://github.com/lucretia/get_temp
python python3 selenium selenium-python selenium-webdriver
Last synced: about 2 months ago
JSON representation
A simple web scraping app to get the current temperature for a place
- Host: GitHub
- URL: https://github.com/lucretia/get_temp
- Owner: Lucretia
- License: bsd-3-clause
- Created: 2021-08-25T16:35:35.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-25T16:36:16.000Z (almost 5 years ago)
- Last Synced: 2025-05-16T11:09:18.212Z (about 1 year ago)
- Topics: python, python3, selenium, selenium-python, selenium-webdriver
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Get Temp
A simple web scraping app to get the current temperature for a place using Selenium.
Written in Python using 3.9.
I didn't know any Python or web scraping before doing this.
## Copyright
Copyright (C) 2021, Luke A. Guest
# Licence
New-style BSD, see LICENCE file in source root directory and at the start of all source files.