0.4.20 • Published 12 days ago

@tryghost/mg-hubspot-api v0.4.20

Weekly downloads
1
License
MIT
Repository
github
Last release
12 days ago

Migrate HubSpot API

Export content from HubSpot using their API, and generate a zip file you can import into a Ghost installation.

See how to get your API key.

Install

To install the CLI, which is required for the Usage commands below:

npm install --global @tryghost/migrate

To use this package in your own project:

npm install @tryghost/mg-hubspot-api --save

or

yarn add @tryghost/mg-hubspot-api

Usage

To run a Ghost API migration, the required command is:

migrate hubspot --url https://example.com --hapikey 1234abcd

It's possible to pass more options, in order to achieve a better migration file for Ghost:

  • --url (required)
    • URL of the blog you want to migrate
    • string - default: null
  • --hapikey (required)
    • Hubspot API Key (hapikey)
    • string - default: null
  • -V --verbose
    • bool - default: false
    • Show verbose output
  • --zip
    • bool - default: true
    • Create a zip file
  • -s --scrape
    • Configure scraping tasks
    • string - default: all
    • Choices: all, img, web, media, files, none
  • --sizeLimit
    • number - default: false
    • Media files larger than this size (defined in MB i.e. 5) will be flagged as oversize
  • -e --email
    • string - default: false
    • Provide an email domain for users e.g. example.com
  • -I --info
    • bool - default: false
    • Show initalisation info only
  • -b --batch
    • number - default: 0
    • Batch number to run (defaults to running all)
  • -l --limit
    • number - default: 100
    • Number of items fetched in a batch i.e. batch size
  • --fallBackHTMLCard
    • bool - default: true
    • Fall back to convert to HTMLCard, if standard Mobiledoc convert fails
  • --cache
    • Persist local cache after migration is complete (Only if --zip is true)
    • bool - default: true

A more complex migration command could look like this:

migrate hubspot --url https://example.com --hapikey 1234abcd --email example.com --batch 2 --limit 50 

This will get 100 posts in 2 batches of 50, and all authors will have an email address ending in 'example.com'

Develop

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 hubspot --url https://example.com --hapikey 1234abcd

Test

  • yarn lint run just eslint
  • yarn test run lint and tests

Copyright & License

Copyright (c) 2013-2023 Ghost Foundation - Released under the MIT license.

0.4.20

12 days ago

0.4.19

2 months ago

0.4.18

4 months ago

0.4.17

5 months ago

0.4.16

5 months ago

0.4.10

10 months ago

0.4.15

7 months ago

0.4.13

7 months ago

0.4.14

7 months ago

0.4.11

9 months ago

0.4.12

8 months ago

0.4.9

11 months ago

0.4.8

12 months ago

0.4.7

1 year ago

0.4.5

1 year ago

0.4.4

1 year ago

0.4.6

1 year ago

0.4.3

1 year ago

0.4.2

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago

0.3.6

1 year ago

0.3.5

1 year ago

0.3.8

1 year ago

0.3.7

1 year ago

0.3.0

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.3.4

2 years ago

0.3.3

2 years ago

0.2.27

2 years ago

0.2.26

2 years ago

0.2.25

2 years ago

0.2.24

2 years ago

0.2.23

2 years ago

0.2.22

2 years ago

0.2.21

2 years ago

0.2.20

2 years ago

0.2.18

2 years ago

0.2.17

3 years ago

0.2.16

3 years ago

0.2.15

3 years ago

0.2.14

3 years ago

0.2.13

3 years ago

0.2.12

3 years ago

0.2.11

3 years ago

0.2.10

3 years ago

0.2.9

3 years ago

0.2.8

3 years ago

0.2.7

3 years ago

0.2.6

4 years ago

0.2.5

4 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago