eVanilla / instabot.rb

An instagram bot works without instagram api, only needs your username and password. written in ruby
153 stars 37 forks source link

Mechanize::ResponseCodeError 403 => Net::HTTPForbidden #13

Open Corentin5 opened 5 years ago

Corentin5 commented 5 years ago

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()`

pacojr10 commented 4 years ago

same Issue