{"id":15048370,"url":"https://github.com/github/upload","last_synced_at":"2025-12-16T20:14:53.850Z","repository":{"id":858573,"uuid":"592747","full_name":"github/upload","owner":"github","description":"Script to upload files to non-repo storage from the command line","archived":true,"fork":false,"pushed_at":"2015-02-18T04:41:36.000Z","size":323,"stargazers_count":74,"open_issues_count":0,"forks_count":180,"subscribers_count":13,"default_branch":"master","last_synced_at":"2024-09-29T00:21:29.397Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":"Unmaintained","scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/github.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":"2010-04-03T04:50:46.000Z","updated_at":"2024-09-25T10:54:17.000Z","dependencies_parsed_at":"2022-08-06T10:01:11.539Z","dependency_job_id":null,"html_url":"https://github.com/github/upload","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/github%2Fupload","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fupload/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fupload/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fupload/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/github","download_url":"https://codeload.github.com/github/upload/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235232529,"owners_count":18957057,"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-09-24T21:11:11.167Z","updated_at":"2025-10-04T08:31:26.242Z","avatar_url":"https://github.com/github.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"**NOTE: This repository is no longer supported or updated by GitHub. If you wish to continue to develop this code yourself, we recommend you fork it.**\n\nGitHub Upload Script\n====================\n\n`github_upload` is a command line utility to allow quick uploading of files to non-repo storage on GitHub.\n\nIf can be used from within a local repo, or given an explicit repo name to upload to.\n\nIn repo:\n\n    $ cd my_local_repo\n    $ github_upload file_to_upload\n\nExplicit:\n\n    $ github_upload file_to_upload myname/myrepo\n\ngithub_upload requires you have Ruby and a few gems installed.  See below for details.\n\n\nInstall\n-------\n\n`github_upload` is most easily installed as a standalone script:\n\n    $ curl -s http://github.com/github/upload/raw/master/upload.rb \u003e ~/bin/github_upload\n    $ chmod 755 ~/bin/github_upload\n    $ gem install xml-simple mime-types\n\nAssuming `~/bin/` is in your `$PATH`, you just need to set your git config and you're ready to roll.\n\nSetup\n-----\n\nTo use this script you need to have your GitHub username and token stored in your git config.\n\nTo test it run this:\n\n    $ git config --global github.user\n    $ git config --global github.token\n\nIf you see nothing, you need to set the config setting:\n\n    $ git config --global github.user YOUR_USER\n    $ git config --global github.token YOUR_TOKEN\n\nSee \u003chttp://help.github.com/git-email-settings/\u003e for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgithub%2Fupload","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgithub%2Fupload","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgithub%2Fupload/lists"}