INeed4000Bucks / cloudscraper

A Python module to bypass Cloudflare's anti-bot page.
MIT License
17 stars 2 forks source link

SpankBang Downloader

PyPI version License: MIT image Build Status Donate

Installation

Clone this repository and run python setup.py install. Then pip install bs4 Then pip install tqdm

Dependencies

python setup.py install will install the Python dependencies automatically.

Any requests made from this session object to websites protected by Cloudflare anti-bot will be handled automatically. You can effectively treat SpankBang as if it is not protected with anything.

Usage

  1. Install Python 3
  2. Clone this repository (download all files here)
  3. Enter 'setup.py install' in the console
  4. Take input.txt and sb_scraper.py to any directory you want and use it. The text file contains a list of video, playlist, channel or profile URLs.
  5. Or, Insert a custom .txt file as an argument in the command prompt/terminal (like 'sb_scraper.py theseurls.txt') (or drag a .txt file over the script file) into split.py to split it up into 4. You can run multiple instances of Scraper at once.

Features