Skip to content

Instantly share code, notes, and snippets.

@chris-x86-64
Created June 29, 2013 08:09
Show Gist options
  • Save chris-x86-64/5890317 to your computer and use it in GitHub Desktop.
Save chris-x86-64/5890317 to your computer and use it in GitHub Desktop.
Saitan-bot MarkovChain tester.
#!/usr/bin/perl
use strict;
use warnings;
use Data::Dumper;
use YAML::Syck;
use lib './lib';
use SaitanBot::Think;
my $saitan = SaitanBot::Think->new({ conf => YAML::Syck::LoadFile('config.yml') });
;
print Dumper($saitan->generate_tweet);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment