Skip to main content

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


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

voiceads-0.0.5.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

voiceads-0.0.5-py2.py3-none-any.whl (3.9 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