/scl

CLI Checklist Generator into Notion.

Primary LanguagePythonMIT LicenseMIT

SCL (Seokho's CheckList)

This is a simple checklist generator to your notion.

Screenshot from 2021-03-06 12-02-52

How to use

    pip3 install notion

Attention!: There are some issue in notion library. You should change limits in library source codes. See this issue.

And you can run

    python3 scl.py

Then you can found 'config.json' in scl.py locationed directory.

    {
        "Auth": "", 
        "Page": ""
    }

Auth Required your notion token. Obtain the token_v2 value by inspecting your browser cookies on a logged-in (non-guest) session on Notion.so

Page is a target page id. you can paste just URL or id

Now you can use

    python3 scl.py

Add checklist set

You can add your own checklist in checklist.json.

{
    "commit": [
        "No missing files"
    ],
    "another": [
        "check domain"
    ]
}