Skip to content
This repository has been archived by the owner on Jan 8, 2022. It is now read-only.

Telewater CLI usage

Aahnik Daw edited this page Apr 2, 2021 · 4 revisions

telewater

A telegram bot that applies watermark on images, gifs and videos.

Usage:

$ telewater [OPTIONS]

Options:

  • --API_ID INTEGER: API ID obtained from my.telegram.org [env var: API_ID; required]
  • --API_HASH TEXT: API HASH obtained from my.telegram.org [env var: API_HASH; required]
  • -n, --name TEXT: Name of the bot you are runnning. [env var: BOT_USERNAME; required]
  • -t, --token TEXT: Bot Token obtained from @BotFather. [env var: BOT_TOKEN; required]
  • -l, --loud: Increase output verbosity. [env var: LOUD]
  • -v, --version: Show version and exit.
  • --help: Show this message and exit.

Note:

  • In the above help text, you see env var specified for some options. The value of those options can be set by using an environment variable (of the specified name), instead of passing as a command-line argument.
  • You can write your environment variables for telewater inside a file called .env which lies in the same directory from which the telewater command is invoked.
Clone this wiki locally