ny::Moose 'X::Getopt';
use Any::Moose 'X::Types::'.any_moose() => [qw/Int Str Bool HashRef/];
use JSON;
use Hailo;
use Net::Twitter::Lite;
use Scalar::Util qw(blessed);
use namespace::clean -except =>
tatuses/sample.json -u${username}:${password}";
open my $twitter, "$cmd |";
my $data = {};
while (my $line = <$twitter>) {
chomp $line;
my $twat = from_json($line);