Adds a module to get an instagram user's profile data and list of media 📷. The instagram API provides pagination links, but I haven't tackled that particular problem yet.
@jurezove Yeah I'll tackle the pagination in the future. The way the API does it isn't extremely straightforward so I need to do some investigation into how best to implement it.
Adds a module to get an instagram user's profile data and list of media 📷. The instagram API provides pagination links, but I haven't tackled that particular problem yet.