![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.
node-reddit-wrapper
Advanced tools
A simple node wrapper used by Industrial Parasite to post new releases to it's subreddit.
npm:
npm install node-reddit-wrapper --save
yarn:
yarn add node-reddit-wrapper
create app
located at the bottom of the link above.script
as the type and adding any url for about url
and redirect uri
object
.const credentials = {
"appId": "YOUR_APP_ID",
"appSecret": "YOUR_APP_SECRET",
"username": "YOUR_USERNAME",
"password": "YOUR_PASSWORD"
}
await reddit(
'/api/submit', // Reddit API PATH
'POST', // Method (currently only supports POST)
{
flair_id: 'bd2aa23a-4159-11ea-8d7e-0ed477f315f3',
kind: 'link',
resubmit: true,
title: 'Ae/Sthetic - Polaris',
sr: 'IndustrialParasite',
url: 'https://industrialparasite.ffm.to/ae-sthetic-polaris',
},
credentials // The credentials object we created in step 2.
);
Industrial Parasite – @IndustrialPara
Distributed under the MIT license. See LICENSE
for more information.
https://github.com/Industrial-Parasite/node-reddit-wrapper
git checkout -b feature/fooBar
)git commit -am 'feat: THE FEATURE'
)git push origin feature/fooBar
)FAQs
Node wrapper for Reddit's API.
The npm package node-reddit-wrapper receives a total of 2 weekly downloads. As such, node-reddit-wrapper popularity was classified as not popular.
We found that node-reddit-wrapper 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.