mirror of
https://github.com/thewesker/iron_ebooks.git
synced 2025-12-20 04:11:12 -05:00
Added a twitter_init.rb.sample file
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
|||||||
iron.json
|
iron.json
|
||||||
|
twitter_init.rb
|
||||||
|
|
||||||
|
|||||||
9
twitter_init.rb.sample
Normal file
9
twitter_init.rb.sample
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
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
|
||||||
Reference in New Issue
Block a user