repos
4 rows where owner = 2214 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: stargazers_count, watchers_count, forks_count, topics, forks, watchers, default_branch, permissions, network_count, subscribers_count, created_at (date), updated_at (date), pushed_at (date), topics (array)
| id | node_id | name | full_name | private | owner | html_url | description | fork | created_at | updated_at ▲ | pushed_at | homepage | size | stargazers_count | watchers_count | language | has_issues | has_projects | has_downloads | has_wiki | has_pages | forks_count | archived | disabled | open_issues_count | license | topics | forks | open_issues | watchers | default_branch | permissions | organization | temp_clone_token | allow_squash_merge | allow_merge_commit | allow_rebase_merge | delete_branch_on_merge | network_count | subscribers_count | parent | source | allow_auto_merge | allow_forking | visibility | is_template | template_repository | allow_update_branch | use_squash_pr_title_as_default | web_commit_signoff_required | squash_merge_commit_title | merge_commit_title | has_discussions | security_and_analysis |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 647521909 | R_kgDOJphmdQ | ddhq_demo | dwillis/ddhq_demo | 0 | dwillis 2214 | https://github.com/dwillis/ddhq_demo | 0 | 2023-05-31T01:02:01Z | 2023-05-31T01:02:02Z | 2023-05-31T01:03:14Z | 1527 | 0 | 0 | 1 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | [] |
0 | 0 | 0 | main | {
"admin": false,
"maintain": false,
"push": false,
"triage": false,
"pull": true
} |
0 | 1 | 1 | public | 0 | 0 | 0 | |||||||||||||||||||
| 227199164 | MDEwOlJlcG9zaXRvcnkyMjcxOTkxNjQ= | wvu-projects | dwillis/wvu-projects | 0 | dwillis 2214 | https://github.com/dwillis/wvu-projects | Scripts and data from West Virginia University journalism class | 0 | 2019-12-10T19:27:36Z | 2022-01-08T12:11:04Z | 2022-07-31T11:52:34Z | 6758 | 3 | 3 | Python | 1 | 1 | 1 | 1 | 0 | 3 | 0 | 0 | 0 | [
"git-scraping"
] |
3 | 0 | 3 | master | {
"admin": false,
"maintain": false,
"push": false,
"triage": false,
"pull": true
} |
3 | 3 | 1 | public | 0 | 0 | ||||||||||||||||||
| 266238552 | MDEwOlJlcG9zaXRvcnkyNjYyMzg1NTI= | wbb | dwillis/wbb | 0 | dwillis 2214 | https://github.com/dwillis/wbb | Women's basketball scripts and data | 0 | 2020-05-23T01:10:29Z | 2020-05-23T01:25:27Z | 2020-05-23T01:25:25Z | 1846 | 0 | 0 | Python | 1 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | [] |
0 | 0 | 0 | master | {
"admin": false,
"push": false,
"pull": true
} |
0 | 1 | ||||||||||||||||||||||
| 245852802 | MDEwOlJlcG9zaXRvcnkyNDU4NTI4MDI= | datasette-actblue | dwillis/datasette-actblue | 0 | dwillis 2214 | https://github.com/dwillis/datasette-actblue | Putting state-by-state CSVs from ActBlue FEC filings into Datasette | 0 | 2020-03-08T16:56:24Z | 2020-03-08T23:58:04Z | 2020-03-08T21:08:56Z | 13 | 4 | 4 | Python | 1 | 1 | 1 | 1 | 0 | 1 | 0 | 0 | 0 | [] |
1 | 0 | 4 | master | {
"admin": false,
"push": false,
"pull": true
} |
1 | 2 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [repos] (
[id] INTEGER PRIMARY KEY,
[node_id] TEXT,
[name] TEXT,
[full_name] TEXT,
[private] INTEGER,
[owner] INTEGER REFERENCES [users]([id]),
[html_url] TEXT,
[description] TEXT,
[fork] INTEGER,
[created_at] TEXT,
[updated_at] TEXT,
[pushed_at] TEXT,
[homepage] TEXT,
[size] INTEGER,
[stargazers_count] INTEGER,
[watchers_count] INTEGER,
[language] TEXT,
[has_issues] INTEGER,
[has_projects] INTEGER,
[has_downloads] INTEGER,
[has_wiki] INTEGER,
[has_pages] INTEGER,
[forks_count] INTEGER,
[archived] INTEGER,
[disabled] INTEGER,
[open_issues_count] INTEGER,
[license] TEXT,
[topics] TEXT,
[forks] INTEGER,
[open_issues] INTEGER,
[watchers] INTEGER,
[default_branch] TEXT,
[permissions] TEXT,
[organization] INTEGER REFERENCES [users]([id]), [temp_clone_token] TEXT, [allow_squash_merge] INTEGER, [allow_merge_commit] INTEGER, [allow_rebase_merge] INTEGER, [delete_branch_on_merge] INTEGER, [network_count] INTEGER, [subscribers_count] INTEGER, [parent] TEXT, [source] TEXT, [allow_auto_merge] INTEGER, [allow_forking] INTEGER, [visibility] TEXT, [is_template] INTEGER, [template_repository] TEXT, [allow_update_branch] INTEGER, [use_squash_pr_title_as_default] INTEGER, [web_commit_signoff_required] INTEGER, [squash_merge_commit_message] TEXT, [squash_merge_commit_title] TEXT, [merge_commit_message] TEXT, [merge_commit_title] TEXT, [has_discussions] INTEGER, [security_and_analysis] TEXT,
FOREIGN KEY(license) REFERENCES licenses(key)
);
CREATE INDEX [idx_repos_license]
ON [repos] ([license]);
CREATE INDEX [idx_repos_organization]
ON [repos] ([organization]);
CREATE INDEX [idx_repos_owner]
ON [repos] ([owner]);