Skip to content

dimakozin/storyspeech_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Storyspeech Telegram bot

Telegram bot for vocalize articles from websites This example created for vocalize articles from TJournal and VC.ru

Using Tinkoff-voicekit

How to use

  • Get your personal bot token

Just use BotFather to create your Telegram bot

BotFather images

  • Paste token to settings.json

{
    "token": "your_bot_token",
    "scenario_file": "./Scenarios/scenario.yml"
}
  • Get apiKey and secretKey for Tinkoff Voicekit

How to get - read Tinkoff Voicekit documentation

  • Paste apiKey and secretKey to voicekit.json

{
    "apiKey": "your_api_key",
    "secretKey": "your_secret_key",
    "issuer": "issuer_name",
    "subject": "subject_name"
}
  • Enjoy

About

Telegram bot for vocalize articles from websites

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published