audio-journal


Nameaudio-journal JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/smith-kyle/audio-journal
SummaryCLI tool to transcribe audio and store it in Notion
upload_time2023-11-06 23:09:06
maintainer
docs_urlNone
authorKyle Smith
requires_python>=3.7
licenseApache Software License 2.0
keywords nbdev jupyter notebook python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # :studio_microphone: Notion Audio Journal

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

## Getting started

``` bash
pip install audio-journal
```

After you’ve update the `~/.audio-journal/config` with your [page
ID](https://github.com/ramnes/notion-sdk-py/discussions/31) and
[integration key](https://www.notion.so/my-integrations)

``` bash
audio_journal_start
```

## Demo

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!

## Future work

- Offer alternative storage options
- Interface with a mic, always on, wait for wake word



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/smith-kyle/audio-journal",
    "name": "audio-journal",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "nbdev jupyter notebook python",
    "author": "Kyle Smith",
    "author_email": "kyle@gitnotebooks.com",
    "download_url": "https://files.pythonhosted.org/packages/8f/fe/4f6670355e89a9c5d861d073ee1775ca654d0905cd36108bdded1ef398f7/audio-journal-0.1.0.tar.gz",
    "platform": null,
    "description": "# :studio_microphone: Notion Audio Journal\n\n<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->\n\n## Getting started\n\n``` bash\npip install audio-journal\n```\n\nAfter you\u2019ve update the `~/.audio-journal/config` with your [page\nID](https://github.com/ramnes/notion-sdk-py/discussions/31) and\n[integration key](https://www.notion.so/my-integrations)\n\n``` bash\naudio_journal_start\n```\n\n## Demo\n\nhttps://user-images.githubusercontent.com/5474861/236587909-a7b0578b-b742-4571-80a2-65e249c43fca.mp4\n\n## Why?\n\nI wish I journaled more often. The ability to look back through the\nyears, reflect and remember events long past is invaluable.\n\nWhile the benefits of hand written journaling are clear, forcing one to\nslow down, to organize one\u2019s thoughts, I find the 5x slow down makes it\na non-starter. So instead lets optimize for gross word count!\n\n## Future work\n\n- Offer alternative storage options\n- Interface with a mic, always on, wait for wake word\n\n\n",
    "bugtrack_url": null,
    "license": "Apache Software License 2.0",
    "summary": "CLI tool to transcribe audio and store it in Notion",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/smith-kyle/audio-journal"
    },
    "split_keywords": [
        "nbdev",
        "jupyter",
        "notebook",
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "69acb4c42e1b68016cffca103946c3390e8a404636d55ea16c01c12177221717",
                "md5": "e70c3553819d154a35f55eafe6d29350",
                "sha256": "abf0730dcb6c71c2c34e69712f367c990876666ab7300e7d35104e3e7afd0376"
            },
            "downloads": -1,
            "filename": "audio_journal-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e70c3553819d154a35f55eafe6d29350",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 1091267,
            "upload_time": "2023-11-06T23:09:04",
            "upload_time_iso_8601": "2023-11-06T23:09:04.381056Z",
            "url": "https://files.pythonhosted.org/packages/69/ac/b4c42e1b68016cffca103946c3390e8a404636d55ea16c01c12177221717/audio_journal-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8ffe4f6670355e89a9c5d861d073ee1775ca654d0905cd36108bdded1ef398f7",
                "md5": "46d54a4ba5497af1e9e3067acd9d2e80",
                "sha256": "6a743f9cb12ae2d75dfa9984c5c3e9df1f855e0b22a256756aad1cd8fee33679"
            },
            "downloads": -1,
            "filename": "audio-journal-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "46d54a4ba5497af1e9e3067acd9d2e80",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 1093102,
            "upload_time": "2023-11-06T23:09:06",
            "upload_time_iso_8601": "2023-11-06T23:09:06.720460Z",
            "url": "https://files.pythonhosted.org/packages/8f/fe/4f6670355e89a9c5d861d073ee1775ca654d0905cd36108bdded1ef398f7/audio-journal-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-06 23:09:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "smith-kyle",
    "github_project": "audio-journal",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "audio-journal"
}
        
Elapsed time: 0.14595s