Skip to content

Add Find My Phone sound playing script command using Playwright #992

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vsvaidya27
Copy link

Description

This PR adds a new script command under the "Apps" category: Find My Phone.

It uses Node.js and Playwright to automate iCloud Find My and trigger the "Play Sound" function on your Apple device, which is useful for people who often misplace their iPhone.

The script is configurable via a .env file for Apple ID credentials and includes a custom icon.

Type of change

  • New script command

Screenshot

Find My Phone Icon

Screenshot 2025-06-08 at 7 41 17 PM

Dependencies / Requirements

  • Requires Node.js
  • Requires installation of dependencies via npm install:
    • playwright
    • dotenv
  • Requires a .env file with:
    • ICLOUD_EMAIL
    • ICLOUD_PASSWORD

Instructions are included in the script folder's README.md and .env.example.

Checklist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant