From dd48a5e9db19b5072fe4dbf0e1966e806ffa1eab Mon Sep 17 00:00:00 2001 From: Mylloon Date: Fri, 29 Oct 2021 09:16:51 +0200 Subject: [PATCH] Update links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 206db74..14894b5 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # Disclaimer -This branch corresponds to the scraper written in Python, check [this branch](https://gitlab.com/Mylloon/mobilismScrap/-/tree/android) for the one written in Kotlin (Android application). +This branch corresponds to the scraper written in Python, check [this branch](https://git.kennel.ml/Anri/mobilismScrap/src/branch/android) for the one written in Kotlin (Android application). ## Scrap apps from Mobilism Create a `.csv` file with the first 40 results of the search on Mobilism. No need to repeat several annoying clicks to get the latest version of an application anymore. ### Usage -Do `git clone https://gitlab.com/Mylloon/mobilismScrap.git && cd mobilismScrap && python3 main.py [user] [pass] `. +Do `git clone https://git.kennel.ml/Anri/mobilismScrap.git && cd mobilismScrap && git checkout python && python3 main.py [user] [pass] `. Or create `.env` file inside the repo folder with `PSEUDO_MOBILISM`, `PASSWORD_MOBILISM` variables. @@ -15,4 +15,4 @@ You can also add `DEBUG_MOBILISM` variable to add some verboses (only to `.env` ``` Plex, Spotify, Tiktok, Clash of Clans, Clash Royale, Twitch, Brawl Stars ``` -If your requested app isn't working just make an [issue](https://gitlab.com/Mylloon/mobilismScrap/-/issues). +If your requested app isn't working just make an [issue](https://git.kennel.ml/Anri/mobilismScrap/issues).