#!/usr/bin/env perl
use strict;
use warnings;
use Bot::Applebot;

Bot::Applebot->new(Bot::Applebot::conf)->run;

