Wiki

Clone wiki

clist / Telegram / Help

#Help @ClistBot

##start

#!text
usage: ask me /start [-h] [key]

Start communication and connect your account

positional arguments:
  key         Connect account using secret key

optional arguments:
  -h, --help  show this help message and exit

##time

#!text
usage: ask me /time [-h]

Show current time in your timezone

optional arguments:
  -h, --help  show this help message and exit

##resources

#!text
usage: ask me /resources [-h] [-g GREP] [-d DELIMITER]

View resources list

optional arguments:
  -h, --help            show this help message and exit
  -g GREP, --grep GREP  Grep host field
  -d DELIMITER, --delimiter DELIMITER
                        Events delimiter

##list

#!text
usage: ask me /list [-h] [-g GREP] [-f FORMAT] [-t TIME_FORMAT] [-d DELIMITER]
                    [-q QUERY] [-s {event,start,end,resource,duration,href}]
                    [-r] [-o OFFSET] [-l LIMIT] [-c] [-lb LABEL LABEL LABEL]
                    [-np]

View contest list

optional arguments:
  -h, --help            show this help message and exit
  -g GREP, --grep GREP  Grep by event and resource field
  -f FORMAT, --format FORMAT
                        Formating events. Default: "%(start)s - %(duration)s -
                        %(remaining)s %(label)s\n[%(event)s](%(href)s) -
                        `%(resource)s`"
  -t TIME_FORMAT, --time-format TIME_FORMAT
                        Formating time. Default: "%d.%m %a %H:%M"
  -d DELIMITER, --delimiter DELIMITER
                        Events delimiter. Default: "\n\n"
  -q QUERY, --query QUERY
                        Query filter
  -s {event,start,end,resource,duration,href}, --sort-by {event,start,end,resource,duration,href}
                        Sorting by field
  -r, --reverse-sort    Reversing sort by field. Default: "False"
  -o OFFSET, --offset OFFSET
                        Offset start slice. Default: "0"
  -l LIMIT, --limit LIMIT
                        Limit slice. Default: "5"
  -c, --coming          Only coming events. Default: "False"
  -lb LABEL LABEL LABEL, --label LABEL LABEL LABEL
                        Labeling contest chars. Default: "['', '*', '[past]']"
  -np, --no-paging      Paging view. Default: "False"

##prev

#!text
usage: ask me /prev [-h]

Show previous page in paging

optional arguments:
  -h, --help  show this help message and exit

##next

#!text
usage: ask me /next [-h]

Show next page in paging

optional arguments:
  -h, --help  show this help message and exit

##repeat

#!text
usage: ask me /repeat [-h]

Repeat last command

optional arguments:
  -h, --help  show this help message and exit

##help

#!text
usage: ask me /help [-h]

Show what I can do

optional arguments:
  -h, --help  show this help message and exit

Updated