Categorygithub.com/sgerhardt/chatter
repository
0.0.0-20240910125047-8afc977e5340
Repository: https://github.com/sgerhardt/chatter.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Eleven Labs Client

Go Report Card codecov

  1. Have an eleven labs account
  2. Setup a .env file with the following content
XI_API_KEY=<replace_me>
OUTPUT=/user/downloads/example # leave blank to use same directory as executable
  1. Build the project
make chatter
  1. Run with text
./bin/chatter -t "Hello, World!" -v "your_voice_id" 

or point it to a website

./bin/chatter -s "https://www.example.com" -v "your_voice_id"