Skip to content

Simple command that publishes Notion Page to Medium.

License

Notifications You must be signed in to change notification settings

NLaundry/notion2medium

 
 

Repository files navigation

About Notion2Medium

PyPI version Code Quality

  • Publish a post to Medium just from your Notion Page by Console Cli

API Keys(Token)

$ export NOTION_TOKEN="{your integration token key}"

$ export MEDIUM_TOKEN="{your integration token key}"
  • Or add these commands to your shell config files(.bashrc or .zshrc)

Install

$ pip install notion2medium

Select Command

  • Retrieves Notion Page list from Notion Database.

  • Ask user titles of Notion pages and will call publish command to publish the selected page.

  • select commands require either id or url of the Notion Database or Page.

$ notion2medium select -i <Notion Database id>

Publish Command

  • Publishes a Medium Post from Notion Page.

  • Retrieves Notion Page's content(children blocks) as markdown and Page's tags.

  • publish commands require either id or url of the Notion Database or Page.

$ notion2medium publish -i <Notion Page id>

Donation

If you think Notion2Medium is helpful to you, you can support me here:

Buy Me A Coffee

License

Apache License 2.0

About

Simple command that publishes Notion Page to Medium.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%