https://github.com/abrie/nlstory
A tool that converts the issues and PRs of a repository into a story
https://github.com/abrie/nlstory
Last synced: 3 months ago
JSON representation
A tool that converts the issues and PRs of a repository into a story
- Host: GitHub
- URL: https://github.com/abrie/nlstory
- Owner: abrie
- Created: 2024-11-18T13:07:28.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-20T01:55:57.000Z (7 months ago)
- Last Synced: 2025-01-24T23:27:12.678Z (5 months ago)
- Language: Python
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nlstory
A tool that converts the issues and PRs of a repository into a story## Summary List of Issues and Pull Requests
This tool generates a summary list of all issues and pull requests in the repository using the python GraphQL API and jinja2 Template library.### Features
- Fetches issues and pull requests from the repository using the python GraphQL API.
- Generates HTML output for the summary list using the jinja2 Template library.### Usage
1. Set the `GITHUB_TOKEN` environment variable for authentication.
2. Run the tool to generate the summary list of issues and pull requests.