From f8e62f9bd86f52f9c54a1bfd65c45d03639848da Mon Sep 17 00:00:00 2001 From: Effy Elden Date: Fri, 19 Aug 2016 23:33:46 +1000 Subject: [PATCH] Change output of ebooks auth so it can be copy-pasted into bots.rb --- bin/ebooks | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/ebooks b/bin/ebooks index 9fada60..22df53e 100755 --- a/bin/ebooks +++ b/bin/ebooks @@ -306,8 +306,8 @@ STR access_token = request_token.get_access_token(oauth_verifier: pin) log "Account authorized successfully. Make sure to put these in your bots.rb!\n" + - " access token: #{access_token.token}\n" + - " access token secret: #{access_token.secret}" + " bot.access_token = \"#{access_token.token}\"\n" + + " bot.access_token_secret = \"#{access_token.secret}\"" end HELP.console = <<-STR