{"id":17224818,"url":"https://github.com/pseudomuto/githubpushlib","last_synced_at":"2025-07-28T15:31:04.510Z","repository":{"id":10828514,"uuid":"13106012","full_name":"pseudomuto/githubpushlib","owner":"pseudomuto","description":"A simple library for programmatically pushing files to github","archived":false,"fork":false,"pushed_at":"2016-09-05T22:57:01.000Z","size":596,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-16T22:49:28.887Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pseudomuto.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-09-25T21:37:34.000Z","updated_at":"2024-06-02T07:39:35.000Z","dependencies_parsed_at":"2022-09-02T13:51:13.747Z","dependency_job_id":null,"html_url":"https://github.com/pseudomuto/githubpushlib","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pseudomuto%2Fgithubpushlib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pseudomuto%2Fgithubpushlib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pseudomuto%2Fgithubpushlib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pseudomuto%2Fgithubpushlib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pseudomuto","download_url":"https://codeload.github.com/pseudomuto/githubpushlib/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227923826,"owners_count":17841082,"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-10-15T04:12:03.574Z","updated_at":"2024-12-03T13:24:37.094Z","avatar_url":"https://github.com/pseudomuto.png","language":"C#","funding_links":[],"categories":["C# #"],"sub_categories":[],"readme":"# GitHub Push Lib\n\n[![Build Status](https://travis-ci.org/pseudomuto/githubpushlib.png?branch=master)](https://travis-ci.org/pseudomuto/githubpushlib)\n\nA simple library to programmatically push files to GitHub. The idea is to specify a file (or \nembedded resource) and have that file pushed to a specific repo at a specified path.\n\n## Installation\n\nThe project is distributed as a NuGet Package...\n\n    Install-Package GitHubPushLib\n\n## Usage\n\n    var service = new ContentService(token);\n    var file = new DiskFile(\"Files/content_file.gif\");\n    var target = new FileTarget(owner, repo, file.Name);\n\n    service.PushFile(file, target, \"pushing file via GitHubPushLib\");\n\nFor a working demo, check out the [Sample App]...\n\n[Sample App]: https://github.com/pseudomuto/githubpushlib/tree/master/src/SampleApp\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpseudomuto%2Fgithubpushlib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpseudomuto%2Fgithubpushlib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpseudomuto%2Fgithubpushlib/lists"}