Awesome
PoCLab 🚀
The project is a bot discord developed in Go.
It aims to track the activity of gno.land by displaying for example the new posts on the different boards.
How does it work?
[Explain how this project is working]
Getting Started 🏁
Installation
Install docker
Quickstart
Build the application
docker build -t poc-lab .
Run the application
docker run poc-lab -w {webhookURL} -s {delay} -b {board}
Run with several boards:
docker run poc-lab -w {webhookURL} -s {delay} -b {board} -b {board}
Run to also track the reply on the tracked board(s):
docker run poc-lab -w {webhookURL} -s {delay} -b {board} --reply
Usage
Usage of Bot:
-b value
board to notify
-reply
do track reply of post on tracked boards
-s value
second between refresh
-w string
Webhook URL
Result
<div align="center"> <img src="./.demo/2022-06-05_20-13.png"/> </div>Get involved :star:
You're invited to join this project ! Check out the contributing guide.
Our PoC team :heart:
Developers
:rocket: Don't hesitate to follow us on our different networks, and put a star 🌟 on
PoC's
repositories
Made with :heart: by PoC