An open API service indexing awesome lists of open source software.

https://github.com/mayankagnihotri7/twitter_bot_ruby

A Twitter bot made with ♡ using ruby to retweet specified hashtags.
https://github.com/mayankagnihotri7/twitter_bot_ruby

ruby twitter twitter-bot

Last synced: 3 months ago
JSON representation

A Twitter bot made with ♡ using ruby to retweet specified hashtags.

Awesome Lists containing this project

README

          

# Twitter bot.
Twitter bot made with ♡ using ruby to retweet specified hashtags.

## Usage:
- Clone the repository.
- Go into the directory/folder where you cloned the repository.
- Create a config folder and inside the config folder create `application.yml`
- In `application.yml` add your consumer key, consumer key secret, access token and access token secret which you will get once you login to `apps.twitter.com` and
create a new application in there.
- Run the bot using `ruby app/services/twitter/re_tweet_service.rb`

All thanks to this [Article](https://prabinpoudel.com.np/articles/build-twitter-bot-with-ruby/#skills-required-to-follow-the-tutorial) using which I was able to build the Twitter bot.