We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
When i want to run the script i got this issus "Mechanize::ResponseCodeError 403 => Net::HTTPForbidden" ? Have you solutions ?
` require 'instabot'
bot = Instabot.new :manual bot.login("my_username","my_password")
bot.follow('panasonic_france')
bot.logout()`