README.md
# Naughtygram
[](https://travis-ci.org/Zensavona/naughtygram) [](http://inch-ci.org/github/zensavona/naughtygram) [](https://coveralls.io/github/Zensavona/naughtygram?branch=master) [](https://hex.pm/packages/naughtygram) [](https://hex.pm/packages/naughtygram) [](http://opensource.org/licenses/MIT)
### Naughtygram is a very basic client for Instagram's private API.
### [Read the docs](https://hexdocs.pm/naughtygram)
Use at your own risk, this probably violates their TOS.
** TODO: add examples **
## Changelog
### 0.2.0
- Add the `Naughtygram.activity_inbox/3` function for getting a user's notifications
### 0.1.7
- Add an optional `proxy` argument to all methods on `Naughtygram` for 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/4` was 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/4` function for (who would have guessed it...) uploading media.