Skip to content

Bintray migration helper following the sunset announcement

License

Notifications You must be signed in to change notification settings

lacasseio/bintray-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Bintray migration helper following the sunset announcement

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages