{"id":18270948,"url":"https://github.com/eternalstorms/ESSVideoShare-for-OS-X-Lion","last_synced_at":"2025-04-05T01:30:58.873Z","repository":{"id":1938100,"uuid":"2867159","full_name":"eternalstorms/ESSVideoShare-for-OS-X-Lion","owner":"eternalstorms","description":"A framework for OS X Lion (and later) and iOS to implement publishing videos to YouTube, Vimeo, Facebook and Flickr with ease","archived":false,"fork":false,"pushed_at":"2013-08-19T16:07:36.000Z","size":659,"stargazers_count":123,"open_issues_count":9,"forks_count":18,"subscribers_count":15,"default_branch":"master","last_synced_at":"2024-11-05T11:53:17.233Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.eternalstorms.at/","language":"Objective-C","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/eternalstorms.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":"2011-11-28T12:56:50.000Z","updated_at":"2024-03-31T13:42:36.000Z","dependencies_parsed_at":"2022-08-29T14:01:40.470Z","dependency_job_id":null,"html_url":"https://github.com/eternalstorms/ESSVideoShare-for-OS-X-Lion","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/eternalstorms%2FESSVideoShare-for-OS-X-Lion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eternalstorms%2FESSVideoShare-for-OS-X-Lion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eternalstorms%2FESSVideoShare-for-OS-X-Lion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eternalstorms%2FESSVideoShare-for-OS-X-Lion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eternalstorms","download_url":"https://codeload.github.com/eternalstorms/ESSVideoShare-for-OS-X-Lion/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247276043,"owners_count":20912286,"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-05T11:38:58.790Z","updated_at":"2025-04-05T01:30:57.276Z","avatar_url":"https://github.com/eternalstorms.png","language":"Objective-C","funding_links":[],"categories":["etc"],"sub_categories":[],"readme":"# ESSVideoShare.framework for OS X Lion and iOS ReadMe\n\n## What is ESSVideoShare.framework?\n\nESSVideoShare.framework makes it very easy and quick to add uploading functionality for videos to these services:  \n[YouTube](http://www.youtube.com), [Vimeo](http://www.vimeo.com), [Facebook](http://www.facebook.com) and [Flickr](http://www.flickr.com).\n\nIt was inspired by QuickTime Player X's sharing functionality.\n\n## First, the License Agreement\n\n1) You can use the code in your own products.  \n2) You can modify the code as you wish, and use the modified code in your products.  \n3) You can redistribute the original, unmodified code, but you have to include the full license text below.  \n4) You can redistribute the modified code as you wish (without the full license text below).  \n5) In all cases, you must include a credit mentioning Matthias Gansrigler as the original author of the source.  \n6) I’m not liable for anything you do with the code, no matter what. So be sensible.  \n7) You can’t use my name or other marks to promote your products based on the code.  \n8) This framework uses the OAuthConsumer framework code which you can separately download from http://code.google.com/p/oauthconsumer/ which is made available under the MIT License.  \n9) If you agree to all of that, go ahead and download the source. Otherwise, don’t.\n\n# How To use ESSVideoShare\n\nPlease be aware that the sample projects might not have the newest ESSVideoShare framework imported.)\n\n[OS X Lion (Wiki)](https://github.com/eternalstorms/ESSVideoShare-for-OS-X-Lion/wiki/How-To-for-OS-X-Lion) ([Sample Project for OS X Lion, ~250 KB](http://eternalstorms.at/opensource/ESSVideoShare/esvideosharetestMac.zip))\n\n[iOS (Wiki)](https://github.com/eternalstorms/ESSVideoShare-for-OS-X-Lion/wiki/How-To-for-iOS) ([Sample Project for iOS, ~3 MB](http://eternalstorms.at/opensource/ESSVideoShare/essvideoshareios.zip))\n\n# ESSVideoShare in Action\n\n## ESSYouTube\n\n![Login](http://www.eternalstorms.at/opensource/ESSVideoShare/youtube/1.png \"Login\")  \n![Meta Data](http://www.eternalstorms.at/opensource/ESSVideoShare/youtube/2.png \"Movie meta data\")  \n![Terms of Use](http://www.eternalstorms.at/opensource/ESSVideoShare/youtube/3.png \"Terms of Use\")  \n![Upload Progress](http://www.eternalstorms.at/opensource/ESSVideoShare/youtube/4.png \"Upload progress\")  \n![Waiting For Processing](http://www.eternalstorms.at/opensource/ESSVideoShare/youtube/5.png \"Waiting for Processing\")  \n![Done](http://www.eternalstorms.at/opensource/ESSVideoShare/youtube/6.png \"Done\")  \n\n## ESSVimeo\n\n![Login](http://www.eternalstorms.at/opensource/ESSVideoShare/vimeo/1.png \"Login\")  \n![Meta Data](http://www.eternalstorms.at/opensource/ESSVideoShare/vimeo/2.png \"Movie meta data\")  \n![Terms of Use](http://www.eternalstorms.at/opensource/ESSVideoShare/vimeo/3.png \"Terms of Use\")  \n![Upload Progress](http://www.eternalstorms.at/opensource/ESSVideoShare/vimeo/4.png \"Upload progress\")  \n![Done](http://www.eternalstorms.at/opensource/ESSVideoShare/vimeo/5.png \"Done\")  \n\n## ESSFacebook\n\n![Login](http://www.eternalstorms.at/opensource/ESSVideoShare/facebook/0.png \"Login\")  \n![Confirm Login](http://www.eternalstorms.at/opensource/ESSVideoShare/facebook/2.png \"Confirm Login\")  \n![Movie Metadata](http://www.eternalstorms.at/opensource/ESSVideoShare/facebook/3.png \"Movie metadata\")  \n![Upload Progress](http://www.eternalstorms.at/opensource/ESSVideoShare/facebook/4.png \"Upload progress\")  \n![Done](http://www.eternalstorms.at/opensource/ESSVideoShare/facebook/5.png \"Done\")  \n\n## ESSFlickr\n\n![Login](http://www.eternalstorms.at/opensource/ESSVideoShare/flickr/1.png \"Login\")  \n![Movie metadata](http://www.eternalstorms.at/opensource/ESSVideoShare/flickr/2.png \"Movie metadata\")  \n![Upload Progress](http://www.eternalstorms.at/opensource/ESSVideoShare/flickr/3.png \"Movie metadata\")  \n![Waiting for Processing](http://www.eternalstorms.at/opensource/ESSVideoShare/flickr/4.png \"Waiting for Processing\")  \n![Done](http://www.eternalstorms.at/opensource/ESSVideoShare/flickr/5.png \"Done\")\n\n## Requirements\nThis code works on OS X Lion and later.  \nDeveloped with Xcode 4.2.1  \n\n## External Frameworks / Source Code used\n\nOAuthConsumer framework (http://code.google.com/p/oauthconsumer/ , made available under the MIT License)\n\n## Support\nThe framework and code is provided as-is, but if you need help or have suggestions, you can contact me anytime at [opensource@eternalstorms.at](mailto:opensource@eternalstorms.at) or [@eternalstorms on twitter](http://twitter.com/eternalstorms)\n\nFor other Open Source projects of mine, please visit http://www.eternalstorms.at/opensource\n\n# I want to hear from you\nIf you use ESSVideoShare in one of your projects, please [let me know](mailto:opensource@eternalstorms.at)! I'd love to hear about your apps and mention them here on this project page :) !!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feternalstorms%2FESSVideoShare-for-OS-X-Lion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feternalstorms%2FESSVideoShare-for-OS-X-Lion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feternalstorms%2FESSVideoShare-for-OS-X-Lion/lists"}