https://github.com/ckolderup/bombeveryword
Lets you retweet a set of @everyword tweets into your timeline, in order.
https://github.com/ckolderup/bombeveryword
Last synced: 9 months ago
JSON representation
Lets you retweet a set of @everyword tweets into your timeline, in order.
- Host: GitHub
- URL: https://github.com/ckolderup/bombeveryword
- Owner: ckolderup
- Created: 2014-06-07T19:25:08.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-07T19:28:24.000Z (over 11 years ago)
- Last Synced: 2025-05-07T16:11:31.775Z (9 months ago)
- Language: Ruby
- Size: 133 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
You'll need a .env file with the oauth variables necessary for a Twitter read/write application.
Go set up an application on dev.twitter.com, give it write access, then generate oauth keys for yourself.
Put them in the .env file with the following keys:
`TWITTER_CONSUMER_KEY`
`TWITTER_CONSUMER_SECRET`
`TWITTER_OAUTH_TOKEN`
`TWITTER_OAUTH_SECRET`
The first time you run you'll need to:
`rbenv rehash`
`bundle install`
After that, to run the script, use it like so:
`bundle exec foreman run ruby app.rb bomb every word --tweet`
Where you can substitute the words after app.rb and before --tweet with whatever you want.