Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.04 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.04 KB

pull-request-comments-script

Simple python scripts that pulls data from GitHub using its v4 graphQL API. For purposes of observing and researching the Sentiment Analysis of pull request comments left on popular GitHub repositories.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

python 3.7.4

Install

pip install -r requirements.txt

get_pull_requests.py

This script when given a repository owner and name will iterate through and save all comments from a given number of pull requests to a MongoDB.

get_repos.py

This script will iterate through and save all repositories with given constraints to a MongoDB.

Authors

Acknowledgments

  • Igor Steinmacher, PHD. - Advisor Profile