{ "cells": [ { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ "#hide\n", "from fastwebhook.core import *" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "# fastwebhook\n", "\n", "> A simple GitHub webhook server." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "At this stage, this is only able to send tweets on software releases. It's very early stage still. You'll need to set up a webhook on GitHub." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Install" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "`pip install fastwebhook`" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## How to use" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Run `fastwebhook` to run the web server. Pass `--help` for info about optional arguments." ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" } }, "nbformat": 4, "nbformat_minor": 2 }