https://github.com/michalswi/geolocator
Check your location
https://github.com/michalswi/geolocator
geolocation golang location python selenium
Last synced: about 2 months ago
JSON representation
Check your location
- Host: GitHub
- URL: https://github.com/michalswi/geolocator
- Owner: michalswi
- License: mit
- Created: 2022-02-02T16:04:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-27T09:42:37.000Z (over 1 year ago)
- Last Synced: 2025-11-29T08:22:59.907Z (7 months ago)
- Topics: geolocation, golang, location, python, selenium
- Language: HTML
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## geolocator
```
go run main.go
```
Once you get location you can use it Latitude and Longitude.
```
cd selenium/
python3 -m venv geoloc
source geoloc/bin/activate
python3 geoloc.py '28.475492 -80.558464'
python3 geoloc.py 28.475492 -80.558464
```