dbot/modules-stock/github/README.md
Georg 70a21d2b18
Signed-off-by: Georg <georg@lysergic.dev>
Init

- Initial fixes in modules
- Bundled adapted jsbot
- Elaborative README.md
2021-08-24 21:16:26 +02:00

1.3 KiB

Github

Grabs interesting data from the GitHub API.

Description

This module for depressionbot takes some interesting information about Github and parses it in a pleasing manner.

Configuration

defaultrepo

When repository information is lacking from the command, this repository will be used. #### sortorder Defines the behaviour of ~issue when no arguments are given. Options are created, updated, or comments. ### Commands #### ~commits Returns the number of commits in the repository of the current depressionbot instance. #### ~gstatus Returns the current status of Github, and a message explaining the current state of affairs. #### ~issue (user/repo) [id] Gives information about the isse pecified, from the default repository if one is not explicitly stated. #### ~milestone [milestone name] Returns milestone progress for any given milestone, with a link to the milestone in question. #### ~repo (repo name) Returns information about the repo given as a parameter. The repo should be specified as user/name; for example, twitter/snowflake. #### ~repocount [user] Returns the number of public Github repositories for the specified user. ### Dependencies * request:$ npm install request