{"id":20279179,"url":"https://github.com/peterhellberg/neocities","last_synced_at":"2025-04-11T06:18:16.688Z","repository":{"id":15925983,"uuid":"18667837","full_name":"peterhellberg/neocities","owner":"peterhellberg","description":"A Neocities client written in Go","archived":false,"fork":false,"pushed_at":"2024-12-04T14:53:32.000Z","size":74,"stargazers_count":38,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-11T06:18:09.123Z","etag":null,"topics":["client","go","neocities","neocities-client"],"latest_commit_sha":null,"homepage":"https://neocities.org","language":"Go","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/peterhellberg.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":"2014-04-11T08:41:50.000Z","updated_at":"2025-03-30T23:35:53.000Z","dependencies_parsed_at":"2022-09-07T12:00:13.471Z","dependency_job_id":null,"html_url":"https://github.com/peterhellberg/neocities","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterhellberg%2Fneocities","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterhellberg%2Fneocities/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterhellberg%2Fneocities/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterhellberg%2Fneocities/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/peterhellberg","download_url":"https://codeload.github.com/peterhellberg/neocities/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248351411,"owners_count":21089276,"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":["client","go","neocities","neocities-client"],"created_at":"2024-11-14T13:28:43.241Z","updated_at":"2025-04-11T06:18:16.677Z","avatar_url":"https://github.com/peterhellberg.png","language":"Go","readme":"A Neocities client written in Go\n================================\n\nUpload files to you [Neocities](https://neocities.org/) website from the\ncomfort of your own terminal.\n\n[![Build Status](https://github.com/peterhellberg/neocities/actions/workflows/test.yml/badge.svg)](https://github.com/peterhellberg/neocities/actions/workflows/test.yml)\n[![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat)](https://pkg.go.dev/github.com/peterhellberg/neocities)\n[![License MIT](https://img.shields.io/badge/license-MIT-lightgrey.svg?style=flat)](https://github.com/peterhellberg/neocities#license-mit)\n\n## Installation\n\nYou can download precompiled binaries for\n[OS X](https://github.com/peterhellberg/neocities/releases/download/0.0.4/neocities-0.0.4-darwin-amd64.zip),\n[Linux](https://github.com/peterhellberg/neocities/releases/download/0.0.4/neocities-0.0.4-linux-amd64.zip),\n[Windows (32 bit)](https://github.com/peterhellberg/neocities/releases/download/0.0.4/neocities-0.0.4-windows-386.zip) and\n[Windows (64 bit)](https://github.com/peterhellberg/neocities/releases/download/0.0.4/neocities-0.0.4-windows-amd64.zip)\n\nOr, if you have [Go](http://golang.org/) installed:\n\n    go install github.com/peterhellberg/neocities@latest\n\n## Usage\n\n[![Cat!](https://neocities.org/img/cat.png)](https://neocities.org/)\n\nFirst you need to set two environment variables:\n\n```bash\nexport NEOCITIES_USER=\u003cuser\u003e\nexport NEOCITIES_PASS=\u003cpass\u003e\n```\n\nAlternatively you can use the `NEOCITIES_KEY` variable.\n\nThen you should be able to upload files to your website:\n\n    neocities upload foo.html bar.js folder/baz.jpg\n\nYou can also delete files:\n\n    neocities delete foo.html folder/baz.jpg\n\nYou get a list of available commands by default:\n\n```bash\n$ neocities\nusage: neocities \u003ccommand\u003e [\u003cargs\u003e]\n\nCommands:\n   upload    Upload files to Neocities\n   delete    Delete files from Neocities\n   info      Info about Neocities websites\n   key       Neocities API key\n   list      List files on Neocities\n   version   Show neocities client version\n\nHelp for a specific command:\n   help [command]\n```\n\n## Donate\n\n[![Support Neocities](https://neocities.org/img/support-us.png)](https://neocities.org/donate)\n\nNeoCities is funded by donations. If you’d like to contribute, you can help to pay for server costs using Bitcoin or PayPal.\n\n## License (MIT)\n\nCopyright (c) 2014-2024 [Peter Hellberg](https://c7.se)\n\n\u003e Permission is hereby granted, free of charge, to any person obtaining\n\u003e a copy of this software and associated documentation files (the\n\u003e \"Software\"), to deal in the Software without restriction, including\n\u003e without limitation the rights to use, copy, modify, merge, publish,\n\u003e distribute, sublicense, and/or sell copies of the Software, and to\n\u003e permit persons to whom the Software is furnished to do so, subject to\n\u003e the following conditions:\n\n\u003e The above copyright notice and this permission notice shall be\n\u003e included in all copies or substantial portions of the Software.\n\n\u003e THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\n\u003e EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n\u003e MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n\u003e NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\n\u003e LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n\u003e OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n\u003e WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeterhellberg%2Fneocities","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeterhellberg%2Fneocities","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeterhellberg%2Fneocities/lists"}