{"id":22451413,"url":"https://github.com/fasteiner/notion","last_synced_at":"2025-08-02T00:32:16.433Z","repository":{"id":266723000,"uuid":"829619169","full_name":"fasteiner/Notion","owner":"fasteiner","description":"Module for interaction with Notion based on classes - work in progress","archived":false,"fork":false,"pushed_at":"2024-12-05T18:38:37.000Z","size":324,"stargazers_count":2,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-05T19:28:13.789Z","etag":null,"topics":["notion","notion-api","powershell","powershell-module"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fasteiner.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-16T19:54:07.000Z","updated_at":"2024-12-05T18:44:53.000Z","dependencies_parsed_at":"2024-12-05T19:38:24.204Z","dependency_job_id":null,"html_url":"https://github.com/fasteiner/Notion","commit_stats":null,"previous_names":["fasteiner/notion"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fasteiner%2FNotion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fasteiner%2FNotion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fasteiner%2FNotion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fasteiner%2FNotion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fasteiner","download_url":"https://codeload.github.com/fasteiner/Notion/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228419606,"owners_count":17916772,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["notion","notion-api","powershell","powershell-module"],"created_at":"2024-12-06T06:07:50.013Z","updated_at":"2025-08-02T00:32:16.420Z","avatar_url":"https://github.com/fasteiner.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/TSNotion_mini.png\" alt=\"Notion Module Logo\" width=\"150\"/\u003e\n\u003c/p\u003e\n\n# Notion - A class-based PowerShell module for interacting with Notion\n\n\n[![PowerShell Gallery Version](https://img.shields.io/powershellgallery/v/Notion?label=PSGallery%20Version)](https://www.powershellgallery.com/packages/Notion/)\n[![PowerShell Gallery Downloads](https://img.shields.io/powershellgallery/dt/Notion?label=Downloads)](https://www.powershellgallery.com/packages/Notion/)\n![Platform](https://img.shields.io/badge/Platform-Windows|Linux|MacOS-blue)\n[![GitHub Issues](https://img.shields.io/github/issues/fasteiner/Notion?label=Issues)](https://github.com/fasteiner/Notion/issues)\n\n\u0026#x26a0; Work in progress - not all features are implemented yet, if you are missing something, or experience any issues, please open an issue on GitHub.\n\n[Notion](https://notion.com), is an online knowledge management tool in which you can structure your requirements yourself or be inspired by countless templates and formats. Unfortunately, there was no PowerShell module that offers the full power of the API.\n\nIn order to ensure the smoothest possible interaction with the API, the specifications were implemented with PowerShell classes. This means that classes are used in the background for all cmdlets. You can also create your own Notion objects directly using the classes provided.\n\n## Prerequisites\n\n- PowerShell 7.0 or higher\n\n## Getting started\n\nTo get started either:\n\n- Install from the PowerShell Gallery using PowerShellGet by running the\n  following command:\n\n```PowerShell\n# PowerShellGet 2.x\nInstall-Module -Name Notion -Repository PSGallery\n\n# PowerShellGet 3.x\nInstall-PSResource -Name Notion\n\n# Connect to Notion\n$BearerToken = Read-Host -Prompt \"Enter your Notion Bearer Token\" -AsSecureString\nConnect-Notion -BearerToken $BearerToken\n```\n\nOr download it via the [Microsoft PowerShell Gallery](https://www.powershellgallery.com/packages/Notion)\n\n## Documentation\n\nDocumentation is available in the [Wiki](https://github.com/fasteiner/Notion/wiki).\n\n## Issues\n\nPlease open a github issue [here](https://github.com/fasteiner/Notion/issues).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffasteiner%2Fnotion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffasteiner%2Fnotion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffasteiner%2Fnotion/lists"}