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

Merged
merged 1 commit into from
Jun 12, 2025

Conversation

vsvaidya27
Copy link
Contributor

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

Copy link
Contributor

@nhojb nhojb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Thanks for your contribution.

@nhojb nhojb merged commit 0bc35e8 into raycast:master Jun 12, 2025
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.

2 participants