![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
subreddit-wiki-scrapper
Advanced tools
subreddit-wiki-scrapper
lets you download any subreddit's wiki and archive it.
currently only the html will be downloaded without any styling to it
npm i subreddit-wiki-scrapper
Suppose you want to archive the Piracy subreddit's wiki
const SWS = require("subreddit-wiki-scrapper")
SWS("piracy", "./piracy-wiki", { chromiumPath: 'C:\\path\\for\\chromium.exe' })
This will download the wiki in the piracy-wiki
directory
if the given subreddit doesn't have a wiki, an empty .nowiki
file will be placed in the dirctory
NOTE: only a chromium browser will work, firefox will NOT work
chromiumPath
- the path for a chromium browser to run in it - requiredheadless
- whether to run chromium in headless mode or not - default truesilent
- operate in silent mode, there will be no logs in the terminal - default trueFAQs
Download any subreddit's wiki and archive it.
The npm package subreddit-wiki-scrapper receives a total of 2 weekly downloads. As such, subreddit-wiki-scrapper popularity was classified as not popular.
We found that subreddit-wiki-scrapper 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.