Skip to content

midnight-theory/gatherer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

license

Gatherer

Gather content from GatherContent.

Originally written from @kyleoliveiro, modified by @aaronkow to fetch V2 API from GatherContent.

Demo

Installation

# For npm
$ npm i -g @midnight-theory/gatherer

# For yarn
$ yarn global add @midnight-theory/gatherer

Gatting started

  1. Create config with naming gatherer.json with reference to your GatherContent username and password with format:
{
  "username": "<your-email>",
  "password": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
  "project": "888888",
  "pages": "./dest"
}
  1. Then run gatherer. That's all.

Config for gatherer.json

Key Explaination
username Specify your username here, which is the email you registered with GatherContent
password Password is your API key which you can generate via API tab under "Personal settings"
project This is the project ID which you can obtain from via project link
pages Specify where the data should be stored

About

Gather content from GatherContent with Javascript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published