malScraper v1.4

malScraper Screenshot 2023-12-27_00-37-09

Table of Contents

Introduction

Features

Current Release Notes

malScraper 1.4 - Python Expansion

Overview

Complete rewrite in Python, making it fully cross-platform compatible with Windows, macOS, and Linux environments. Maintains all the key functionality of the original bash script while adding new features, improving performance, and enhancing the user experience.

Key Features

Cross-Platform Compatibility

Enhanced User Interface

Improved Update System

Robust Error Handling

Performance Enhancements

Installation

Requirements

Windows

python -m pip install requests
python -m pip install pyfiglet  # Optional
python malScraper.py

macOS/Linux

pip3 install requests
pip3 install pyfiglet  # Optional
python3 malScraper.py

Upgrading from Previous Versions

Users of previous bash-based versions can simply download the new Python script and run it. The application will maintain the same folder structure and file naming conventions.

Known Issues

Version History

Installation

  1. Clone the repository. ```python git clone https://github.com/rynmon/malScraper
  2. Navigate to the project directory. ```python cd malScraper
  3. Install dependencies. ```python pip install -r requirements.txt

Usage

  1. Run the tool. ```python python malScraper.py
  2. Follow the on-screen instructions to configure and use the tool.

Contributing

Version Checking

License