Skip to content

ariarijp/python-appsflyer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-appsflyer

AppsFlyer API client library for Python.

Installation

$ pip install git+https://github.com/ariarijp/python-appsflyer

Usage

from appsflyer import AppsFlyer

af = AppsFlyer(api_token='API_TOKEN',
               app_id='APP_ID')
resp = af.daily_report(date_from='2017-10-20',
                       date_to='2017-10-20',
                       timezone='Asia/Tokyo',
                       category='facebook')
print(resp.text)

License

MIT

Author

Takuya Arita

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages