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

Auto following people does not work #15

Open fabrice-renard opened 5 years ago

fabrice-renard commented 5 years ago

Hi, I'm trying to create a bot that follows people automatically on Instagram. I use the auto mode of instabot.rb with tor, and I get these three erros: 400 => Net::HTTPBadRequest for https://www.instagram.com/web/likes/2106951493290989458/like/ -- unhandled response 405 => Net::HTTPMethodNotAllowed for https://www.instagram.com/web/friendships/9192744081/follow/ -- unhandled response 403 => Net::HTTPForbidden for https://www.instagram.com/web/friendships/8300545933/follow/ -- unhandled response

Any fixes?