Sha256: 29932784d3578bd74596ddc32ed720f0ff67b5862fbe4ce61bd331d314191c1b

Contents?: true

Size: 402 Bytes

Versions: 2

Compression:

Stored size: 402 Bytes

Contents

require 'botinsta'

bot = Botinsta.new ({ username: 'YOUR_USERNAME',
                      password: 'YOUR_PASSWORD',
                      tags:              ['photography','vsco','b&w'],
                      likes_per_tag:     60,
                      tag_blacklist:     ['nsfw','sexy','hot'],
                      unfollows_per_run: 200,
                      follows_per_tag:   10
})

bot.start

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
botinsta-0.1.2 example/example.rb
botinsta-0.1.1 example/example.rb