
Research
Security News
The Growing Risk of Malicious Browser Extensions
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Motify is a python script that takes a playlist or a track or an album link directly from spotify and download the songs related to that link with the best quality alongs side embedding the songs data to enjoy the experiment with it's full potential
git clone https://github.com/mosh3eb/motify.git
cd motify
# On macOS/Linux
python3 -m venv venv
source venv/bin/activate
# On Windows
python -m venv venv
.\venv\Scripts\activate
pip install -r requirements.txt
Set up your Spotify credentials:
http://localhost:8888/callback
as a Redirect URI in your Spotify app settingsCreate a copy of the example configuration:
cp app_config.example.json app_config.json
app_config.json
# On macOS/Linux
source venv/bin/activate
# On Windows
.\venv\Scripts\activate
python run.py
Ctrl/Cmd + F
: Focus searchCtrl/Cmd + Q
: Clear queueSpace
: Play/Pause current track previewEsc
: Clear searchsrc/
āāā services/ # Core services (downloader, Spotify)
āāā ui/ # User interface components
āāā utils/ # Utility functions and configurations
If you encounter any issues or have suggestions:
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)This project is licensed under the MIT License - see the LICENSE file for details.
app_config.json
python run.py
pip install py2app
python setup.py py2app
pip install pyinstaller
pyinstaller --onefile --windowed --icon=resources/icon.ico run.py
dist
directorysudo cp resources/motify.desktop /usr/share/applications/
sudo cp resources/icon.png /usr/share/icons/hicolor/256x256/apps/motify.png
docker build -t motify .
docker run -d \
-v ${PWD}/downloads:/app/downloads \
-v ${PWD}/app_config.json:/app/app_config.json \
-e DISPLAY=${DISPLAY} \
-v /tmp/.X11-unix:/tmp/.X11-unix \
motify
Made with ā¤ļø by Mosh3eb
FAQs
Motify is a python script that takes a playlist or a track or an album link directly from spotify and download the songs related to that link with the best quality alongs side embedding the songs data to enjoy the experiment with it's full potential
We found that motify demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.Ā It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.
Security News
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.