https://github.com/cburmeister/regina
Fetch new releases from http://www.juno.co.uk/.
https://github.com/cburmeister/regina
audio cli python scraper
Last synced: over 1 year ago
JSON representation
Fetch new releases from http://www.juno.co.uk/.
- Host: GitHub
- URL: https://github.com/cburmeister/regina
- Owner: cburmeister
- License: mit
- Created: 2015-02-24T01:01:53.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-04T23:46:16.000Z (over 10 years ago)
- Last Synced: 2025-02-28T23:10:15.019Z (over 1 year ago)
- Topics: audio, cli, python, scraper
- Language: Python
- Homepage:
- Size: 180 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

regina
===========
Fetch new releases from http://www.juno.co.uk/.
---
## Install
```bash
$ python setup.py install
```
## Usage
The script performs three functions:
- Generates a CSV of release information
- Downloads images of new releases
- Downloads audio samples of new releases
```bash
$ regina deep-house today 10
$ regina minimal-tech-house eight-weeks 500
$ regina house this-week 50
```
Check out the help for all available arguments:
```bash
$ regina --help
```
## Examples
Run this weekly with `cron` to browse new releases via iTunes:
```bash
python regina.py deep-house this-week 500 && \
mv deep-house/*.mp3 \
~/Music/iTunes/iTunes\ Media/Automatically\ Add\ to\ iTunes.localized/ && \
rm -rf deep-house
```