Naughtygram
Main functionality for interacting with the private Instagram API
Summary
Functions
Comment on some media
Follows a user as the user asociated with passed cookie and identity
Likes a media item as the user asociated with passed cookie and identity
Log the user in and return a cookieset which should be sent with further requests to identify the session to IG
Unfollows a user as the user asociated with passed cookie and identity
Unlikes a media item as the user asociated with passed cookie and identity
Functions
Follows a user as the user asociated with passed cookie and identity.
Likes a media item as the user asociated with passed cookie and identity.
Log the user in and return a cookieset which should be sent with further requests to identify the session to IG.
Takes a username, password and identity generated with Naughtygram.Identity.create_random
.
These identities contain the user agent, device guid, etc.. So should ideally be created once per user and stored for later use.
Unfollows a user as the user asociated with passed cookie and identity.