lib/chatterbot/client.rb in chatterbot-0.4.0 vs lib/chatterbot/client.rb in chatterbot-0.5.0
- old
+ new
@@ -68,13 +68,10 @@
puts "****************************************"
puts "Hey, looks like you need to get an API key from Twitter before you can get started."
puts "Please go to this URL: https://twitter.com/apps/new"
- puts "\nChoose 'Client' as the app type."
- puts "Choose 'Read & Write' access."
-
- print "\n\n\nPaste the 'Consumer Key' here: "
+ print "\n\nPaste the 'Consumer Key' here: "
STDOUT.flush
config[:consumer_key] = STDIN.readline.chomp
print "Paste the 'Consumer Secret' here: "
STDOUT.flush