Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 680 Bytes

README.md

File metadata and controls

52 lines (32 loc) · 680 Bytes

Mediafire Bulk Downloader

A simple tool that bulk downloads entire mediafire folders for free using python.


Table of contents:

Installation

Clone the repository and enter the folder

git clone https://github.com/NicKoehler/mediafire_bulk_downloader

cd mediafire_bulk_downloader

[Optional] Create a virtual enviroment and activate it

python -m venv venv

Linux and macos

source venv/bin/activate

Windows

.\venv\Scripts\activate.ps1

Install the dependencies

python -m pip install -r requirements.txt

Usage

python mediafire.py <FOLDER_URL>