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
- Host: GitHub
- URL: https://github.com/vmfunc/yuki
- Owner: vmfunc
- License: other
- Created: 2023-02-05T21:19:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-28T09:51:47.000Z (10 months ago)
- Last Synced: 2025-04-06T05:06:34.291Z (about 1 month ago)
- Topics: discord, discord-bot, moderation, moderation-bot, virus, virus-scanning, virustotal
- Language: JavaScript
- Homepage:
- Size: 105 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.MD
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
```
## ConfigurationTo 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)