Skip to content

Simple Python utility to export HelpScout docs to Markdown/Frontmatter files.

License

Notifications You must be signed in to change notification settings

clifbromley/helpscout-docs-export

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HelpScout Docs to Markdown Export Tool

Simple Python utility to export HelpScout docs to Markdown/Frontmatter files.

Usage

Install dependencies with pipenv:

$ pipenv install

Create a .env file with your HelpScout API Key:

$ echo 'HELPSCOUT_API_KEY=...' > .env

Run the utility:

$ pipenv run python export.py

It will create a directory named articles with sub-directory for each collection you have in HelpScout docs. It will also create two files: categories.json and collections.json with your categories and collections.

About

Simple Python utility to export HelpScout docs to Markdown/Frontmatter files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%