notion-py
notion-py copied to clipboard
(Fork of) Unofficial Python API client for Notion.so
How can I add a TextBlock with a mention to `@today` or `@now`? page.children.add_new(TextBlock, title="@now hello world")
to solve issue described in #83
Bumps [requests](https://github.com/psf/requests) from 2.24.0 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...
Hello, I am trying to create a new row to a notion database. The code used to work. I am still able to read the row contents but when I...
What the heck is going on with this release? Been getting #76 also
Python 3.10.1 (main, Dec 6 2021, 22:18:13) [Clang 13.0.0 (clang-1300.0.29.3)] IPython 8.0.1 -- An enhanced Interactive Python. Type '?' for help. ``` In [9]: page = client.get_collection( ...: "https://www.notion.so/stblr/0e8906b81ce24b8b9c9f10b6081aff32?v=5333 ...:...
It wasn't my intention to create alternative package to original API wrapper library. It became one though, which I'd like to track and fix in this issue.
I think the callbacks needs still to be fixed. Can someone say, why or what is broken with monitoring/callbacks? Maybe I can help then.
_This ticket is for having a quick, random and open discussion on anything that relates to `notion`, `notion-py` and `notion.so`_. _You can treat it as an IRC log / project...