diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 00000000..fb6bff6b --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,25 @@ +{ + "projectName": "osxphotos", + "projectOwner": "RhetTbull", + "repoType": "github", + "repoHost": "https://github.com", + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": true, + "commitConvention": "none", + "contributors": [ + { + "login": "britiscurious", + "name": "britiscurious", + "avatar_url": "https://avatars1.githubusercontent.com/u/25646439?v=4", + "profile": "https://github.com/britiscurious", + "contributions": [ + "doc", + "code" + ] + } + ], + "contributorsPerLine": 7 +} diff --git a/README.md b/README.md index 236c218a..e0849dce 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # OSXPhotos + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/python/black) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) @@ -2037,3 +2040,23 @@ This project was originally inspired by [photo-export](https://github.com/patrik I use [py-applescript](https://github.com/rdhyee/py-applescript) by "Raymond Yee / rdhyee" to interact with Photos. Rather than import this package, I included the entire package (which is published as public domain code) in a private package to prevent ambiguity with other applescript packages on PyPi. py-applescript uses a native bridge via PyObjC and is very fast compared to the other osascript based packages. + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + +

britiscurious

📖 💻
+ + + + + + +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file