diff options
| author | Dmitry Ilvokhin <d@ilvokhin.com> | 2026-02-07 17:47:16 +0000 |
|---|---|---|
| committer | Dmitry Ilvokhin <d@ilvokhin.com> | 2026-02-07 21:19:50 +0000 |
| commit | dfff28513622f659430ef064322cfa701513feb0 (patch) | |
| tree | 2c9457db3635c3ee1f748ba5d21c5ba8e8538109 /roles/flatbot/files/urls | |
| parent | f34ef9c98c3b24d170d178f381aaf8ed50b1c729 (diff) | |
| download | infra-dfff28513622f659430ef064322cfa701513feb0.tar.gz infra-dfff28513622f659430ef064322cfa701513feb0.tar.bz2 infra-dfff28513622f659430ef064322cfa701513feb0.zip | |
Add run-flatbot wrapper script
Goal is to keep all URLs in one place (file), because I forget to modify
multiple files, when make changes.
Diffstat (limited to 'roles/flatbot/files/urls')
| -rw-r--r-- | roles/flatbot/files/urls | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/roles/flatbot/files/urls b/roles/flatbot/files/urls index 7b5c523..99005e7 100644 --- a/roles/flatbot/files/urls +++ b/roles/flatbot/files/urls @@ -1,2 +1,5 @@ -GREENWICH=https://www.rightmove.co.uk/property-for-sale/find.html?minBedrooms=2&propertyTypes=detached,semi-detached,terraced&sortType=2&areaSizeUnit=sqft&channel=BUY&index=0&tenureTypes=FREEHOLD,SHARE_OF_FREEHOLD&maxPrice=900000&radius=0.5&locationIdentifier=STATION^6122&maxDaysSinceAdded=7 -CLERKENWELL=https://www.rightmove.co.uk/property-for-sale/find.html?minBedrooms=2&sortType=2&areaSizeUnit=sqft&channel=BUY&index=0&maxPrice=900000&radius=0.5&locationIdentifier=STATION^3431&maxDaysSinceAdded=7 +# Greenwich +https://www.rightmove.co.uk/property-for-sale/find.html?minBedrooms=2&propertyTypes=detached,semi-detached,terraced&sortType=2&areaSizeUnit=sqft&channel=BUY&index=0&tenureTypes=FREEHOLD,SHARE_OF_FREEHOLD&maxPrice=900000&radius=0.5&locationIdentifier=STATION^6122&maxDaysSinceAdded=7 + +# Clerkenwell +https://www.rightmove.co.uk/property-for-sale/find.html?minBedrooms=2&sortType=2&areaSizeUnit=sqft&channel=BUY&index=0&maxPrice=900000&radius=0.5&locationIdentifier=STATION^3431&maxDaysSinceAdded=7 |