Github repository

Collects information from a GitHub repository using the repository URL, including details such as description, stars, forks, issues, and contributors.

Column Name
Description
Data Type

url

Repository web address

Url

id

Unique repository ID

Text

code_language

Main programming language

Text

code

Repository source code

Array

num_lines

Total lines of code

Number

user_name

Repository owner's username

Text

user_url

Owner's profile URL

Url

size

Repository size

Text

size_unit

Repository size units

Text

size_num

Repository size number

Number

breadcrumbs

Repository navigation path

Array

├── name

Name of the repository

Text

├── url

Repository URL

Url

num_issues

Total issues count

Number

num_pullrequests

Total pull requests count

Number

num_projects

Number of associated projects

Number

num_fork

Fork count

Number

num_stared

Star count

Number

last_feature

Latest feature change

Text

latest_update

Date of last update

Date

Last updated

Was this helpful?