Skip to content

Instantly share code, notes, and snippets.

View joryan44's full-sized avatar

Joseph Ryan joryan44

  • 07:31 (UTC -04:00)
View GitHub Profile
@Tatsh
Tatsh / delall-icloud-photos.py
Last active December 17, 2023 03:40
Use pyicloud to delete all photos from iCloud (may need to be run multiple times)
#!/usr/bin/env python
from __future__ import print_function
import json
import sys
from authentication import authenticate
from future.moves.urllib.parse import urlencode
if __name__ == '__main__':
username = sys.argv[1]