A script to scrape GitHub issues and extract the usernames of all contributors who commented on them.
- Scrapes GitHub issues for a given repository
- Extracts all unique usernames who have commented on the issues
- Saves the usernames to a CSV file
- Node.js (v14 or later)
- Clone the repository:
git clone https://github.com/username/repo.git
- Navigate to the project directory:
cd repo
- Install dependencies:
npm install
- Navigate to the project directory
- Run the script with the following command:
npm start [repository]
- Replace
[repository]
with the name of the GitHub repository you want to scrape (e.g.openai/dall-e
) - For example:
npm start openai/dall-e
- Replace
This project is licensed under the MIT License - see the LICENSE file for details.