1. 首页
  2. 数据库
  3. 其它
  4. instabot.rb:instagram机器人无需instagram api即可工作只需要您的用户名和密码。 用Ruby写 源码

instabot.rb:instagram机器人无需instagram api即可工作只需要您的用户名和密码。 用Ruby写 源码

上传者: 2021-02-01 22:13:00上传 ZIP文件 183.98KB 热度 4次
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
用户评论