/televisor

A tool for sending videos to telegram chats

Primary LanguagePythonApache License 2.0Apache-2.0

televisor

Usage

First, configure your telegram chat id and bot token in .bashrc:

export TELEVISOR_TOKEN='foo'
export MY_CHAT_ID=12345

To call the module:

python -m tv send 'foo.mp4'

Installation

To install from pip:

pip install televisor

To create environment and install all dependencies:

./setup.sh