This commit is contained in:
Austin Huang 2020-07-20 11:57:07 -04:00
commit 63cbe6d201
No known key found for this signature in database
GPG Key ID: 84C23AA04587A91F
1 changed files with 19 additions and 6 deletions

View File

@ -2,17 +2,30 @@
## InstaGrabber
InstaGrabber is an app that allows downloading Instagram posts (and, in fact, an open-source drop-in replacement for the Instagram app, but with only read functionalities).
InstaGrabber is an app that allows ~~stealing~~ downloading Instagram posts, stories, and DM. It can be used as a drop-in replacement for read functionalities of the Instagram app.
This app is originally made by [@AwaisKing](https://github.com/AwaisKing) who posted on [GitLab](https://gitlab.com/AwaisKing/instagrabber). I decided to continue the app cuz why not, ~~even though it might not be that *cash money*.~~ (Also I need to learn Java.)
### Download
Download [here](https://github.com/austinhuang0131/instagrabber/releases). Under each release is an `app-release.apk`. Just install that. Unfortunately,
* I have to sign it with my own key, which means you have to uninstall the old app and log in again. Sorry.
* ~~I don't plan on getting a Google Play Dev account yet, so that means Google Play will shout at you for installing "malware". Just ignore it.~~ (Does not seem to happen anymore after I sent the app to Google.) If you're skeptical (which is not necessarily a bad thing), just inspect the source code and build the app yourself.
Download [here](https://github.com/austinhuang0131/instagrabber/releases). Under each release is an `app-release.apk`. Just install that. Unfortunately, I have to sign it with my own key, which means you have to uninstall the old app and log in again. Sorry.
### How to log in
Original instructions are [here](https://gitlab.com/AwaisKing/instagrabber/-/wikis/home#how-to-login-eli5-1).
By logging in, you can access posts/stories from private accounts, as well as your direct messages.
The relevant source code is [here](https://github.com/austinhuang0131/instagrabber/blob/master/app/src/main/java/awais/instagrabber/activities/Login.java) should you be concerned.
1. Click the 3 dots on the bottom right corner.
2. Click "Settings".
3. Scroll down, click the green button called "Login".
4. (Recommended, not required) Enable desktop mode if you have 2FA.
5. Login as usual. Use "Refresh" when needed.
6. When you see your feed page, click "Get cookies".
7. Test it by checking your direct messages. If it loads, it works!
### Legal
* We do not collect any data, other than crash log, which is only stored locally. No funky stuff.
* You can voluntarily provide us with the crash log (3 dots => Settings => "Send logs"). In that case, it is your sole responsibility to remove any sensitive information. As well, you agree to the privacy policy of the platform that you send it on.
* **You are solely responsible for the integrity of your account.** While much effort is made to imitate the actual Instagram app, no one can make any guarantee that you can't get banned over this (blame Zucc).