Skip to content

A Github crawler to download PR information and convert it to txt files.

Notifications You must be signed in to change notification settings

ant-caor/github-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github crawler

Library to transform PR comments into txt files.

This library saves two kind of comments:

  • Comments: Comments on the pr conversation.
  • Review comments: Comment on a code diff hunk.

In order to accomplish that we need to do 3 requests:

  1. For the PR title, description and author.
  2. For the PR comments.
  3. For the PR review comments.

Is important to remember that oktokit has a rate limit of 5000 request per hour.

About

A Github crawler to download PR information and convert it to txt files.

Topics

Resources

Stars

Watchers

Forks