Skip to main content

Automate taking notes

Project description

autonote

Description

Automate creating daily, weekly, monthly, and quarterly manual repetitive documents:

  1. Daily: daily journal, habit tracker
  2. Weekly: weekly report
  3. Monthly: monthly report
  4. Quarterly: quarterly review

Prerequisite

  1. Confluence API Token

Steps

  1. Set environment variables:

    export CONFLUENCE_URL=https://xxx.atlassian.net
    export CONFLUENCE_USERNAME=<yourname>@domain.com
    export CONFLUENCE_PASSWORD=<TOKEN>
    
  2. Install autonote

    pip install autonote
    
  3. Run

    from autonote.confluence import ConfluenceClient, ConfluenceMock
    from autonote.html import generate
    
    content = generate()
    ConfluenceClient().create_page(
        <confluence_parent_page_id>,
        title="title",
        body=content,
    )
    

    Generated Page:

Credits

autonote was created with cookiecutter and the py-pkgs-cookiecutter template.

Contributing

Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.

License

autonote was created by Masato Naka. It is licensed under the terms of the MIT license.

References

  1. How to package a Python
  2. py-pkgs-cookiecutter
  3. package

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

autonote-0.1.7.tar.gz (4.6 kB view details)

Uploaded Source

Built Distribution

autonote-0.1.7-py3-none-any.whl (5.1 kB view details)

Uploaded Python 3

File details

Details for the file autonote-0.1.7.tar.gz.

File metadata

  • Download URL: autonote-0.1.7.tar.gz
  • Upload date:
  • Size: 4.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.1

File hashes

Hashes for autonote-0.1.7.tar.gz
Algorithm Hash digest
SHA256 5b8c916a8fc04f7eb69b0e75df8de5150e555f0f2d45f9bc37f41f4d2d6e7fd0
MD5 1648daf097c4aa9231c9c4d815178561
BLAKE2b-256 98b4185180c7b1e6fd0dc08b181e1b639aa197c4b92921e3b142051c22a11cbe

See more details on using hashes here.

File details

Details for the file autonote-0.1.7-py3-none-any.whl.

File metadata

  • Download URL: autonote-0.1.7-py3-none-any.whl
  • Upload date:
  • Size: 5.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.1

File hashes

Hashes for autonote-0.1.7-py3-none-any.whl
Algorithm Hash digest
SHA256 d54d2d6fb436223fc344aa4de383a62ecfe0bdb08240d1f62abaa4fbbb469b08
MD5 dee4980b40508f4ec3d79855a5c82b9c
BLAKE2b-256 c5e35a98b9d0bb88282659d0c167814ba07abba7165d6f00fdbaa495f83ebce5

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page