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 details)

Uploaded Source

Built Distribution

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

Uploaded Python 2 Python 3

File details

Details for the file aiosearchads-0.0.3.tar.gz.

File metadata

  • Download URL: aiosearchads-0.0.3.tar.gz
  • Upload date:
  • Size: 7.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.0

File hashes

Hashes for aiosearchads-0.0.3.tar.gz
Algorithm Hash digest
SHA256 0a66ccfde87d9b6f33b67571a7267cb1f13d33ba2d46a86a112bb78ad0a1cbb2
MD5 7c07518d8f6b6ef94a16e708d87e2509
BLAKE2b-256 07ab95bd984ddd94ab2bb29a72cc6c034c2e96103b3de0746d149fe31b99e476

See more details on using hashes here.

File details

Details for the file aiosearchads-0.0.3-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for aiosearchads-0.0.3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 bcb7cc0595e7d5d24d1261dfbabd7b1c1ee0f0a0bb38a6dacd0ecf357cd2165d
MD5 2d4e1fb9e6084a3b74ad049833df9905
BLAKE2b-256 1c00a1d1c4cb856c17f75c3969752dff08d421b698b5740665e07002e8807b57

See more details on using hashes here.

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