
Security News
CVE Volume Surges Past 48,000 in 2025 as WordPress Plugin Ecosystem Drives Growth
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.
@humanwhocodes/disqus-export
Advanced tools
If you find this useful, please consider supporting my work with a donation.
Node.js-based utility for exporting your Disqus comments into a JSON file.
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
Apache 2.0
FAQs
Disqus comment exporter
We found that @humanwhocodes/disqus-export demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.