github-discussions-fetcher
v0.8.0
Published
This package was created to call GitHub to fetch all discussions, every comment in each discussion, and every reply of those comments from any GitHub repository.
Downloads
561
Readme
GitHub Discussions Fetcher
This package was created to call GitHub to fetch all discussions, every comment in each discussion, and every reply of those comments from any GitHub repository.
Development
This project was written using Deno.
To start the querying workflow, run the following comand:
deno task dev
This package requires that you have
GITHUB_TOKEN
configured in your local environment to authenticate with GitHub.