Company
Date Published
Author
Brent Schooley
Word count
1437
Language
English
Hacker News points
None

Summary

<Note Taking on the Go With Evernote and Twilio – Part 2`: This tutorial extends upon the previous part by adding support for MMS attachments to notes, enabling users to add images to their notes. The code adds a new method called `download_file` to download the image from the MMS message, and modifies the `make_note` method to handle the new parameters. Additionally, it introduces a voicemail system using Twilio's voice recording and transcription capabilities, allowing users to leave audio messages that can be transcribed and linked to their Evernote notebook. The tutorial concludes by suggesting next steps for extending the system, including adding support for multiple images, creating an IVR system, and implementing security measures.