1.0.2 • Published 5 years ago

nhentai-gdrive-uploader v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

NHentai Image Google Drive Uploader

A simple Node.js app to upload images from NHentai to your google drive storage

Running Locally

Make sure you have Node.js installed. client_secret.json file from OAuth 2.0 Client IDs.

npm install

NPM Install

$ npm i nhentai-gdrive-uploader

Usage

const nHGet = require('nhentai-gdrive-uploader')
let urls = ['https://nhentai.net/g/267195/','https://nhentai.net/g/267191/'];
nHGet.Save(urls,(err) =>{
    if(err) console.log(err)
    console.log('Upload successfully')
})

Contributors

For more information about me