Fraudible
A command-line tool that converts text to speech using the OpenAI API and sends the audio file via email, so you can listen on the go.
Purpose
- Solve a (small) problem in my life using freely available tools
- Practice key tasks, such as HTTP requests and sending emails, using Go
- Experiment with the OpenAI API
Built using
- Go standard library
- GoDotEnv to load sensitive information
Technical features
- API integration
- Audio conversion
- SMTP with attachments
- Configuration management