New Features
* support both `user_id` and `username` as arguments in helper functions
* add helper function
* use structured models for helper functions
* retrieve recent activity
* retrieve post by id
* retrieve posts from your feed
* update instagram profile picture
Fixes
* use correct order for arguments
* (profile): do not set biography to an empty string when updating profile
* (examples): don't set a caption for null post :)
* (friendships): return False, when there are no more user accounts to retrieve
* (examples): use ctor, instead of .create
* (examples): use valid user id
* (examples): use ctor, instead of .Create
* (post): we should probably include the next max id
* (examples): use instead of , when updating profile picture
* (profile): add missing obj.fill calls
* (profile): always send (empty) parameter when updating gender.
Docs
* wasn't a typo
* fix typo
* add alperenkaplan as a contributor for code, doc ([183](https://github.com/stanvanrooy/instauto/issues/183))
* add Fislix as a contributor ([175](https://github.com/stanvanrooy/instauto/issues/175))
* update readme
* add examples for the helper functions
* add examples for search actions
* add examples for profile actions
* add examples for post actions
* add examples for friendship actions
* add examples for feed actions
* add examples for direct actions
* add examples for authentication actions
* add examples for activity actions
* update readme
* update readme
* add atnartur as a contributor ([171](https://github.com/stanvanrooy/instauto/issues/171))
* fix code example in usage section in readme ([170](https://github.com/stanvanrooy/instauto/issues/170))
* update/add examples
Others
* (deps): bump urllib3 from 1.25.9 to 1.26.5 ([179](https://github.com/stanvanrooy/instauto/issues/179))
* update contributor count
* add example for retrieving your feed
* update readme
* update .gitignore
* rewrite
* (deps): bump pygments from 2.6.1 to 2.7.4 ([152](https://github.com/stanvanrooy/instauto/issues/152))
* (deps): bump jinja2 from 2.11.2 to 2.11.3 ([151](https://github.com/stanvanrooy/instauto/issues/151))
* delete 'ready' folder
Full set of changes: [`1.0.6...2.0.1`](https://github.com/stanvanrooy/instauto/compare/1.0.6...2.0.1)