mirror of
https://github.com/NohamR/AM-Exporter.git
synced 2026-05-24 19:58:34 +00:00
main
AppleMusicExporter
AppleMusicExporter is a project designed to### Front: An implementation example of the API is available in front-example:
Uninstall:
cd user
./uninstall.sh
To do:
- commentfrom Apple Music in real time. AppleMusicExporter uses AppleScript for interactions with Apple Music.
Dependencies:MusicExporter
AppleMusicExporter est un projet conçu pour exporter les musiques depuis Apple Music en temps réel. AppleMusicExporter utilise AppleScript pour les interactions avec Apple Music.
Dépendances :
Back:
- flask
- python-dotenv (optional)
- requests
User:
- colorthief
- python-dotenv
- requests
Installation:
Back:
git clone https://github.com/NohamR/AM-Exporter.git
cd back
Create the .users file with users and their hashed passwords (.user.example).
docker build -t amexporter .
docker run -d -p 3005:3005 amexporter
Or
docker-compose up -d
User:
git clone https://github.com/NohamR/AM-Exporter.git
cd user
python install -r requirements.txt
Create the .env file with the user and their password (.env.example).
Configure music-exp.plist based on the example music-exp.plist.example: PYTHON_PATH WORKING_DIRECTORY
./install.sh
Logs can be found in the working directory:
cd WORKING_DIRECTORY
tail -f error_logfile.log
tail -f logfile.log
Front :
Un exemple d'implémentation de l'api est disponible dans front-example :
Uninstall :
cd user
./uninstall.sh
To do :
- comment
Description
Languages
Python
37.8%
JavaScript
25%
AppleScript
18.3%
CSS
8.3%
HTML
6.9%
Other
3.7%



