This project is designed to generate emails using the iCloud Hide My Email service. To make use of this project, please follow the steps mentioned below.
- Make sure you are subscribed to iCloud+. If not, you can subscribe here.
-
Export cookies from icloud.com:
- Go to icloud.com
- Use the EditThisCookie browser extension to export cookies.
- Save the cookies into a file named
cookies.json
in the root directory of this project.
-
Install dependencies:
- Run the command
yarn
in the root directory of the project to install necessary dependencies.
- Run the command
-
Run the project:
- After you've installed all the dependencies, use the command
yarn start
to start the script.
- After you've installed all the dependencies, use the command