All Projects → cburmeister → Regina

cburmeister / Regina

Licence: mit
Fetch new releases from http://www.juno.co.uk/.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Regina

Figaro
Real-time voice-changer for voice-chat, etc. Will support many different voice-filters and features in the future. 🎵
Stars: ✭ 80 (+1233.33%)
Mutual labels:  cli, audio
Aeneas
aeneas is a Python/C library and a set of tools to automagically synchronize audio and text (aka forced alignment)
Stars: ✭ 1,942 (+32266.67%)
Mutual labels:  cli, audio
Headlesschrome
A Go package for working with headless Chrome. Run interactive JavaScript commands on web pages with Go and Chrome.
Stars: ✭ 112 (+1766.67%)
Mutual labels:  cli, scraper
Pitchfork Npm
An Unofficial Pitchfork Music API client for Node.js
Stars: ✭ 50 (+733.33%)
Mutual labels:  cli, scraper
Beats
A command-line drum machine. Convert a beat notated in YAML into a *.wav file.
Stars: ✭ 389 (+6383.33%)
Mutual labels:  cli, audio
Spam Bot 3000
Social media research and promotion, semi-autonomous CLI bot
Stars: ✭ 79 (+1216.67%)
Mutual labels:  cli, scraper
Yt Audio
A simple, configurable youtube-dl wrapper to download and manage youtube audio
Stars: ✭ 132 (+2100%)
Mutual labels:  cli, audio
Instascrape
🚀 A fast and lightweight utility and Python library for downloading posts, stories, and highlights from Instagram.
Stars: ✭ 76 (+1166.67%)
Mutual labels:  cli, scraper
Xidel
Command line tool to download and extract data from HTML/XML pages or JSON-APIs, using CSS, XPath 3.0, XQuery 3.0, JSONiq or pattern matching. It can also create new or transformed XML/HTML/JSON documents.
Stars: ✭ 335 (+5483.33%)
Mutual labels:  cli, scraper
Ncpamixer
ncurses PulseAudio Mixer
Stars: ✭ 234 (+3800%)
Mutual labels:  cli, audio
Datmusic Api
Alternative for VK Audio API
Stars: ✭ 160 (+2566.67%)
Mutual labels:  scraper, audio
Ferret
Declarative web scraping
Stars: ✭ 4,837 (+80516.67%)
Mutual labels:  cli, scraper
Cum
comic updater, mangafied
Stars: ✭ 117 (+1850%)
Mutual labels:  cli, scraper
Scrape Twitter
🐦 Access Twitter data without an API key. [DEPRECATED]
Stars: ✭ 166 (+2666.67%)
Mutual labels:  cli, scraper
Pulsemixer
CLI and curses mixer for PulseAudio
Stars: ✭ 441 (+7250%)
Mutual labels:  cli, audio
Whipper
Python CD-DA ripper preferring accuracy over speed
Stars: ✭ 517 (+8516.67%)
Mutual labels:  cli, audio
Prompts
❯ Lightweight, beautiful and user-friendly interactive prompts
Stars: ✭ 6,970 (+116066.67%)
Mutual labels:  cli
Lasp
Low-latency Audio Signal Processing plugin for Unity
Stars: ✭ 816 (+13500%)
Mutual labels:  audio
Kt
Kafka command line tool that likes JSON
Stars: ✭ 799 (+13216.67%)
Mutual labels:  cli
Imdbpy
IMDbPY is a Python package useful to retrieve and manage the data of the IMDb movie database about movies, people, characters and companies
Stars: ✭ 792 (+13100%)
Mutual labels:  scraper

Juno

regina

Fetch new releases from http://www.juno.co.uk/.


Install

$ 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
$ 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:

$ regina --help

Examples

Run this weekly with cron to browse new releases via iTunes:

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].