{"id":26281069,"url":"https://github.com/yonat/directoryuploader","last_synced_at":"2025-03-14T15:19:03.174Z","repository":{"id":56908579,"uuid":"76596574","full_name":"yonat/DirectoryUploader","owner":"yonat","description":"Automatically upload all files saved in source directory, and then delete the uploaded files.","archived":false,"fork":false,"pushed_at":"2019-07-10T14:03:21.000Z","size":25,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-15T17:36:46.460Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","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/yonat.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-12-15T21:14:00.000Z","updated_at":"2019-07-10T14:03:19.000Z","dependencies_parsed_at":"2022-08-21T03:50:22.171Z","dependency_job_id":null,"html_url":"https://github.com/yonat/DirectoryUploader","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yonat%2FDirectoryUploader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yonat%2FDirectoryUploader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yonat%2FDirectoryUploader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yonat%2FDirectoryUploader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yonat","download_url":"https://codeload.github.com/yonat/DirectoryUploader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243597813,"owners_count":20316845,"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":"2025-03-14T15:19:02.732Z","updated_at":"2025-03-14T15:19:03.162Z","avatar_url":"https://github.com/yonat.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DirectoryUploader\nMonitors a directory and automatically detects new files added to it. Uploads all files to a target URL, and cleans up afterwards.\n\n[![Swift Version][swift-image]][swift-url]\n[![Build Status][travis-image]][travis-url]\n[![License][license-image]][license-url]\n[![CocoaPods Compatible](https://img.shields.io/cocoapods/v/DirectoryUploader.svg)](https://img.shields.io/cocoapods/v/DirectoryUploader.svg)  \n[![Platform](https://img.shields.io/cocoapods/p/DirectoryUploader.svg?style=flat)](http://cocoapods.org/pods/DirectoryUploader)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)\n\n## Installation\n\n### CocoaPods:\n\n```ruby\npod 'DirectoryUploader'\n```\n\n### Manually:\n\nCopy `Sources/*` to your Xcode project.\n\n## Usage\n\n```swift\nlet uploader = DirectoryUploader(sourceDirectory: docDir, targetURL: endpointURL)\n// now save files to docDir, and they will be automatically uploaded to endpointURL.\n```\n\n## Meta\n\n[@yonatsharon](https://twitter.com/yonatsharon)\n\n[https://github.com/yonat/DirectoryUploader](https://github.com/yonat/DirectoryUploader)\n\n[swift-image]:https://img.shields.io/badge/swift-5.0-orange.svg\n[swift-url]: https://swift.org/\n[license-image]: https://img.shields.io/badge/License-MIT-blue.svg\n[license-url]: LICENSE.txt\n[travis-image]: https://img.shields.io/travis/dbader/node-datadog-metrics/master.svg?style=flat-square\n[travis-url]: https://travis-ci.org/dbader/node-datadog-metrics\n[codebeat-image]: https://codebeat.co/badges/c19b47ea-2f9d-45df-8458-b2d952fe9dad\n[codebeat-url]: https://codebeat.co/projects/github-com-vsouza-awesomeios-com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyonat%2Fdirectoryuploader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyonat%2Fdirectoryuploader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyonat%2Fdirectoryuploader/lists"}