X-Git-Url: http://lab.mitty.jp/git/?a=blobdiff_plain;f=twitter%2Fnt_bot.pl;h=5b005caac1da91e18981d851b73515b7a69634b6;hb=ec2b7c9dc76edc1aaeb1471d1a74ef72f5199e1d;hp=623560b7615fbbcf6728d222d4d946a1a4a10aba;hpb=1680a86dbcb5e3096eb1dc0a03da0d637131aa5b;p=lab.git diff --git a/twitter/nt_bot.pl b/twitter/nt_bot.pl index 623560b..5b005ca 100755 --- a/twitter/nt_bot.pl +++ b/twitter/nt_bot.pl @@ -8,7 +8,7 @@ use YAML::Tiny; my $config = (YAML::Tiny->read('config.yml'))->[0]; my $consumer_key = $config->{'consumer_key'}; -my $consumer_key_secret = $config->{'consumer_key_secret'}; +my $consumer_key_secret = $config->{'consumer_secret'}; my $access_token = $config->{'access_token'}; my $access_token_secret = $config->{'access_token_secret'};