Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/machow/gh_reader
https://github.com/machow/gh_reader
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/machow/gh_reader
- Owner: machow
- Created: 2023-01-13T19:22:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-03T01:40:35.000Z (about 1 year ago)
- Last Synced: 2024-10-14T13:28:11.942Z (3 months ago)
- Language: Python
- Size: 276 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Extractors
| name | arguments | notes | incremental |
| ---- | --------- | ----- | ----------- |
| commits | owner, name | | supported |
| issues | owner, name | | supported |
| issues_pr | owner, name | same schema as issues | supported |
| labels | owner, name | | |
| pull_requests | ids | | supported |
| repository | owner, name | | |
| stargazers | owner, name | | |
| users | ids | | |
| issue_comments | ids | Also included in issue_events records | supported^† |
| issue_events | ids | | supported^† |
| issue_labels | ids | | supported |> †: Updates to these records do not affect the updatedAt field of their parent
issue. Because issue updates are used to pull event updates, edits to records
like IssueComment events may not get picked up in incremental updates.