alfred-otter
v0.2.3
Published
Alfred workflow for Otter.ai. Search and retrieve transcripts for your recordings
Downloads
16
Readme
alfred-otter
Alfred workflow for https://otter.ai/
The development is supported by - a service that allows you to publish your Roam notes as a beautiful static website (digital garden)
Functionality
Show all recent recordings & copy the transcription of selected recording:
Result (in RoamResearch):
Search recordings by matches in the transcription
Modifiers
⌘ - paste content of the transcription into the foremost application
⌥ - copy transcription of the selected recording an all newer ones. Result example (in RoamResearch):
Install
$ npm install --global alfred-otter
Or download it from releases
Requires Node.js 12+ and the Alfred Powerpack.
Usage
Specify
email
andpassword
variables in Workflow Environment variables:In Alfred, type
otter
(this will retrieve all recent recordings). You can add a query after the keyword to search for speeches with a transcript matching it.You can also specify the
exportTemplate
Workflow Environment variable to adjust the way entries get copied into your clipboard. Standard export template designed for copying into RoamResearch is
${fullTranscript}\n - Recorded at::${new Date(speech.end_time * 1000).toLocaleString()}\n - https://otter.ai/u/${speech.otid}\n - {{audio: ${speech.audio_url} }}
It references speech
and fullTranscript
variables bound within toOutputItem
function defined in fetch-text.ts
.
- The default limit on number of speeches fetched when you are not specifying any search terms is 35. You can change that by changing the value of
numberOfEntriesToFetch
variable in the workflow settings.
License
Apache 2.0 © Vladyslav Sitalo