From 87ef1ed96f80589a7c0355e00c1486a4871c283c Mon Sep 17 00:00:00 2001
From: besendorf <besendorf@mi.fu-berlin.de>
Date: Mon, 22 Feb 2021 14:34:59 +0000
Subject: [PATCH] Update README.md

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index bddc88d..00e5c04 100644
--- a/README.md
+++ b/README.md
@@ -38,6 +38,8 @@ cd gsmarena
 pip install -r requirements.txt
 ```
 ## GSMArena
+In order to use the script an account (trial is suffiecient) at scraperapi.com is needed. Then look up your API key at the dashboard at scraperapi.com and enter it in the source code in AttributeSpyder.py under `client = ScraperAPIClient('xxx')` instead of the `xxx`.
+You can also remove the code dependent on scraperapi but this will result in gsmarena.com rate-limiting and blocking you requests.
 ```
 cd gsmarena
 scrapy crawl attributes -o output.csv
-- 
GitLab