This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| This playbook has been removed as it is now very outdated. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from notion.client import NotionClient | |
| import datetime | |
| import os | |
| from slugify import slugify | |
| import re | |
| import requests | |
| import time | |
| import hashlib | |
| import shutil | |
| import sys |