From 38f4a7b14939b090fcb1e954725ebc032055c541 Mon Sep 17 00:00:00 2001 From: orangecoding Date: Thu, 13 May 2021 20:55:23 +0200 Subject: [PATCH] weird github black magic --- README.md | 2 +- doc/{screenshot1.png => screenshot_1.png} | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename doc/{screenshot1.png => screenshot_1.png} (100%) diff --git a/README.md b/README.md index ea27e47..43c78c7 100755 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ yarn run start ``` _Fredy_ will start with the default port, set to `9998`. You can access _Fredy_ by opening a browser `http://localhost:9998`. The default login is `admin` for username and password. (You should change the password asap when you plan to run Fredy on your server.) -![Screenshot 1](/doc/screenshot1.png "Screenshot 1") ![Screenshot 2](/doc/screenshot2.png "Screenshot 2") ![Screenshot 3](/doc/screenshot3.png "Screenshot 3") +![Screenshot 1](/doc/screenshot_1.png "Screenshot 1") ![Screenshot 2](/doc/screenshot2.png "Screenshot 2") ![Screenshot 3](/doc/screenshot3.png "Screenshot 3") ## Immoscout I have added **EXPERIMENTAL** support for Immoscout. Immoscout is somewhat special, coz they have decided to secure their service from bots using Re-Capture. Finding a way around this is barely possible. For _Fredy_ to be able to bypass the check, I'm using a service called [ScrapingAnt](https://scrapingant.com/). The trick is to use a headless browser, rotating proxies and (once successful validated) re-send the cookies each time. diff --git a/doc/screenshot1.png b/doc/screenshot_1.png similarity index 100% rename from doc/screenshot1.png rename to doc/screenshot_1.png