Merge pull request #128 from ineffyble/tweak/output-auth-tokens-in-rb-format
Change output of ebooks auth so it can be copy-pasted into bots.rb
This commit is contained in:
commit
aed6787706
1 changed files with 2 additions and 2 deletions
|
@ -306,8 +306,8 @@ STR
|
||||||
access_token = request_token.get_access_token(oauth_verifier: pin)
|
access_token = request_token.get_access_token(oauth_verifier: pin)
|
||||||
|
|
||||||
log "Account authorized successfully. Make sure to put these in your bots.rb!\n" +
|
log "Account authorized successfully. Make sure to put these in your bots.rb!\n" +
|
||||||
" access token: #{access_token.token}\n" +
|
" bot.access_token = \"#{access_token.token}\"\n" +
|
||||||
" access token secret: #{access_token.secret}"
|
" bot.access_token_secret = \"#{access_token.secret}\""
|
||||||
end
|
end
|
||||||
|
|
||||||
HELP.console = <<-STR
|
HELP.console = <<-STR
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue