From 76d23e2da0643b67a61cd3baee71a0b2673a4503 Mon Sep 17 00:00:00 2001 From: cranci1 <100066266+cranci1@users.noreply.github.com> Date: Sat, 11 Jan 2025 17:51:06 +0100 Subject: [PATCH] update thing --- .github/workflows/build-JS.yml | 29 ----------------------------- README.md | 20 +++++++++++--------- 2 files changed, 11 insertions(+), 38 deletions(-) delete mode 100644 .github/workflows/build-JS.yml diff --git a/.github/workflows/build-JS.yml b/.github/workflows/build-JS.yml deleted file mode 100644 index ff780f2..0000000 --- a/.github/workflows/build-JS.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: Build and Release IPA -on: - push: - branches: - - Sora-JSCore -jobs: - build: - name: Build IPA - runs-on: macOS-latest - steps: - - name: Use Node.js 20 - uses: actions/setup-node@v4 - with: - node-version: '20' - - - name: Checkout code - uses: actions/checkout@v4 - - - name: Run ipabuild.sh - run: | - chmod +x ipabuild.sh - ./ipabuild.sh - - - name: Upload IPA artifact - uses: actions/upload-artifact@v4 - with: - name: Sora-IPA - path: build/Sora.ipa - compression-level: 0 diff --git a/README.md b/README.md index feccb3d..a30dca7 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ -[![Build and Release IPA](https://github.com/cranci1/Sora/actions/workflows/build.yml/badge.svg)](https://github.com/cranci1/Sora/actions/workflows/build.yml) [![Discord](https://img.shields.io/discord/1293430817841741899.svg?logo=discord&color=blue)](https://discord.gg/XR3SrmUbpd) [![Platform](https://img.shields.io/badge/Platform-iOS%20%7C%20iPadOS%2015.0%2B%20%26%20macOS%2012.0%2B-red?logo=apple&logoColor=white)](https://img.shields.io/badge/Platform-iOS%20%7C%20iPadOS%2015.0%2B%20%26%20macOS%2012.0%2B-red?logo=apple&logoColor=white) +[![Build and Release IPA](https://github.com/cranci1/Sora/actions/workflows/build.yml/badge.svg)](https://github.com/cranci1/Sora/actions/workflows/build.yml) [![Platform](https://img.shields.io/badge/Platform-iOS%20%7C%20iPadOS%2015.0%2B%20%26%20macOS%2012.0%2B-red?logo=apple&logoColor=white)](https://img.shields.io/badge/Platform-iOS%20%7C%20iPadOS%2015.0%2B%20%26%20macOS%2012.0%2B-red?logo=apple&logoColor=white) [![Discord](https://img.shields.io/discord/1293430817841741899.svg?logo=discord&color=blue)](https://discord.gg/XR3SrmUbpd) -A modular web scraping app, under the GPLv3.0 License +A modular web scraping app, **Still in early builds** under the GPLv3.0 License @@ -21,26 +21,28 @@ A modular web scraping app, under the GPLv3.0 License ## Features - [x] iOS/iPadOS 15+ support -- [ ] macOS support +- [x] macOS 12+ support +- [x] JSON module support - [ ] JavaScript module support ## Frequently Asked Questions 1. **What is Sora?** -Sora is a module based web scraping app, made to work with modules only + - Sora is a modular web scraping app designed to work exclusively with modules. 2. **Is Sora safe?** -Yes, Sora is open-source and does not store user data on external servers. + - Yes, Sora is open-source and does not store user data on external servers. 3. **Will Sora ever be paid?** -No, Sora will always remain free without subscriptions, paid content, or any type of login. + - No, Sora will always remain free, with no subscriptions, paid content, or required logins. -4. **How can i get module?** -I do not provide any module for the app. Search for them on google or i dont know. I only created 1 module to watch videos of my school. +4. **Where can I get modules?** + - I do not provide any modules for the app. Search for them on google or elsewhere. I only created 1 module to watch videos of my school. ## Acknowledgements FrameWorks: +- [SwiftSoup](https://github.com/scinfu/SwiftSoup) - MIT License - [KingFisher](https://github.com/onevcat/Kingfisher) - MIT License ## License @@ -48,7 +50,7 @@ FrameWorks: This project is licensed under the [GNU General Public License v3.0](LICENSE). ``` -Copyright © 2024-2025 cranci. All rights reserved. +Copyright © 2024 cranci. All rights reserved. Sora is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by