instabot.rb:instagram机器人无需instagram api即可工作只需要您的用户名和密码。 用Ruby写 源码
instabot.rb ruby instagram bot和scraper无需instagram api即可工作,只需要您的用户名和密码。 安装 将此添加到您的Gemfile中: gem 'instabot' 然后执行 $ bundle install 或将其自己安装为: $ gem install instabot --no-ri --no-rdoc 用法 这是基本用法: require 'instabot' bot = Instabot . new :manual bot . login ( "username" , "password" ) bot . follow ( 'us
用户评论