From 5914137dbb589bf8ab548c4e63f865e83a65e4fe Mon Sep 17 00:00:00 2001 From: moithepro <52801196+moithepro@users.noreply.github.com> Date: Sun, 5 Mar 2023 20:40:45 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c6969b..ed8443a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,14 @@ # InstaToolsAndroid - Instagram GUI Tools using [chaquopy](https://github.com/chaquo/chaquopy) and [instaloader](https://github.com/instaloader/instaloader) - PyPI + Instagram GUI (only unfollowers for now) Tools using [chaquopy](https://github.com/chaquo/chaquopy) and [instaloader](https://github.com/instaloader/instaloader) - PyPI +### Features: + * Keeping track of unfollowers + * Whitelisting unfollowers + * Logging in with any account to access all other private or public profiles + * Keeping stats of 3 different profiles + * Keeping Instagram login session after closing app + * A modern simplistic UI + ![image](https://user-images.githubusercontent.com/52801196/222979368-bfb3c65c-0a25-4e3e-91f7-be6ccfea718d.png) + + +* The scraping is slow because of rate limiting!!! instagram does not allow to scrape data too quick as they will block you from doing so. +* I strongly advice using an alternate account to login in the app. From 7fbe1b7a9bbad8dd9cf074e8675850073ffc5c7e Mon Sep 17 00:00:00 2001 From: moithepro <52801196+moithepro@users.noreply.github.com> Date: Sun, 5 Mar 2023 20:41:08 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ed8443a..3550d1b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ + ![image](https://user-images.githubusercontent.com/52801196/222979368-bfb3c65c-0a25-4e3e-91f7-be6ccfea718d.png) # InstaToolsAndroid Instagram GUI (only unfollowers for now) Tools using [chaquopy](https://github.com/chaquo/chaquopy) and [instaloader](https://github.com/instaloader/instaloader) - PyPI ### Features: @@ -7,7 +8,7 @@ * Keeping stats of 3 different profiles * Keeping Instagram login session after closing app * A modern simplistic UI - ![image](https://user-images.githubusercontent.com/52801196/222979368-bfb3c65c-0a25-4e3e-91f7-be6ccfea718d.png) + * The scraping is slow because of rate limiting!!! instagram does not allow to scrape data too quick as they will block you from doing so. From c0431470c670eee07897a9a4dee42c851c7436b1 Mon Sep 17 00:00:00 2001 From: moithepro <52801196+moithepro@users.noreply.github.com> Date: Sun, 5 Mar 2023 20:41:37 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3550d1b..75a8962 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ * Keeping Instagram login session after closing app * A modern simplistic UI - +### Notes: -* The scraping is slow because of rate limiting!!! instagram does not allow to scrape data too quick as they will block you from doing so. -* I strongly advice using an alternate account to login in the app. + * The scraping is slow because of rate limiting!!! instagram does not allow to scrape data too quick as they will block you from doing so. + * I strongly advice using an alternate account to login in the app.