Naughtygram
Naughtygram is a very basic client for Instagram's private API.
Read the docs
Use at your own risk, this probably violates their TOS.
TODO: add examples
Changelog
0.2.0
-
Add the
Naughtygram.activity_inbox/3function for getting a user's notifications
0.1.7
-
Add an optional
proxyargument to all methods onNaughtygramfor proxying requests (see docs for usage instructions).
0.1.6
- fix a test which was failing due to the new errors not being handled properly
0.1.5
-
fix a bug where
upload_media/4was returning the internal media id, rather than the public (useful) one
0.1.4
- more descriptive errors when trying to upload an invalid media type
0.1.3
- remove uneeded items from HTTP reqs
-
add the
Naughtygram.upload_media/4function for (who would have guessed it...) uploading media.