From e0408ebed2c30e7f5094be805e2f593699bb0310 Mon Sep 17 00:00:00 2001 From: Austin Huang Date: Mon, 3 Aug 2020 22:39:51 -0400 Subject: [PATCH 1/2] Create FUNDING.yml --- .github/FUNDING.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 00000000..4ee3f94a --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,12 @@ +# These are supported funding model platforms + +github: austinhuang0131 +patreon: # Replace with a single Patreon username +open_collective: # Replace with a single Open Collective username +ko_fi: # Replace with a single Ko-fi username +tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: austinhuang +issuehunt: # Replace with a single IssueHunt username +otechie: # Replace with a single Otechie username +custom: https://austinhuang.me/donate From 1b68257db4770561ebf47472b5b3af53c71c8d76 Mon Sep 17 00:00:00 2001 From: Austin Huang Date: Mon, 3 Aug 2020 22:41:57 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 77346d28..5fa83478 100755 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ InstaGrabber is an app that allows... * Viewing **and downloading** Instagram posts (including tagged, and your own saved posts\*), stories (including highlights)\*, DM\*, and profile pictures, **without** letting people know you viewed it1! Works for followed private accounts\*! * Like/bookmark posts\*! +* Interact with stories\*! * Downloading multiple posts at once (hold & select)! * (Un)follow/restrict/block people\*, and (un)follow hashtags\*! (Or you can add shortcuts to them, without logging in!) * **View, copy, like\*, reply\*, & delete\*** comments! @@ -28,14 +29,10 @@ This app is originally made by [@AwaisKing](https://github.com/AwaisKing) who po ### Download -Download [here](https://github.com/austinhuang0131/instagrabber/releases). Under each release is an `app-release.apk` for installation. - -Not compatible with pre-16.6 versions (including alpha). +Download [here](https://github.com/austinhuang0131/instagrabber/releases). ALWAYS download the latest version. [F-droid pending.](https://gitlab.com/fdroid/rfp/-/issues/1432) -Remember to read the [wiki](https://github.com/austinhuang0131/instagrabber/wiki) for more info! - [![Open Source Love svg3](https://badges.frapsoft.com/os/v3/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com) [![GPLv3 license](https://img.shields.io/badge/License-GPLv3-blue.svg)](./LICENSE) @@ -46,19 +43,6 @@ Remember to read the [wiki](https://github.com/austinhuang0131/instagrabber/wiki [![Crowdin](https://badges.crowdin.net/instagrabber/localized.svg)](https://github.com/austinhuang0131/instagrabber/wiki/Contribute) [![GitHub stars](https://img.shields.io/github/stars/austinhuang0131/instagrabber.svg?style=social&label=Star&maxAge=2592000)](https://GitHub.com/austinhuang0131/instagrabber/stargazers/) -### How to log in - -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. Login as usual. Use "Refresh" when needed. -5. When you see your feed page, click "Get cookies". -6. Test it by checking your direct messages. If it loads, it works! - ### Contact us * Use [GitHub issues](https://github.com/austinhuang0131/instagrabber/issues) when possible.