{"id":21736393,"url":"https://github.com/kyza/node-file-uploader","last_synced_at":"2025-03-21T00:27:39.925Z","repository":{"id":106281524,"uuid":"320905340","full_name":"Kyza/node-file-uploader","owner":"Kyza","description":null,"archived":false,"fork":false,"pushed_at":"2021-04-03T01:13:19.000Z","size":51,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-25T21:11:23.917Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Kyza.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-12-12T19:14:09.000Z","updated_at":"2022-09-24T21:06:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"ecbe7640-50c4-4bec-8919-a1eaa5083358","html_url":"https://github.com/Kyza/node-file-uploader","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/Kyza%2Fnode-file-uploader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kyza%2Fnode-file-uploader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kyza%2Fnode-file-uploader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kyza%2Fnode-file-uploader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kyza","download_url":"https://codeload.github.com/Kyza/node-file-uploader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244715188,"owners_count":20497980,"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-11-26T05:18:38.858Z","updated_at":"2025-03-21T00:27:39.919Z","avatar_url":"https://github.com/Kyza.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Node Image Uploader\n\n## What is this?\n\nA simple program that automatically uploads all _new_ files in a folder to a file hoster of your choice.\n\n## Installation\n\n### Requirements\n\n- [NodeJS](https://nodejs.org/)\n- [Git](https://git-scm.com/)\n\n### Step 1\n\n```bash\ngit clone https://github.com/KyzaGitHub/node-file-uploader\ncd node-file-uploader\nnpm i\nnpm i -g .\n```\n\nThe `node-file-uploader` command is now available globally.\n\n### Step 2\n\nCopy this example into a file called `settings.json` and adjust as needed.\n\n```json\n{\n\t\"folders\": [\"C:/Users/Kyza/Pictures/Snipaste\"],\n\t\"url\": \"https://api.pxl.blue/upload/extra\",\n\t\"file_form_name\": \"file\",\n\t\"form_options\": {\n\t\t\"key\": \"\",\n\t\t\"host\": \"pxl_rand\"\n\t},\n\t\"url_path\": \"url\",\n\t\"deletion_url_path\": \"deletionUrl\",\n\t\"automatic_updating\": true\n}\n```\n\n### Step 3\n\nYou can now simply run `node-file-uploader` anywhere to start the program.\n\nYou can also create a command line file to run on startup.\n\n#### Windows\n\n```batch\nnode-file-uploader\n```\n\nSave the file as `whatever-you-want.cmd` (DO NOT NAME IT `node-file-uploader.cmd`) and place it in `C:\\Users\\[User Name]\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Programs\\Startup`.\n\n#### macOS\n\nYou're on your own to figure out how to do this.\n\n#### Linux\n\nYou should already know how to do this anyway.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkyza%2Fnode-file-uploader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkyza%2Fnode-file-uploader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkyza%2Fnode-file-uploader/lists"}