probot/docs
Gregor c4845298bc docs(configuration): REDIS_URL 2019-03-08 11:16:29 -08:00
..
README.md docs: Replace examples with include from website (#327) 2017-11-12 14:11:40 -06:00
best-practices.md Follow GitHub Casing Standards (#756) 2018-10-31 22:42:03 -04:00
configuration.md docs(configuration): REDIS_URL 2019-03-08 11:16:29 -08:00
deployment.md doc: update GitHub actions workflow reference (#823) 2019-01-13 15:30:41 -05:00
development.md docs(README): fixes wording (#880) 2019-03-06 10:17:43 -08:00
extensions.md Update standard-markdown to the latest version 🚀and lint docs 2018-10-10 11:54:31 -04:00
github-api.md docs(github-api): github.graphql is the new github.query and then some 2019-03-08 10:00:19 -08:00
hello-world.md docs: links in "Serverless Deployment" (#773) 2018-11-19 14:27:42 -08:00
http.md Follow GitHub Casing Standards (#756) 2018-10-31 22:42:03 -04:00
logging.md fix: Spelling (#800) 2019-01-03 12:15:02 -05:00
pagination.md docs(pagination): lookie lookie async iterators 👀 2019-03-08 10:00:19 -08:00
persistence.md fix: Spelling (#800) 2019-01-03 12:15:02 -05:00
serverless-deployment.md docs: Fix URL for Serverless GCF repository (#805) 2019-01-04 13:42:31 -05:00
simulating-webhooks.md docs(simulating-webhooks.md): typo and `pull_request.labeled` keyword highlight (#796) 2018-12-21 10:36:39 -08:00
summer-of-code.md docs: links in "Serverless Deployment" (#773) 2018-11-19 14:27:42 -08:00
testing.md docs(testing): typo in code example (#834) 2019-03-08 10:00:43 -08:00
webhooks.md Follow GitHub Casing Standards (#756) 2018-10-31 22:42:03 -04: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?