项目作者: DrLafa

项目描述 :
Send text-to-speech voice and music via audio message
高级语言: Python
项目地址: git://github.com/DrLafa/vk-audio-messager.git
创建时间: 2017-10-18T20:55:54Z
项目社区:https://github.com/DrLafa/vk-audio-messager

开源协议:

下载


vk-audio-messager

Send text-to-speech voice and music via audio message.

You need to configure this in config.json file


requirements

  • vk_api
  • espeak
  • ffmpeg

install requirements

  1. pip3 install vk_api
  2. sudo apt-get install espeak
  3. sudo apt-get install ffmpeg

Usage example:

./ausio_messager.py —user=”some_short_link_to_user” —text=”Джони, они на деревьях!”

./ausio_messager.py —chat=”DecSec conf” -t “Эй, кто съел мои чебупели?”

python3 ausio_messager.py -u “https://vk.com/id%some_id%“ —file=some_music.wav

python3 ausio_messager.py -ch “Гражданская оборона” -f moya_oborona.mp3


Options:

  1. -h, --help show this help message and exit
  2. -u USER, --user=USER link or id to user, who needs to send a message
  3. -c CHAT, --chat=CHAT Name of chate to send a message
  4. -f FILE, --file=FILE Read voice/music form file
  5. -t "Some QUOTED text", --text="Some QUOTED text" Voice this text by robot

Note that these are positional arguments, you can not permute them.
The message must be written in quotes.