CLI tool to translate Notion pages into a different language (use google translate) Notion PyTranslator is a CLI tool that enables Notion users to use translate Notion pages into a different language by using Google Translate API.
How It Works
- Create Notion Api Token https://www.notion.so/my-integrations
- Duplicate the page which will translate
- Add connect to duplicated page https://www.notion.so/help/add-and-manage-connections-with-the-api#add-connections-to-pages
- check the language code https://cloud.google.com/translate/docs/languages
Run the following command to translate duplicated page automatically
pynotion_translate.py <notion api token> <language code> <notion url>
The MIT License