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 3, 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 running.  
                    [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.


Read more about the environment variables and how you can set them.

Clone this wiki locally