-
Edit the hashtags you are interested in in the
go.rb
file as a hash where the key is the hashtag and the value is how many posts from that hashtag you want to like (ex.{love: 100}
). -
In the main loop comment out the actions you dont't want to perform
-
Launch the
go.rb
file
crawl(hash)
-> Crawls the hashtag pages of the passed in hash and places the likes.funfollow(n)
-> Follows and unfollows accounts.n
defines how many accounts you want to follow at a time, sofunfollow(0)
will unfollow every account previously followed by the bot, leaving your manually followed accounts intact.