Update README.md

This commit is contained in:
chickenflyshigh 2024-10-22 16:02:04 +11:00 committed by GitHub
parent f92423f75f
commit ab1bb83b7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@ Main tools required: unzip, ffmpeg, jq, sed, parallel, exiftool.
For Facebook:
1. Download JSON information facebook from [Facebook Accounts Center](https://accountscenter.facebook.com/info_and_permissions).
2. Unzip the files into a directory. E.g. `mkdir facebook && find <em>downloads directory</em> -maxdepth 1 -name "facebook-*.zip" -exec unzip '{}' -d facebook`.
2. Unzip the files into a directory. E.g. `mkdir facebook && find <downloads directory> -maxdepth 1 -name "facebook-*.zip" -exec unzip '{}' -d facebook`.
3. Create output directory `mkdir facebook_media`
4. Run `./main.sh -d facebook -O facebook_media`.