zeionara / televisor

A tool for sending videos to telegram chats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A tool for sending videos to telegram chats

License:Apache License 2.0


Languages

Language:Python 74.0%Language:Shell 26.0%