mirror of
https://github.com/thewesker/iron_ebooks.git
synced 2025-12-19 20:01:10 -05:00
9 lines
269 B
Plaintext
9 lines
269 B
Plaintext
Twitter.configure do |config|
|
|
config.consumer_key = 'KEY'
|
|
config.consumer_secret = 'KEY'
|
|
config.oauth_token = 'KEY'
|
|
config.oauth_token_secret = 'KEY'
|
|
end
|
|
|
|
$source_account = 'your_regular_account'
|
|
$rand_limit = 10 # run 1 out of every $rand_limit times roughly |