GimmeMusic is a GUI scraper written in Python, whose goal is to collect the latest music releases from various websites (through configurable plugins). After scraping, the user can filter/edit the results and export them to a M3U playlist, ready for use in programs like VLC or mpv. The program is intended for power users.
- Install Python 3.7 (or newer)
- Install one of the 4 Qt backends:
- Install the remaining dependencies through
pip
usingrequirements.txt
(Guide) - Execute the command
python3 main.py
from the program's folder.
The currently implemented plugins are websites that the author is personally interested in, but more may eventually be added:
- Beatport
- Hardstyle.com
- HardTunes
- JunoDownload
- SoundCloud
- UndergroundTekno
- Bandcamp
- YouTube
- ...more? Feel free to submit any plugin or request for one!