Skip to main content

Asynchronous apple searchads framework for asyncio and Python

Project description

Aiosearchads

Asynchronous apple searchads framework for asyncio and Python

Document

click me

Installation

pip install aiosearchads

Simple uses

import asyncio
from aiosearchads import AioSearchAds


async def find_campaigns():
    core = AioSearchAds(org_id='', token='')
    data = await core.find_campaigns(0, 100)
    print(data)

loop = asyncio.get_event_loop()
loop.run_until_complete(find_campaigns())

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aiosearchads-0.0.3.tar.gz (7.1 kB view hashes)

Uploaded Source

Built Distribution

aiosearchads-0.0.3-py2.py3-none-any.whl (6.8 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page