{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# ghtop\n", "\n", "> See what's happening on GitHub in real time (also helpful if you need to use up your API quota as quickly as possible)." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "`ghtop` provides a number of views of all current public activity from all users across the entire GitHub platform. (Note that GitHub delays all events by five minutes.)\n", "\n", "" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Install" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Either `pip install ghtop` or `conda install -c fastai ghtop`." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## How to use" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Run `ghtop -h` to view the help. There are 4 views you can choose:\n", "\n", "### `ghtop simple`\n", "\n", "A simple dump to your console of all events as they happen.\n", "\n", "" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### `ghtop tail`\n", "\n", "Like `simple`, but removes most bots, and only includes releases, issues and PRs (open, close, and comment events). A summary of the frequency of push events is also shown at the bottom of the screen.\n", "\n", "" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### `ghtop quad`\n", "\n", "The same information as `tail`, but in a split window showing separately PRs, issues, pushes, and releases. This view does not remove bot activity.\n", "\n", "" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### `ghtop users`\n", "\n", "A summary of activity for the most active current users, including bots.\n", "\n", "\n", "\n", "----" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Shared under the MIT license with ♥ by @nat" ] } ], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.7.7" }, "toc": { "base_numbering": 1, "nav_menu": {}, "number_sections": false, "sideBar": true, "skip_h1_title": true, "title_cell": "Table of Contents", "title_sidebar": "Contents", "toc_cell": false, "toc_position": {}, "toc_section_display": true, "toc_window_display": false } }, "nbformat": 4, "nbformat_minor": 2 }