probot/docs
Gregor Martynus 072b8c26b5 v10.0.0
CHANGELOG: https://github.com/probot/probot/releases/tag/v10.0.0
2020-09-01 10:09:40 -07:00
..
README.md docs: Replace examples with include from website (#327) 2017-11-12 14:11:40 -06:00
best-practices.md feat: Implement probot-config on context.config (#619) 2019-08-05 14:26:25 -07:00
configuration.md v10.0.0 2020-09-01 10:09:40 -07:00
deployment.md v10.0.0 2020-09-01 10:09:40 -07:00
development.md v10.0.0 2020-09-01 10:09:40 -07:00
extensions.md v10.0.0 2020-09-01 10:09:40 -07:00
github-api.md v10.0.0 2020-09-01 10:09:40 -07:00
hello-world.md v10.0.0 2020-09-01 10:09:40 -07:00
http.md v10.0.0 2020-09-01 10:09:40 -07:00
logging.md v10.0.0 2020-09-01 10:09:40 -07:00
pagination.md v10.0.0 2020-09-01 10:09:40 -07:00
persistence.md v10.0.0 2020-09-01 10:09:40 -07:00
serverless-deployment.md v10.0.0 2020-09-01 10:09:40 -07:00
simulating-webhooks.md v10.0.0 2020-09-01 10:09:40 -07:00
summer-of-code.md v10.0.0 2020-09-01 10:09:40 -07:00
testing.md v10.0.0 2020-09-01 10:09:40 -07:00
webhooks.md v10.0.0 2020-09-01 10:09:40 -07:00

README.md

next permalink
docs/hello-world.md /docs/

Introduction

If you've ever thought, "wouldn't it be cool if GitHub could…"; imma stop you right there. Most features can actually be added via GitHub Apps, which extend GitHub and can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. Apps are first class actors within GitHub.

Probot is a framework for building GitHub Apps in Node.js. It aims to eliminate all the drudgerylike receiving and validating webhooks, and doing authentication handstandsso you can focus on the features you want to build.

Probot apps are easy to write, deploy, and share. Many of the most popular Probot apps are hosted, so there's nothing for you to deploy and manage. Here are just a few examples of things that have been built with Probot:

{% include docs/examples.html %}

Check out the featured apps or browse more examples on GitHub

Ready to get started?