Skip to content

Redsplit/tokihara

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

Tokihara

CodeFactor Depfu Build Status


NSFW CORE

Doujin helper through discordjs with actionable Artist gathering.

Choose master if u wanna run in your own vps
or, dev if u run in limited server, ie heroku.
Deploy

Dev branch is different dependency .env config var with encrypted token.

Installation

$ npm i
$ node app.js
const embed = new RichEmbed();
   let res = (await this.getById(id))
   let info = this.getInfo(res);
   embed.setDescription(`Made by: **${info.artist[0] ? info.artist.join(', ') : info.artist}**`);

   // info.artist[0].replace(' ','-').toLowerCase() #nhentai
   // or continuous pattern from each separated vendor

issues

test the api with get books, if had error below, check your local/bot provider, seems like its just block request to nhentai api.

(node:6808) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'status' of undefined
   at Parse.details.getHTML.catch.e (\tokihara\node_modules\nhentai-api-js\index.js:15:18)

using bash feature

$ toki ppa

Reference

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published