Aculeasis / ya-speech-key

Extracts Yandex Speech API key from translate page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Extracts Yandex Speech API key from translate page

License:MIT License


Languages

Language:Python 100.0%