Skip to content

Commit 731ad53

Browse files
committedMar 1, 2018
Add donate link
1 parent 3a2befe commit 731ad53

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎README.md

+8
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ A Python wrapper for the Instagram private API with no 3rd party dependencies. S
77
[![Docs](https://img.shields.io/badge/docs-readthedocs.io-ff4980.svg?maxAge=2592000)](https://instagram-private-api.readthedocs.io/en/latest/)
88
[![Build](https://img.shields.io/travis/ping/instagram_private_api.svg)](https://travis-ci.org/ping/instagram_private_api)
99

10+
[![Build](https://www.buymeacoffee.com/assets/img/custom_images/yellow_img.png)](https://www.buymeacoffee.com/ping)
11+
1012
## Overview
1113

1214
I wrote this to access Instagram's API when they clamped down on developer access. Because this is meant to achieve [parity](COMPAT.md) with the [official public API](https://www.instagram.com/developer/endpoints/), methods not available in the public API will generally have lower priority.
@@ -112,6 +114,12 @@ You are advised to persist/cache the auth cookie details to avoid logging in eve
112114

113115
The saved auth cookie can be reused for up to **90 days**.
114116

117+
## Donate
118+
119+
Want to keep this project going? Please donate generously [https://www.buymeacoffee.com/ping](https://www.buymeacoffee.com/ping)
120+
121+
[![Build](https://www.buymeacoffee.com/assets/img/custom_images/yellow_img.png)](https://www.buymeacoffee.com/ping)
122+
115123
## Support
116124
Make sure to review the [contributing documentation](CONTRIBUTING.md) before submitting an issue report or pull request.
117125

0 commit comments

Comments
 (0)