From 3658554abb20d09b3f57c7c640a4290e8c0ffc42 Mon Sep 17 00:00:00 2001 From: Woeler Date: Fri, 27 Sep 2024 17:55:11 +0200 Subject: [PATCH] Update Readme.md --- Readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 9994010..decf7f5 100644 --- a/Readme.md +++ b/Readme.md @@ -1,4 +1,6 @@ # Komoot PHP +NOTICE: Komoot has decided to add an invisible captcha to their login process. This renders this library unusable. I have sent them an email asking if we can get an alternative way to log in, but I have yet to receive a response. + This is a PHP library that can be used to interact with Komoot. It uses the same API the Komoot website uses. It is not officially supported by Komoot to integrate it in third party projects. I just needed a fancy way of interacting with Komoot for a personal project. That is why I created this package. ## Usage @@ -43,4 +45,4 @@ You may have a look in the `Komoot` class, various other endpoints are also avai If you have an endpoint that you wish to call, but it does not have a dedicated method, you can use the `customRequest` method. ```php $api->customRequest('https://api.komoot.de/v007/some-other-endpoint', [], 'GET'); -``` \ No newline at end of file +```