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
- Host: GitHub
- URL: https://github.com/prenagha/patreon-mp3
- Owner: prenagha
- License: apache-2.0
- Created: 2018-09-06T21:56:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-17T18:36:31.000Z (4 months ago)
- Last Synced: 2025-05-07T00:52:16.459Z (about 1 month ago)
- Topics: mp3, mp3-downloader, patreon, python, python-3, python3
- Language: Python
- Size: 18.6 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`