blog-logo

#ruby

Build Twitter Bot with Ruby

Published by Prabin Poudel 11 min read
cover: Build Twitter Bot with Ruby
Did you know? We can also build bot with Ruby. Today we will be building twitter bot that retweets set of hashtags. We will be using twitter gem which uses Twitter API under the hood.

[Fix] Issue while installing ruby with rbenv in M1 Mac

Published by Prabin Poudel 1 min read
cover: [Fix] Issue while installing ruby with rbenv in M1 Mac
When installing Ruby with rbenv in M1 Mac, it throws Build fail error with message 'Inspect or clean up the working tree error ...' Today we will look at how we can resolve the error and install the ruby with rbenv in our M1 Mac.