davidmurdoch / gitpoap-bot

GitPOAP's notification bot & more

Home Page:https://github.com/apps/gitpoap-bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gitpoap-bot

A GitHub App built with Probot that A Probot app

Setup

# Install dependencies
yarn

# Build the typescript code
yarn build

# Run the bot
yarn start

Docker

# 1. Build container
docker build -t gitpoap-bot .

# 2. Start container
docker run -e APP_ID=<app-id> -e PRIVATE_KEY=<pem-value> gitpoap-bot

Contributing

If you have suggestions for how gitpoap-bot could be improved, or want to report a bug, open an issue! We'd love all and any contributions.

For more, check out the Contributing Guide.

License

ISC © 2022 Jay Puntham-Baker jay@gitpoap.io

About

GitPOAP's notification bot & more

https://github.com/apps/gitpoap-bot

License:ISC License


Languages

Language:TypeScript 85.2%Language:HTML 4.5%Language:JavaScript 4.1%Language:Shell 3.5%Language:Dockerfile 2.6%