ya-speech-key

Extracts Yandex Speech API key from translate page


License
MIT
Install
pip install ya-speech-key==0.0.2

Documentation

Extracts Yandex Speech API key from translate page

PyPI version Python versions Build Status

This API key can be used for Yandex SpeechKit Cloud API. No guarantees, Yandex can break it at any time.

Install

pip install ya-speech-key

Usage

from ya_speech_key import APIKey

key = APIKey()
print(key.key)

lifetime set key update interval in seconds. Default 3600.

proxies sets proxies in requests format. Default None.

key = APIKey(lifetime=3600, proxies=None)