{"id":13694036,"url":"https://github.com/Stmol/vkphotos","last_synced_at":"2025-05-03T01:30:56.867Z","repository":{"id":49377666,"uuid":"152265435","full_name":"Stmol/vkphotos","owner":"Stmol","description":"Source code for iOS app \"Photos for VK\" — albums and photos manager for social network VKontakte","archived":false,"fork":false,"pushed_at":"2019-10-03T06:59:04.000Z","size":2387,"stargazers_count":31,"open_issues_count":0,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T15:40:35.822Z","etag":null,"topics":["ios","ios-app","photo-gallery","swift","swift4","vk","vkontakte"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Stmol.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":"2018-10-09T14:26:26.000Z","updated_at":"2024-05-31T14:24:33.000Z","dependencies_parsed_at":"2022-09-01T01:13:21.745Z","dependency_job_id":null,"html_url":"https://github.com/Stmol/vkphotos","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/Stmol%2Fvkphotos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stmol%2Fvkphotos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stmol%2Fvkphotos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stmol%2Fvkphotos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Stmol","download_url":"https://codeload.github.com/Stmol/vkphotos/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252130365,"owners_count":21699077,"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":["ios","ios-app","photo-gallery","swift","swift4","vk","vkontakte"],"created_at":"2024-08-02T17:01:22.987Z","updated_at":"2025-05-03T01:30:56.379Z","avatar_url":"https://github.com/Stmol.png","language":"Swift","funding_links":[],"categories":["Media"],"sub_categories":["Photo"],"readme":"![Logo](https://github.com/Stmol/vkphotos/blob/master/.readme/vk-photos-appstore-icon.jpg)\n\n# VK Photos (formally Photos for VK)\n\n![Swift 4.2](https://img.shields.io/badge/swift-4.2-orange.svg)\n![Release Version](https://img.shields.io/badge/Release-1.1-blue.svg)\n![GPL 3.0](https://img.shields.io/badge/license-GPL--3.0-lightgrey.svg)\n\u003c!-- [![App Store Available](https://img.shields.io/badge/app%20store-available-brightgreen.svg)](https://vk.cc/8xwT04) --\u003e\n\nVK Photos is an iOS app for manage albums and photos in social network VKontakte ([vk.com](https://vk.com))\n\n## Screenshots\n\n![Screenshot1](https://github.com/Stmol/vkphotos/blob/master/.readme/screen2.jpg)\n![Screenshot2](https://github.com/Stmol/vkphotos/blob/master/.readme/screen1.jpg)\n![Screenshot3](https://github.com/Stmol/vkphotos/blob/master/.readme/screen3.jpg)\n\n## Disclaimer\n\n- ⚠️ The repository contains tons of comments and todos in **Russian** language\n- 🖼 I deleted all assets except App logo because the license agreements requires it\n- 🔬 This source code is not for production and not for distribution. I shared it just for educational purposes\n\n## Requirements\n\n- Xcode 9 and later\n- iOS 11 and later\n- Swift 4 and later\n- [Carthage](https://github.com/Carthage/Carthage)\n\n## Try App\n\n~~You can try **VK Photos** by downloading the app to your iPhone from App Store. It's **free** (*iOS 11+ required*)~~\n\nUPD 09/2019: The application was removed from the App Store because I did not renew my developer license 🤷‍♀️ Stay tuned.\n \n\u003c!-- [![AppStore Link](https://github.com/Stmol/vkphotos/blob/master/.readme/app-store-badge.jpg)](https://vk.cc/8xwT04) --\u003e\n\n## Installation\n\n- Create VK application: [vk.com](https://vk.com/editapp?act=create)\n- Obtain your VK app ID and insert it into `AppDelegate.swift`\n- Run Carthage: ```$ carthage update --platform ios```\n- You should add the compiled frameworks to your project manually\n- Install Firebase SDK: [documentation](https://firebase.google.com/docs/ios/setup#frameworks) *(or just mute all Analytics calls, you probably dont need it)*\n- Copy your `GoogleService-Info.plist` file to `VKPhotos/` source directory\n- ...\n- *and unfortunately no matter how perfect you are done you will not be able to run the application properly in the simulator*\n\n## Why app doesn't display anything when running in simulator? (or just crash)\n\nBecause **VK Photos** app use many custom API calls.\n\nTo simplify the logic of the app in some places I wrote a lot of custom API methods using greate [execute](https://vk.com/dev/execute) method. These methods are stored on the VK API servers and accessible only to my VK application. For obvious reasons, these methods I can not disclose.\n\n## TODO\n\n- [ ] Describe the structure of the repository\n- [ ] Add build scripts to installation instruction\n\n## Credits\n\n- [Serrata](https://github.com/horitaku46/Serrata) - Swift image gallery ([LICENSE](https://github.com/horitaku46/Serrata/blob/master/LICENSE))\n- [Hydra](https://github.com/malcommac/Hydra) - Promises, Async \u0026 Await Library in Swift ([LICENSE](https://github.com/malcommac/Hydra/blob/master/LICENSE))\n- [VK SDK](https://github.com/VKCOM/vk-ios-sdk) - iOS SDK for VK API ([LICENSE](https://github.com/VKCOM/vk-ios-sdk/blob/master/LICENSE))\n- [RxSwift](https://github.com/ReactiveX/RxSwift) - Reactive Programming in Swift ([LICENSE](https://github.com/ReactiveX/RxSwift/blob/master/LICENSE.md))\n- [Alamofire](https://github.com/Alamofire/Alamofire) - HTTP Networking in Swift ([LICENSE](https://github.com/Alamofire/Alamofire/blob/master/LICENSE))\n- [DeepDiff](https://github.com/onmyway133/DeepDiff) - Diffing tool in Swift ([LICENSE](https://github.com/onmyway133/DeepDiff/blob/master/LICENSE.md))\n- [UICircularProgressRing](https://github.com/luispadron/UICircularProgressRing) - Circular progress bar in Swift ([LICENSE](https://github.com/luispadron/UICircularProgressRing/blob/master/LICENSE))\n- [SwifterSwift](https://github.com/SwifterSwift/SwifterSwift) -  Swift extensions to boost your productivity ([LICENSE](https://github.com/SwifterSwift/SwifterSwift/blob/master/LICENSE))\n- [Kingfisher](https://github.com/onevcat/Kingfisher) - Downloading and caching images from the web ([LICENSE](https://github.com/onevcat/Kingfisher/blob/master/LICENSE))\n- [Reachability](https://github.com/ashleymills/Reachability.swift) ([LICENSE](https://github.com/ashleymills/Reachability.swift/blob/master/LICENSE))\n- [GSMessages](https://github.com/wxxsw/GSMessages) ([LICENSE](https://github.com/wxxsw/GSMessages/blob/master/LICENSE))\n- [M13Checkbox](https://github.com/Marxon13/M13Checkbox) ([LICENSE](https://github.com/Marxon13/M13Checkbox/blob/master/LICENSE))\n- [BEMCheckBox](https://github.com/Boris-Em/BEMCheckBox) ([LICENSE](https://github.com/Boris-Em/BEMCheckBox/blob/master/LICENSE))\n- [PKHUD](https://github.com/pkluz/PKHUD) ([LICENSE](https://github.com/pkluz/PKHUD/blob/master/LICENSE))\n- [STLoadingGroup](https://github.com/saitjr/STLoadingGroup) ([LICENSE](https://github.com/saitjr/STLoadingGroup/blob/master/LICENSE))\n- [Spring](https://github.com/MengTo/Spring) ([LICENSE](https://github.com/MengTo/Spring/blob/master/LICENSE))\n\n## Author\n\nDeveloped by **Yury Smidovich**.\n\n## License\n\nVK Photos is available under the GNU General Public License v3.0. See the [LICENSE](LICENSE) file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FStmol%2Fvkphotos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FStmol%2Fvkphotos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FStmol%2Fvkphotos/lists"}