Skip to content

Script for bulk downloading entire mediafire folders for free using python.

License

Notifications You must be signed in to change notification settings

FranklinLamar888/mediafire_bulk_downloader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Help

python mediafire.py -h

Basic usage

python mediafire.py <MEDIAFIRE_URL>

With arguments usage

python mediafire.py <MEDIAFIRE_URL> -t <THREADS> -o <OUTPUT_PATH>

About

Script for bulk downloading entire mediafire folders for free using python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%