Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lacasseio/bintray-helper
- Owner: lacasseio
- License: mit
- Created: 2021-02-06T16:59:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-06T17:07:32.000Z (almost 4 years ago)
- Last Synced: 2024-11-11T21:42:33.087Z (2 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
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
```