Socket
Book a DemoInstallSign in
Socket

@humanwhocodes/disqus-export

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@humanwhocodes/disqus-export

Disqus comment exporter

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

Disqus Comment Exporter

by Nicholas C. Zakas

If you find this useful, please consider supporting my work with a donation.

Description

Node.js-based utility for exporting your Disqus comments into a JSON file.

Requirements

  • Node.js v18+
  • A Disqus API key (create a Disqus API Application)

Usage

Note: Set up an environment variable called DISQUS_API_KEY that contains your Disqus API key before running the CLI.

This package is intended to be used on the command line. The easiest way to do that is using npx:

npx @humanwhocodes/disqus-export forum-name

Where forum-name is the ID of your forum on Disqus.

By default, the CLI will output your data into a file named forum-name-export.json in your current working directory. You can change the output filename by passing in the -o argument:

npx @humanwhocodes/disqus-export forum-name -o out.json

You can also install and run locally. When running locally, you can use the shorter CLI name that omits the package scope (disqus-export instead of @humanwhocodes/disqus-export):

npm i @humanwhocodes/disqus-export
npx disqus-export forum-name

License

Apache 2.0

Prior Art

Keywords

disqus

FAQs

Package last updated on 06 Jan 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts