Skip to content

dollsofink/clipnuke

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@clipnuke/clipnuke

The ClipNuke npm library that exports a single ClipNuke object.

Auth Gate

You must be authenticated with clipnuke.org (ClipNuke CORE) before accessing paid features. Use the CLI or your app flow to obtain/store a JWT; set it via ClipNuke.paywall.setToken(token).

Example

import ClipNuke from "@clipnuke/clipnuke";
ClipNuke.paywall.setToken(process.env.CLIPNUKE_JWT);
if (await ClipNuke.paywall.isEnabled('feature.aiImage2Text')) {
  // do the thing
}

About

FUTURE of Porn Distribution to Clips4Sale, OnlyFans, ManyVids, AEBN, Adult Empire, Pornhub, XVideos, and more! Programatically access every sites API for uploads, GET, POST, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors