notion-py icon indicating copy to clipboard operation
notion-py copied to clipboard

Unofficial Python API client for Notion.so

Results 105 notion-py issues
Sort by recently updated
recently updated
newest added

I have a collection view that I want to set a filter on. Doing the following works just fine: ``` view.set('format', { ... "property_filters": [ { "filter": { "filter": {...

Can we get a new cut of notion-py? The README.md examples no longer work out of the box due to https://github.com/jamalex/notion-py/issues/292. Sure, notion has an official API now, but notion-py...

By default, ImageBlocks take up the entire width of the page. If you have a small image, this can look terrible. You can set the dimensions of an image by...

basically fixed an issue causing empty data is returned from notion API. - fixed Invalid Input error for get_collection_view() - fixed None being returned for get_block() to install this package:...

Adds `HTMLRenderer` to `notion-py`, from @jamalex 's original PR I rewrote the original PR with [`dominate`](https://github.com/Knio/dominate). This makes it much easier to add attributes and combine elements while rendering. I...

I’m beginning to think this project is now dead. 10 months since last update and 124 issues.

``` Traceback (most recent call last): File "C:\Users\s4b4211\AppData\Local\Programs\Python\Python39\lib\site-packages\urllib3\connectionpool.py", line 699, in urlopen httplib_response = self._make_request( File "C:\Users\s4b4211\AppData\Local\Programs\Python\Python39\lib\site-packages\urllib3\connectionpool.py", line 382, in _make_request self._validate_conn(conn) File "C:\Users\s4b4211\AppData\Local\Programs\Python\Python39\lib\site-packages\urllib3\connectionpool.py", line 1010, in _validate_conn conn.connect() File...

Looks like the latest Notion updates have broken even the newest forks of this project. `collection.add_row()` works fine on existing databases, but if you create a new database, `collection` comes...

Hello guys, my python script work fine from long time ago, but today when I try to start and check on notion some data with this API it will crash...