github.com/status-im/status-go@v1.1.0/cmd/ping-community/README.md (about)

     1  ## Ping community
     2  
     3  This script publishes a post every 2 seconds on the given community/chat-id, using the seed phrase provided.
     4  ### How to build
     5  
     6  You must have go installed.
     7  Then you can run, from `cmd/ping-community`
     8  
     9  ```
    10  go build
    11  ```
    12  
    13  which should create a `ping-community` executable
    14  
    15  ### How to run
    16  ```
    17  ./ping-community --seed-phrase "your seed phrase" --community-id "community-id" --chat-id "chat-id"
    18  ```
    19  
    20  The parameters are:
    21  
    22  `community-id`: the ID of the community
    23  `chat-id`: the ID of the chat we want to post on