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.
- Host: GitHub
- URL: https://github.com/mayankagnihotri7/twitter_bot_ruby
- Owner: mayankagnihotri7
- Created: 2021-12-25T11:09:49.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-25T11:25:36.000Z (almost 4 years ago)
- Last Synced: 2025-04-10T04:18:57.041Z (6 months ago)
- Topics: ruby, twitter, twitter-bot
- Language: Ruby
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.