Asynchronous apple searchads framework for asyncio and Python
Project description
Aiosearchads
Asynchronous apple searchads framework for asyncio and Python
Document
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
Release history Release notifications | RSS feed
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)
Built Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0a66ccfde87d9b6f33b67571a7267cb1f13d33ba2d46a86a112bb78ad0a1cbb2 |
|
MD5 | 7c07518d8f6b6ef94a16e708d87e2509 |
|
BLAKE2b-256 | 07ab95bd984ddd94ab2bb29a72cc6c034c2e96103b3de0746d149fe31b99e476 |
File details
Details for the file aiosearchads-0.0.3-py2.py3-none-any.whl
.
File metadata
- Download URL: aiosearchads-0.0.3-py2.py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bcb7cc0595e7d5d24d1261dfbabd7b1c1ee0f0a0bb38a6dacd0ecf357cd2165d |
|
MD5 | 2d4e1fb9e6084a3b74ad049833df9905 |
|
BLAKE2b-256 | 1c00a1d1c4cb856c17f75c3969752dff08d421b698b5740665e07002e8807b57 |