Slightly improve explanation

This commit is contained in:
Sijmen 2020-01-29 22:11:04 +01:00
parent 38a50d04c6
commit a71821aeb0
Signed by: vijfhoek
GPG key ID: DAF7821E067D9C48

View file

@ -1,7 +1,8 @@
First do `pip install --user -r requirements.txt` (or use a virtual env or First do `pip install --user -r requirements.txt` (or use a virtual env or
something, idc). Then do `flask run`. That should be about it. something, idc). Then do `flask run`. That should be about it.
Grab the API call from inspect element and stick it in the input box. Grab the API call from Inspect Element → Network that starts with
`https://www.marktplaats.nl/lrp/api/search?` and stick it in the input box.
If Marktplaats gets mad at you for using this for some reason, don't get mad at If Marktplaats gets mad at you for using this for some reason, don't get mad at
me. Use at your own risk. me. Use at your own risk.