Skip to content

A Python-based Discord bot for analyzing APK files via the VirusTotal API. Currently limited to APK analysis, with future plans for expanding to all file types.

Notifications You must be signed in to change notification settings

alan7383/Discord-Analysis-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Discord APK Analysis Bot

A Discord bot designed to analyze APK files using the VirusTotal API. This bot scans and reports the security status of APK files shared in a Discord server. Currently, the bot supports only APK files, but future updates will expand support to all file types.

Features

  • Automated APK analysis: Users can upload APK files, and the bot will automatically analyze them.
  • VirusTotal API integration: Utilizes VirusTotal to scan APKs and return detailed reports.
  • Secure and easy-to-use: Ensures a streamlined experience within Discord.

Getting Started

Prerequisites

Installation

  1. Clone this repository:

    git clone https://github.com/alan7383/discord-analysis-bot.git
    cd discord-analysis-bot
  2. Install dependencies:

    pip install -r requirements.txt
  3. Configure your environment: Create a .env file in the root directory and add:

    DISCORD_TOKEN=your-discord-bot-token
    VIRUSTOTAL_API_KEY=your-virustotal-api-key
  4. Start the bot:

    python bot.py

Usage

  • Invite the bot to your Discord server.
  • When an APK file is uploaded in the server, the bot will automatically analyze it and provide a security report from VirusTotal.

Public Bot Invitation

If you prefer not to host the bot yourself, use the following invitation link to add the bot directly to your server (hosted by me):

Invite the Bot

Contributing

Contributions are welcome! Please submit a pull request or create an issue to discuss potential changes.

License

This project is licensed under the MIT License.


Stay tuned for future updates and additional file type support!

Upcoming Features

  • Enhanced reporting capabilities
  • Support for additional file types
  • Improved error handling and feedback

About

A Python-based Discord bot for analyzing APK files via the VirusTotal API. Currently limited to APK analysis, with future plans for expanding to all file types.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages