Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Instafel GPlayAPI

This project used to grab latest Instagram apks from Google Play

How to run

First of all, you need to update properties file with your credentials (you need to crate a file named 'gplayapi.properties' in me.mamiiblt.instafel.gplayapi's resource folder)

email = <Google account mail>
aas_token = aas_et/.....

You need to get AAS Token from Aurora's Authenticator app.

Instafel GPlayapi needs github_pat, github_releases_link and telegram_bot_token for normally, you can customize for your jobs too.

You are ready to use Aurora Store's GPlayAPI now!

How to build

You can build project with ./gradlew :instafel.gplayapi:build-jar command. Output JAR will be saved in /instafel.gplayapi/output/ifl-gplayapi-..-snapshot.jar format

Don't Forget

Thanks AuroraOSS/gplayapi for made this project possible.