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.
- 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
- Go standard libary
- GoDotEnv to load sensitive information
- API integration
- Audio conversion
- SMTP with attachments
- Configuration management