NAME
camshotbot - Telegram::Camhshotbot CLI tool. For more information run camshotbot --help
VERSION
version 0.01
DEVELOPMENT
For running without dzil install
export CAMSHOTBOT_TELEGRAM_API_TOKEN='<TELEGRAM_API_TOKEN>'
export CAMSHOTBOT_CONFIG=$PWD/lib/Telegram/CamshotBot.json.example
export CAMSHOTBOT_STREAM_URL rtsp://192.168.0.113/ch0.h264
# check that variable was set fine
# echo $CAMSHOTBOT_CONFIG
perl -Ilib bin/camshotbot
Remember that env variables are existing only during life of terminal tab
AUTHOR
Pavel Serikov <pavelsr@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2017 by Pavel Serikov.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.