ping / instagram_private_api

A Python library to access Instagram's private API.
MIT License
2.95k stars 612 forks source link

Accept pending friendships, download content #306

Open CircuitCM opened 3 years ago

CircuitCM commented 3 years ago

Describe your Feature Request:

Could downloading content, like tagged posts be implemented? Also there is a, def called friendships_pending() that gets pending follow requests, could accept_pending_friendships() be implemented as well? It would ideally accept these follow requests in the tab they are listed in, it would also be helpful if there were a maximum accept option, as well as an input object that defined the intervals between accepting each follower.