Skip to content

michal-michalak/python-appfollow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-appfollow

A Python wrapper for the AppFollow API

Installation

pip install -e https://github.com/michal-michalak/python-appfollow

Requires

* requests

Usage

from pyappfollow.client import AppFollowAPI

client = AppFollowAPI(cid='YOUR_CLIENT_ID', api_secret='YOUR_API_SECRET')
 
# app external id (differs for platforms (ios, android etc.))
# for App Store — this is 9-10 digits identification number
# for Google Play — this is bundle name
ext_id = 'SAMPLE_EXT_ID'
 
ratings = client.get_ratings(ext_id=ext_id)
ratings = client.get_ratings(ext_id=ext_id)
versions = client.get_versions(ext_id=ext_id)

About

A Python wrapper for the AppFollow API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages