Automate taking notes
Project description
autonote
Description
Automate creating daily, weekly, monthly, and quarterly manual repetitive documents:
- Daily: daily journal, habit tracker
- Weekly: weekly report
- Monthly: monthly report
- Quarterly: quarterly review
Prerequisite
- Confluence API Token
Steps
-
Set environment variables:
export CONFLUENCE_URL=https://xxx.atlassian.net export CONFLUENCE_USERNAME=<yourname>@domain.com export CONFLUENCE_PASSWORD=<TOKEN>
-
Install autonote
pip install autonote
-
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
Project details
Release history Release notifications | RSS feed
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)
Built Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5b8c916a8fc04f7eb69b0e75df8de5150e555f0f2d45f9bc37f41f4d2d6e7fd0 |
|
MD5 | 1648daf097c4aa9231c9c4d815178561 |
|
BLAKE2b-256 | 98b4185180c7b1e6fd0dc08b181e1b639aa197c4b92921e3b142051c22a11cbe |
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | d54d2d6fb436223fc344aa4de383a62ecfe0bdb08240d1f62abaa4fbbb469b08 |
|
MD5 | dee4980b40508f4ec3d79855a5c82b9c |
|
BLAKE2b-256 | c5e35a98b9d0bb88282659d0c167814ba07abba7165d6f00fdbaa495f83ebce5 |