{"id":14384544,"url":"https://github.com/wgpsutherland/gistory","last_synced_at":"2025-08-23T17:32:46.010Z","repository":{"id":22775637,"uuid":"26121673","full_name":"wgpsutherland/gistory","owner":"wgpsutherland","description":"Returns history data from GitHub for a given user.","archived":false,"fork":false,"pushed_at":"2014-11-04T22:36:39.000Z","size":160,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-29T18:34:54.207Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.npmjs.org/package/gistory","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wgpsutherland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-11-03T14:18:44.000Z","updated_at":"2020-02-21T23:48:11.000Z","dependencies_parsed_at":"2022-08-05T19:16:24.880Z","dependency_job_id":null,"html_url":"https://github.com/wgpsutherland/gistory","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wgpsutherland%2Fgistory","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wgpsutherland%2Fgistory/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wgpsutherland%2Fgistory/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wgpsutherland%2Fgistory/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wgpsutherland","download_url":"https://codeload.github.com/wgpsutherland/gistory/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230716555,"owners_count":18269790,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-28T18:01:27.835Z","updated_at":"2024-12-21T12:30:42.223Z","avatar_url":"https://github.com/wgpsutherland.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# gistory\n\nA Node.js tool that returns the history of a given GitHub user as a .json file.\n\n##Installation\n\nInstall with the Node.JS package manager [npm](http://npmjs.org/):\n\n    $ npm install gistory\n\nor\n\nInstall via git clone:\n\n    $ git clone git://github.com/wgpsutherland/gistory.git\n    $ cd gistory\n    $ npm install\n\n##Use\n\nIn your project or in the node command line you can do the following:\n\n    var gistory = require('gistory');\n    gistory.run('wgpsutherland'); // the string can be any valid GitHub username\n\nThis will create a file called history.json in the root directory which looks something like this:\n    \n    [\n        {\n            \"name\": \"wgpsutherland/github-user-history\",\n            \"date\": \"2014-11-03T23:14:39.000Z\",\n            \"type\": \"PushEvent\"\n        },\n        {\n            \"name\": \"wgpsutherland/github-user-history\",\n            \"date\": \"2014-11-03T23:04:13.000Z\",\n            \"type\": \"PushEvent\"\n        },\n        {\n            \"name\": \"wgpsutherland/github-user-history\",\n            \"date\": \"2014-11-03T19:43:21.000Z\",\n            \"type\": \"PushEvent\"\n        }...\n    ]\n    \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwgpsutherland%2Fgistory","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwgpsutherland%2Fgistory","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwgpsutherland%2Fgistory/lists"}