Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rtunazzz/hidemyemail-generator
Generator for Apple's HideMyEmail service. Generate multiple iCloud emails with ease!
https://github.com/rtunazzz/hidemyemail-generator
apple email-generator hidemyemail icloud-generator rafflebots sneakers
Last synced: about 1 month ago
JSON representation
Generator for Apple's HideMyEmail service. Generate multiple iCloud emails with ease!
- Host: GitHub
- URL: https://github.com/rtunazzz/hidemyemail-generator
- Owner: rtunazzz
- License: mit
- Created: 2022-03-05T11:41:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T08:54:39.000Z (9 months ago)
- Last Synced: 2024-08-05T06:03:53.174Z (5 months ago)
- Topics: apple, email-generator, hidemyemail, icloud-generator, rafflebots, sneakers
- Language: Python
- Homepage:
- Size: 10.2 MB
- Stars: 145
- Watchers: 4
- Forks: 29
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> Automated generation of Apple's iCloud emails via HideMyEmail.
_You do need to have an active iCloud+ subscription to be able to generate iCloud emails..._
## Usage
You can get prebuild binaries for Windows & ARM Macs from the [releases page](https://github.com/rtunazzz/hidemyemail-generator/releases). Follow the guide steps 1 & 2 below if you'd like to run it from source, otherwise you can skip to the 3rd step - set your cookie and run.
Apple allows you to create 5 * # of people in your iCloud familly emails every 30 mins or so. From my experience, they cap the amount of iCloud emails you can generate at ~700.
## Setup
> Python 3.12+ is required!1. Clone this repository
```bash
git clone https://github.com/rtunazzz/hidemyemail-generator
```2. Install requirements
```bash
pip install -r requirements.txt
```3. [Save your cookie string](https://github.com/rtunazzz/hidemyemail-generator#getting-icloud-cookie-string)
> You only need to do this once 🙂
4. You can now run the gen with:
**on Mac:**
```bash
python3 main.py
```**on Windows:**
```bash
python main.py
```## Getting iCloud cookie string
> There is more than one way how you can get the required cookie string but this one is _imo_ the simplest...
1. Download [EditThisCookie](https://chrome.google.com/webstore/detail/editthiscookie/fngmhnnpilhplaeedifhccceomclgfbg) Chrome extension
2. Go to [EditThisCookie settings page](chrome-extension://fngmhnnpilhplaeedifhccceomclgfbg/options_pages/user_preferences.html) and set the preferred export format to `Semicolon separated name=value pairs`
3. Navigate to [iCloud settings](https://www.icloud.com/settings/) in your browser and log in
4. Click on the EditThisCookie extension and export cookies
5. Paste the exported cookies into a file named `cookie.txt`
# License
Licensed under the MIT License - see the [LICENSE file](./LICENSE) for more details.
Made by **[rtuna](https://twitter.com/rtunazzz)**.