Skip to content

lightclient/parrot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parrot

Middleware that accepts logs via stdin and redirects them to Telegram, based on a configurable set of conditions.

Usage

USAGE:
    parrot [OPTIONS] --telegram-api-key <telegram-api-key> --telegram-chat-id <telegram-chat-id>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
        --matcher <matcher>                      List of conditions to match against [default: deny_info,reorg,deny_snap]
        --telegram-api-key <telegram-api-key>    Telegram bot API key
        --telegram-chat-id <telegram-chat-id>    Telegram chat id where alerts should be sent

About

Parses go-ethereum logs and pipes them to telegram

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Languages