Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ya-speech-key

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ya-speech-key

Extracts Yandex Speech API key from translate page

  • 0.0.2
  • PyPI
  • Socket score

Maintainers
1

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)

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc