github-heatmap 1.2.2__tar.gz → 1.2.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/PKG-INFO +1 -1
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/github_heatmap/loader/notion_loader.py +7 -5
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/github_heatmap.egg-info/PKG-INFO +1 -1
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/setup.py +1 -1
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/LICENSE +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/README.md +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/github_heatmap/__init__.py +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/github_heatmap/__main__.py +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/github_heatmap/circluar_drawer.py +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/github_heatmap/cli.py +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/github_heatmap/config.py +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/github_heatmap/drawer.py +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/github_heatmap/err.py +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/github_heatmap/html_parser/__init__.py +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/github_heatmap/html_parser/github_parser.py +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/github_heatmap/html_parser/gitlab_parser.py +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/github_heatmap/html_parser/jike_parse.py +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/github_heatmap/html_parser/kindle_parser.py +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/github_heatmap/loader/__init__.py +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/github_heatmap/loader/apple_health_loader.py +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/github_heatmap/loader/base_loader.py +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/github_heatmap/loader/bbdc_loader.py +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/github_heatmap/loader/bilibili_loader.py +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/github_heatmap/loader/chatgpt_loader.py +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/github_heatmap/loader/cichang_loader.py +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/github_heatmap/loader/config.py +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/github_heatmap/loader/covid_loader.py +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/github_heatmap/loader/dota2_loader.py +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/github_heatmap/loader/duolingo_loader.py +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/github_heatmap/loader/forest_loader.py +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/github_heatmap/loader/from_github_issue_loader.py +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/github_heatmap/loader/garmin_loader.py +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/github_heatmap/loader/github_loader.py +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/github_heatmap/loader/gitlab_loader.py +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/github_heatmap/loader/gpx_loader.py +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/github_heatmap/loader/jike_loader.py +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/github_heatmap/loader/json_loader.py +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/github_heatmap/loader/kindle_loader.py +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/github_heatmap/loader/leetcode_loader.py +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/github_heatmap/loader/multiple_loader.py +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/github_heatmap/loader/neodb_loader.py +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/github_heatmap/loader/nrc_loader.py +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/github_heatmap/loader/ns_loader.py +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/github_heatmap/loader/openlanguage_loader.py +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/github_heatmap/loader/shanbay_loader.py +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/github_heatmap/loader/strava_loader.py +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/github_heatmap/loader/summary_loader.py +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/github_heatmap/loader/todoist_loader.py +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/github_heatmap/loader/wakatime_loader.py +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/github_heatmap/loader/weread_loader.py +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/github_heatmap/loader/youtube_loader.py +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/github_heatmap/poster.py +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/github_heatmap/skyline/__init__.py +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/github_heatmap/skyline/config.py +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/github_heatmap/skyline/font/__init__.py +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/github_heatmap/skyline/skyline.py +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/github_heatmap/structures.py +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/github_heatmap/utils.py +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/github_heatmap.egg-info/SOURCES.txt +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/github_heatmap.egg-info/dependency_links.txt +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/github_heatmap.egg-info/entry_points.txt +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/github_heatmap.egg-info/requires.txt +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/github_heatmap.egg-info/top_level.txt +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/pyproject.toml +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/setup.cfg +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/tests/__init__.py +0 -0
- {github_heatmap-1.2.2 → github_heatmap-1.2.4}/tests/test_poster_utils.py +0 -0
|
@@ -4,6 +4,7 @@ from collections import defaultdict
|
|
|
4
4
|
|
|
5
5
|
import pendulum
|
|
6
6
|
import requests
|
|
7
|
+
import json
|
|
7
8
|
|
|
8
9
|
from github_heatmap.loader.base_loader import BaseLoader, LoadError
|
|
9
10
|
from github_heatmap.loader.config import NOTION_API_URL, NOTION_API_VERSION
|
|
@@ -56,8 +57,8 @@ class NotionLoader(BaseLoader):
|
|
|
56
57
|
"--database_filter",
|
|
57
58
|
dest="database_filter",
|
|
58
59
|
type=str,
|
|
59
|
-
default="
|
|
60
|
-
required=
|
|
60
|
+
default="",
|
|
61
|
+
required=False,
|
|
61
62
|
help="The database property name which stored the datetime.",
|
|
62
63
|
)
|
|
63
64
|
|
|
@@ -77,9 +78,10 @@ class NotionLoader(BaseLoader):
|
|
|
77
78
|
]
|
|
78
79
|
},
|
|
79
80
|
}
|
|
81
|
+
print(self.database_filter)
|
|
80
82
|
if self.database_filter:
|
|
81
|
-
|
|
82
|
-
payload
|
|
83
|
+
payload["filter"]["and"].append(json.loads(self.database_filter))
|
|
84
|
+
print(payload)
|
|
83
85
|
if start_cursor:
|
|
84
86
|
payload.update({"start_cursor": start_cursor})
|
|
85
87
|
|
|
@@ -95,7 +97,7 @@ class NotionLoader(BaseLoader):
|
|
|
95
97
|
json=payload,
|
|
96
98
|
headers=headers,
|
|
97
99
|
)
|
|
98
|
-
|
|
100
|
+
print(resp.text)
|
|
99
101
|
if not resp.ok:
|
|
100
102
|
raise LoadError("Can not get Notion data, please check your config")
|
|
101
103
|
data = resp.json()
|
|
@@ -6,7 +6,7 @@ setup(
|
|
|
6
6
|
author_email="linkang.ma@gmail.com",
|
|
7
7
|
url="https://github.com/malinkang/GitHubPoster",
|
|
8
8
|
license="MIT",
|
|
9
|
-
version="1.2.
|
|
9
|
+
version="1.2.4",
|
|
10
10
|
description="Make everything a GitHub svg poster and Skyline!",
|
|
11
11
|
packages=find_packages(),
|
|
12
12
|
include_package_data=True,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{github_heatmap-1.2.2 → github_heatmap-1.2.4}/github_heatmap/loader/from_github_issue_loader.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|