Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lacasseio/bintray-helper

Bintray migration helper following the sunset announcement
https://github.com/lacasseio/bintray-helper

Last synced: 2 days ago
JSON representation

Bintray migration helper following the sunset announcement

Awesome Lists containing this project

README

        

= Bintray Helper

This helper is strictly to ease the migration away from Bintray given link:https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/[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= > urls.txt
$ wget -e robots=off --input-file - --output-file log.txt --force-directories < urls.txt
```