Skip to content

DevSDK/scl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
    ]
}

About

CLI Checklist Generator into Notion.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages