Skip to content

PoCInnovation/PoCLab

Repository files navigation

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

Get involved ⭐

You're invited to join this project ! Check out the contributing guide.

Our PoC team ❤️

Developers


Mikaël Vallenet

Ismaël Fall

Abdelkarim Bengrine

Albert Valentin

Organization

🚀 Don't hesitate to follow us on our different networks, and put a star 🌟 on PoC's repositories

Made with ❤️ by PoC