All checks were successful
Python application / build (push) Successful in 1m43s
- Geocodes listing locations via Photon (Komoot) API - no rate limits - Shows distance in km next to location in all output formats - Uses geodesic distance (geopy) for accurate km calculation - Caches geocoded locations to avoid repeated API calls - Works with --top, --compare, --verdict, and default output - Example: --from "Farum" shows 'København V (20 km)', 'Korsør (94 km)' - Added geopy to requirements.txt
7 lines
62 B
Plaintext
7 lines
62 B
Plaintext
requests
|
|
beautifulsoup4
|
|
lxml
|
|
geopy
|
|
webdriver-manager
|
|
selenium
|