Python script to automatically download from Zippyshare

Overview

Zippyshare downloader and Links Extractor

Python script to automatically download from Zippyshare using Selenium package and Internet Download Manager.
Download IDM from here for downloading multiple files.

  1. Run the main.py script after checking the Requirements preferrably in a virtual env.

    See features for usage examples.

  2. The Links will be saved in a text file which can then be imported to idm from:

    Tasks>Import>from text file

  3. Other option is set the START_DOWNLOADING variable to 1 in the config file which will start downloading instantly. (Useful for less Links)

  4. See the config file here for more configurable options.

Requirements/Installation

  • Platform - Windows only.

  • Chrome Browser.

  • Chromedriver(Included).

  • IDM

    Not required for running the script.(Only For Downloading Links afterwards)

  • Python >= v3.6

  • Install requirements yourself by running the following commands from powershell:

    git clone https://github.com/daksh2k/zippyshare-dl.git
    cd zippyshare-dl
    pip install virtualenv
    python -m venv env
    env/scripts/activate.ps1
    pip install -r requirements.txt
  • Or simply Install via the install.ps1 script after cloning/downloading the repositary.

Features

  • Supported formats:

    • .txt
    • .dlc
    • Filecrypt Links
    • Pass any web link directly in arguments or input or through a file.
  • Parse from a Single File or Multiple Files.

    Example-:

    1. python main.py test.txt
    2. python main.py https://filecrypt.co/Container/31B1864087.html
    3. python main.py test.dlc https://filecrypt.co/Container/31B1864087.html test2.txt Links/test3.txt
    4. python main.py Pass empty for adding the files later or for Automatic picking of Files.
  • Directly parse from filecrypt links.(Only those links without recaptcha)

  • Automatically get recently created(within last 24 hours) .dlc and .txt files from certain folders. alt text

  • Duplicate check to see if file is already parsed.

  • Automatically Update chromedriver if out of date.

  • Support for Sharer.pw Links, for directly clicking Download button.

  • Skips Empty or Invalid Lines in the File. alt text

  • Summary after completion. alt text

  • Open Links in new tab in the browser if unsupported Link.

  • Retry Links if unable to Load website.
    alt text

Owner
Daksh Khurana
Daksh Khurana
Let your Python tests travel through time

FreezeGun: Let your Python tests travel through time FreezeGun is a library that allows your Python tests to travel through time by mocking the dateti

Steve Pulec 3.5k Dec 29, 2022
:game_die: Pytest plugin to randomly order tests and control random.seed

pytest-randomly Pytest plugin to randomly order tests and control random.seed. Features All of these features are on by default but can be disabled wi

pytest-dev 471 Dec 30, 2022
Just a small test with lists in cython

Test for lists in cython Algorithm create a list of 10^4 lists each with 10^4 floats values (namely: 0.1) - 2 nested for iterate each list and compute

Federico Simonetta 32 Jul 23, 2022
Docker-based integration tests

Docker-based integration tests Description Simple pytest fixtures that help you write integration tests with Docker and docker-compose. Specify all ne

Avast 326 Dec 27, 2022
a plugin for py.test that changes the default look and feel of py.test (e.g. progressbar, show tests that fail instantly)

pytest-sugar pytest-sugar is a plugin for pytest that shows failures and errors instantly and shows a progress bar. Requirements You will need the fol

Teemu 963 Dec 28, 2022
A simple python script that uses selenium(chrome web driver),pyautogui,time and schedule modules to enter google meets automatically

A simple python script that uses selenium(chrome web driver),pyautogui,time and schedule modules to enter google meets automatically

3 Feb 07, 2022
A folder automation made using Watch-dog, it only works in linux for now but I assume, it will be adaptable to mac and PC as well

folder-automation A folder automation made using Watch-dog, it only works in linux for now but I assume, it will be adaptable to mac and PC as well Th

Parag Jyoti Paul 31 May 28, 2021
ApiPy was created for api testing with Python pytest framework which has also requests, assertpy and pytest-html-reporter libraries.

ApiPy was created for api testing with Python pytest framework which has also requests, assertpy and pytest-html-reporter libraries. With this f

Mustafa 1 Jul 11, 2022
API Test Automation with Requests and Pytest

api-testing-requests-pytest Install Make sure you have Python 3 installed on your machine. Then: 1.Install pipenv sudo apt-get install pipenv 2.Go to

Sulaiman Haque 2 Nov 21, 2021
A Python program that will log into your scheduled Google Meets hands free

Chrome GMautomation General Information This Python program will open up Chrome and log into your scheduled Google Meet with camera and mic turned off

Jonathan Leow 5 Dec 31, 2021
Youtube Tool using selenium Python

YT-AutoLikeComment-AutoReportComment-AutoComment Youtube Tool using selenium Python Auto Comment Auto Like Comment Auto Report Comment Usage: 1. Insta

Rahul Joshua Damanik 1 Dec 13, 2021
User-oriented Web UI browser tests in Python

Selene - User-oriented Web UI browser tests in Python (Selenide port) Main features: User-oriented API for Selenium Webdriver (code like speak common

Iakiv Kramarenko 575 Jan 02, 2023
Um scraper feito em python que gera arquivos de excel baseados nas tier lists do site LoLalytics.

LoLalytics-scraper Um scraper feito em python que gera arquivos de excel baseados nas tier lists do site LoLalytics. Começando por um único script com

Kevin Souza 1 Feb 19, 2022
PacketPy is an open-source solution for stress testing network devices using different testing methods

PacketPy About PacketPy is an open-source solution for stress testing network devices using different testing methods. Currently, there are only two c

4 Sep 22, 2022
Load and performance benchmark tool

Yandex Tank Yandextank has been moved to Python 3. Latest stable release for Python 2 here. Yandex.Tank is an extensible open source load testing tool

Yandex 2.2k Jan 03, 2023
A feature flipper for Django

README Django Waffle is (yet another) feature flipper for Django. You can define the conditions for which a flag should be active, and use it in a num

952 Jan 06, 2023
A Library for Working with Sauce Labs

Robotframework - Sauce Labs Plugin This is a plugin for the SeleniumLibrary to help with using Sauce Labs. This library is a plugin extension of the S

joshin4colours 6 Oct 12, 2021
Test utility for validating OpenAPI documentation

DRF OpenAPI Tester This is a test utility to validate DRF Test Responses against OpenAPI 2 and 3 schema. It has built-in support for: OpenAPI 2/3 yaml

snok 103 Dec 21, 2022
A web scraping using Selenium Webdriver

Savee - Images Downloader Project using Selenium Webdriver to download images from someone's profile on https:www.savee.it website. Usage The project

Caio Eduardo Lobo 1 Dec 17, 2021
pytest plugin for manipulating test data directories and files

pytest-datadir pytest plugin for manipulating test data directories and files. Usage pytest-datadir will look up for a directory with the name of your

Gabriel Reis 191 Dec 21, 2022