Naughtygram.Identity

Creates identities for users, which are basically a set of bullshit device identifiers to send to the API.

Summary

Functions

Creates a pseudorandom set of device identifiers, run this once the first time a user makes a request, and save the identifiers for further reqests. I don't know exactly how forensic Instagram's security measures are, but it looks pretty odd if a different "device" makes each request over a single session

Functions

create_random()

Creates a pseudorandom set of device identifiers, run this once the first time a user makes a request, and save the identifiers for further reqests. I don't know exactly how forensic Instagram's security measures are, but it looks pretty odd if a different "device" makes each request over a single session...