An open API service indexing awesome lists of open source software.

https://github.com/vmfunc/yuki

vt scanning tool for discord
https://github.com/vmfunc/yuki

discord discord-bot moderation moderation-bot virus virus-scanning virustotal

Last synced: about 1 month ago
JSON representation

vt scanning tool for discord

Awesome Lists containing this project

README

        

## Installation

Install the project and run it with node

```bash
git clone https://github.com/initmd/yuki
cd yuki
npm install
```

Set up the bot with your VirusTotal API, Guild ID and Token by creating a `config.json` file based on `config/config.json`

Firstly, deploy the commands with

```bash
npm run deploy
```

Then you can finally run the bot with

```bash
npm start
```
## Configuration

To run this project, you will need to add the following environment variables to your config file

`token` : Your bot token

`clientId` : The discord bot's client ID

`guildId` : The discord server's ID

`apikey` : Your VirusTotal API key, you can grab one on https://www.virustotal.com/gui/join-us

## License

[THANKS ANON E LICENSE](https://github.com/dangeru/thanks_anon_e_license/blob/master/LICENSE)