VoiceAds.ai Python SDK
Project description
voiceads
---------
# Install the package
you can install the package locally in the current folder by using the following command:
#from main public PIP repo
pip install -t ./ voiceads
----------
## SDK usage:
from voiceads import VoiceAdsAI
appToken = '<YOUR APP TOKEN>'
appType = '<YOUR APP TYPE>'
va = VoiceAdsAI()
params = {
'appName' : '<YOUR APP NAME>',
'appId': '<YOUR APP ID>',
'appType': '<YOUR APP TYPE>',
'appCategory' : '<YOUR APP CATEGORY>'
}
va.initialize(appToken, appType, params)
resp = va.getAd()
---------
# Install the package
you can install the package locally in the current folder by using the following command:
#from main public PIP repo
pip install -t ./ voiceads
----------
## SDK usage:
from voiceads import VoiceAdsAI
appToken = '<YOUR APP TOKEN>'
appType = '<YOUR APP TYPE>'
va = VoiceAdsAI()
params = {
'appName' : '<YOUR APP NAME>',
'appId': '<YOUR APP ID>',
'appType': '<YOUR APP TYPE>',
'appCategory' : '<YOUR APP CATEGORY>'
}
va.initialize(appToken, appType, params)
resp = va.getAd()
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
voiceads-0.0.5.tar.gz
(2.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file voiceads-0.0.5.tar.gz.
File metadata
- Download URL: voiceads-0.0.5.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6d52b439d597a9ab9a64d2b1e55e924bf53f4d9edbe0201dc83582246ea8fbea
|
|
| MD5 |
00b683f9f6f624e34eada9b7f9948d9a
|
|
| BLAKE2b-256 |
641e45b2f46f74ddb95f4c5cd7fee88c5738df774101fbddf0d9c77a02139fd6
|
File details
Details for the file voiceads-0.0.5-py2.py3-none-any.whl.
File metadata
- Download URL: voiceads-0.0.5-py2.py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8be31a29bbe4455c796910ab60d3b5575e76f6b17ab386c81c95f92d360abc24
|
|
| MD5 |
b57da45ba3c1484ba5c1766ed45d7393
|
|
| BLAKE2b-256 |
b1b092fcf434a2e895cb97b92053f2e32c565acf7f6bf85692f63032749dff95
|