{"id":17722590,"url":"https://github.com/nickoehler/mediafire_bulk_downloader","last_synced_at":"2025-04-04T01:05:18.059Z","repository":{"id":58153639,"uuid":"324130741","full_name":"NicKoehler/mediafire_bulk_downloader","owner":"NicKoehler","description":"Script for bulk downloading entire mediafire folders for free using python.","archived":false,"fork":false,"pushed_at":"2024-10-24T12:40:27.000Z","size":54,"stargazers_count":202,"open_issues_count":1,"forks_count":54,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-25T09:19:31.219Z","etag":null,"topics":["bulk-download","mediafire","mediafire-downloader","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NicKoehler.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-12-24T10:33:45.000Z","updated_at":"2024-10-24T12:40:31.000Z","dependencies_parsed_at":"2024-02-17T22:24:55.536Z","dependency_job_id":"ce730c15-b53f-4d27-b06e-2e61f3fbc6ed","html_url":"https://github.com/NicKoehler/mediafire_bulk_downloader","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NicKoehler%2Fmediafire_bulk_downloader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NicKoehler%2Fmediafire_bulk_downloader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NicKoehler%2Fmediafire_bulk_downloader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NicKoehler%2Fmediafire_bulk_downloader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NicKoehler","download_url":"https://codeload.github.com/NicKoehler/mediafire_bulk_downloader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247103297,"owners_count":20884023,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bulk-download","mediafire","mediafire-downloader","python"],"created_at":"2024-10-25T15:38:44.895Z","updated_at":"2025-04-04T01:05:18.038Z","avatar_url":"https://github.com/NicKoehler.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mediafire Bulk Downloader\n\n\u003e [!WARNING]\n\u003e **I made a rust async version of this, check it out [HERE](https://github.com/nickoehler/mediafire_rs)**\n\nThis Python script enables bulk downloading of files and folders from Mediafire.\n\n## Quick Installation\n\n```bash\npip install git+https://github.com/NicKoehler/mediafire_bulk_downloader.git\n```\n\n## Setup\n\n1. Clone the repository to your local machine:\n\n    ```bash\n    git clone https://github.com/NicKoehler/mediafire_bulk_downloader.git\n    ```\n\n2. Navigate into the project directory:\n\n    ```bash\n    cd mediafire_bulk_downloader\n    ```\n\n3. Create a virtual environment (optional but recommended):\n\n    ```bash\n    python3 -m venv venv\n    ```\n\n4. Activate the virtual environment:\n\n    - On Windows:\n\n    ```bash\n    venv\\Scripts\\activate\n    ```\n\n    - On macOS and Linux:\n\n    ```bash\n    source venv/bin/activate\n    ```\n\n5. Install the required dependencies:\n\n    ```bash\n    pip install -r requirements.txt\n    ```\n\n## Usage\n\nRun the script with the following command:\n\n```bash\npython mediafire.py \u003cmediafire_url\u003e [-o OUTPUT] [-t THREADS]\n```\n\n- `\u003cmediafire_url\u003e`: The URL of the file or folder to be downloaded from Mediafire.\n- `-o OUTPUT, --output OUTPUT`: (Optional) The path of the desired output folder. Default is the current directory.\n- `-t THREADS, --threads THREADS`: (Optional) Number of threads to use for downloading. Default is 10.\n\nExample usage:\n\n```bash\npython mediafire.py https://www.mediafire.com/folder/example_folder -o /path/to/output/folder -t 20\n```\n\n## Notes\n\n- Make sure you have Python 3 installed on your system.\n- This script requires an active internet connection to download files from Mediafire.\n- If downloading a folder, the script will create a directory structure similar to the one on Mediafire.\n- You may encounter rate limiting or connection issues, especially when downloading a large number of files.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickoehler%2Fmediafire_bulk_downloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnickoehler%2Fmediafire_bulk_downloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickoehler%2Fmediafire_bulk_downloader/lists"}