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

https://github.com/prenagha/patreon-mp3

Download MP3s from the Patreon artists you sponsor
https://github.com/prenagha/patreon-mp3

mp3 mp3-downloader patreon python python-3 python3

Last synced: about 1 month ago
JSON representation

Download MP3s from the Patreon artists you sponsor

Awesome Lists containing this project

README

        

# Patreon Artist Download

If you sponsor a music (or some audio) artist on Patreon, you might want to download all their MP3 audio files.

This Python 3 script uses your private Patreon RSS Feed URL and downloads all the MP3 files.

Sets the MP3 ID3 tags

Copy `config-sample.ini` to `config.ini` and edit accordingly

Uses a few Python libraries

## FeedParser

`pip3 install feedparser`

[https://github.com/kurtmckee/feedparser](https://github.com/kurtmckee/feedparser)

## Requests

[https://github.com/requests/requests](https://github.com/requests/requests)

`pip3 install requests`

## EyeD3

[https://github.com/nicfit/eyeD3](https://github.com/nicfit/eyeD3)

`pip3 install eyed3`