Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 526 Bytes

README.adoc

File metadata and controls

13 lines (10 loc) · 526 Bytes

Bintray Helper

This helper is strictly to ease the migration away from Bintray given their recent announcement.

It is recommended to use a VPN to avoid any IP banning from Bintray ;)

$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt
$ scrapy runspider --nolog bintray.py -a slug=<org/repo> > urls.txt
$ wget -e robots=off --input-file - --output-file log.txt --force-directories < urls.txt