https://github.com/transitive-bullshit/github-scraper
Misc scripts for scraping GitHub.
https://github.com/transitive-bullshit/github-scraper
Last synced: about 1 month ago
JSON representation
Misc scripts for scraping GitHub.
- Host: GitHub
- URL: https://github.com/transitive-bullshit/github-scraper
- Owner: transitive-bullshit
- License: mit
- Created: 2022-11-30T11:09:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-02T22:48:43.000Z (over 2 years ago)
- Last Synced: 2025-05-07T17:13:46.116Z (about 1 month ago)
- Language: TypeScript
- Size: 66.4 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
- Funding: .github/funding.yml
- License: license
Awesome Lists containing this project
README
github-scraper / [Exports](modules.md)
# GitHub Scraper
> Misc scripts for scraping GitHub.
[](https://github.com/transitive-bullshit/github-scraper/actions/workflows/test.yml) [](https://github.com/transitive-bullshit/github-scraper/blob/main/license) [](https://prettier.io)
- [Intro](#intro)
- [Docs](#docs)
- [Usage](#usage)
- [License](#license)## Intro
This repo contains a collection of TypeScript utilities for common GitHub scraping scenrios that I've found useful over time.
## Docs
See the [auto-generated docs](./docs/modules.md).
## Usage
This module is not available as an NPM package.
_Requires Node.js 16 or later._
_You'll need a `GITHUB_ACCESS_TOKEN` environment variable to run most methods._
```bash
npx tsx src/bin.ts
```## License
MIT © [Travis Fischer](https://transitivebullsh.it)
Support my open source work by following me on twitter
![]()