Files
newolddkprice/requirements.txt
Alex 243bc9b6f5
All checks were successful
Python application / build (push) Successful in 1m43s
Add --from flag: travel distance from your location
- 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
2026-08-28 16:04:11 +02:00

7 lines
62 B
Plaintext

requests
beautifulsoup4
lxml
geopy
webdriver-manager
selenium