Skip to content

ColynOrg/discord-scanner-bot

Repository files navigation

Discord Scanner Bot

A Discord bot that can scan URLs for potential threats using VirusTotal API.

Features

  • /scan url - Scan a URL for potential threats using VirusTotal

Setup

  1. Install dependencies:
npm install
  1. Create a .env file with the following variables:
DISCORD_TOKEN=your_discord_bot_token_here
VIRUSTOTAL_API_KEY=your_virustotal_api_key
  1. Replace your_discord_bot_token_here with your Discord bot token from the Discord Developer Portal.

  2. Run the bot:

npm start

Usage

  • To scan a URL: /scan url [url]

Notes

  • Please respect API rate limits

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published