First, configure your telegram chat id and bot token in .bashrc:
export TELEVISOR_TOKEN='foo'
export MY_CHAT_ID=12345To call the module:
python -m tv send 'foo.mp4'To install from pip:
pip install televisorTo create environment and install all dependencies:
./setup.sh