@tryghost/mg-substack-csv v0.1.33
Migrate Substack Posts CSV Export
⛔️ This package has been superseded by mg-substack, and is no longer maintained.
Converts the Substack Posts CSV (plus optional posts directory) and generates a zip file you can import into a Ghost installation.
Install
To install the CLI, which is required for the Usage commands below:
npm install --global @tryghost/migrateTo use this package in your own project:
npm install @tryghost/mg-substack-csv --save
or
yarn add @tryghost/mg-substack-csv
Usage
To run an absolute basic Substack migration, the required command is this:
migrate substack <path to csv file>It's possible to pass more options, in order to achieve a better migration file for Ghost:
-V--verbose- Show verbose output
- bool - default:
false
--zip- Create a zip file
- bool - default:
true
-s--scrape- Configure scraping tasks
- string - default:
all - Choices:
all,img,web,media,none
--size_limit- number - default:
false - Media files larger than this size (defined in MB i.e.
5) will be flagged as oversize
- number - default:
-e--email- Provide an email domain for users e.g.
person@example.com(Is ignored if--useMetaAuthoris provided) - bool/string - default:
false
- Provide an email domain for users e.g.
-u--url- Provide a URL (without trailing slash) to the hosted source site, so we can scrape data e.g.
https://example.substack.com - string - default:
https://ghost.io
- Provide a URL (without trailing slash) to the hosted source site, so we can scrape data e.g.
-p--readPosts- Provide a path to a posts folder that contains HTML files (file name = post id) to read the post content
- string - default:
null
--drafts- Import draft posts
- bool - default:
true
--threads- Import thread posts
- bool - default:
false
--subscribeLink- Provide a path that existing
/subscribeanchors will link to e.g./join-usor#/portal/signup(#characters need to be escaped with a\) - string - default:
null
- Provide a path that existing
--commentLink- Provide a path that existing
/commentsanchors will link to e.g.#ghost-comments-root(#characters need to be escaped with a\) - string - default:
null
- Provide a path that existing
--useMetaImage- Use
og:imagevalue as the feature image - bool - default:
false
- Use
--useMetaAuthor- Use the author field from
ld+json(useful for posts with multiple authors) - bool - default:
false
- Use the author field from
--postsBefore- Only migrate posts before and including a given date e.g. 'March 20 2018'
- string - default:
null
--postsAfter- Only migrate posts after and including a given date e.g. 'August 16 2022'
- string - default:
null
--fallBackHTMLCard- Fall back to convert to HTMLCard, if standard Mobiledoc convert fails
- bool - default:
false
Note: You can combine --postsBefore and --postsAfter to migrate posts between 2 dates.
A more realistic command for a Substack migration looks like this:
migrate substack <path to post.csv file> --url <URL to substack instance> --readPosts <path to directory containing html files> --subscribeLink \#/portal/signup --useMetaImage true --useMetaAuthor trueDevelop
This is a mono repository, managed with lerna.
Follow the instructions for the top-level repo.
1. git clone this repo & cd into it as usual
2. Run yarn to install top-level dependencies.
Run
To run a local development copy, cd into this directory, and use yarn dev instead of migrate like so:
yarn dev substack <path to csv file>Test
yarn lintrun just eslintyarn testrun lint and tests
Copyright & License
Copyright (c) 2013-2022 Ghost Foundation - Released under the MIT license.
3 years ago
3 years ago
3 years ago
3 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
6 years ago