Skip to content

smit-kukadiya/aso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASO

This defines a lightweight Python class that can be used for store optimization from Google Play Store and iTunes App Store.

Much of this has been adapted from aso, a nodeJS-based repo that does similar things. But this repo uses Python.

Getting started

from aso import PositionKeywordApp

results = PositionKeywordApp("google").PositionKeywordApp(app_id="com.openai.chatgpt", country="en", lang="us")
print(results)

Thanks to our Resources

google-play-scracper
itunes-app-scraper