Skip to content

Discord bot to search anime by screenshots with trace.moe api

Notifications You must be signed in to change notification settings

altqx/TraceJS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This bot can help you to find any anime by screenshot.

INSTRUCTION:

Installation:

1) Create mysql table:
CREATE TABLE `guilds` (
`guild_id` varchar(21) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`workchannel` varchar(18) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`lang` varchar(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'eng'
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; )
2) Install node.js,
3) Edit config.js
( if you don't have trace.moe token set "trace_moe_token": false )
,
4) Start bot: cmd -> node index.js
5) Add bot to your server,
6) Set work channel: +setchannel #channel_name
7) Send any anime image to work channel ;D

About

Discord bot to search anime by screenshots with trace.moe api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.8%
  • Procfile 0.2%