Metadata-Version: 2.1
Name: audio-journal
Version: 0.0.1
Summary: CLI tool to transcribe audio and store it in Notion
Home-page: https://github.com/smith-kyle/audio-journal
Author: Kyle Smith
Author-email: kyle@gitnotebooks.com
License: Apache Software License 2.0
Keywords: nbdev jupyter notebook python
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

# :studio_microphone: Notion Audio Journal

<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

# :studio_microphone: Notion Audio Journal

> Want to journal more? Hate writing by hand?

## How it works

1.  Hit space to record
2.  Say your peace
3.  Hit space again to stop

Your audio will be trascribed on-device and uploaded directly to Notion.

https://user-images.githubusercontent.com/5474861/236587909-a7b0578b-b742-4571-80a2-65e249c43fca.mp4

## Why?

I wish I journaled more often. The ability to look back through the
years, reflect and remember events long past is invaluable.

While the benefits of hand written journaling are clear, forcing one to
slow down, to organize one’s thoughts, I find the 5x slow down makes it
a non-starter. So instead lets optimize for gross word count!

## Getting started

- Create a [Notion integration](https://www.notion.so/my-integrations)
- Create a page in Notion
- Grant the integration access to the page
  ([docs](https://developers.notion.com/docs/authorization#integration-permissions))
- Update the `.env` with your [page
  ID](https://github.com/ramnes/notion-sdk-py/discussions/31) and
  integration key

<!-- -->

    pip install -r requirements.txt
    sudo ./run.sh

## Future work

- Deploy to a raspberry pi
- Interface with a push to talk microphone
- Integrate with other document storage options e.g. Google docs


