Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 586 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 586 Bytes

InstagramUpload

Installation

Add this line to your application's Gemfile:

gem 'instagram_upload'

And then execute:

$ bundle

Or install it yourself as:

$ gem install instagram_upload

Usage

client = InstagramUpload::Client.new('login', 'password')
client.upload_photo('test.jpg', '#test_upload')

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/postwill/instagram_upload.

License

The gem is available as open source under the terms of the MIT License.