zezking / pr-bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

A simple discord bot that will ping member for pull request review base on the message reaction

How to start

Make sure you have python 3.10 installed

Create a new virtual environment python3 -m venv venv

Activate virtual environment source venv/bin/activate If you are using fish shell, use source venv/bin/activate.fish instead Install dependencies python -m pip install -r requirements.txt

About


Languages

Language:Python 99.0%Language:Procfile 1.0%