mirror of
https://github.com/cranci1/Sora.git
synced 2026-01-11 20:10:24 +00:00
update thing
This commit is contained in:
parent
166767a10c
commit
76d23e2da0
2 changed files with 11 additions and 38 deletions
29
.github/workflows/build-JS.yml
vendored
29
.github/workflows/build-JS.yml
vendored
|
|
@ -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
|
||||
20
README.md
20
README.md
|
|
@ -4,9 +4,9 @@
|
|||
|
||||
<img src="https://raw.githubusercontent.com/cranci1/Sora/refs/heads/main/assets/Sora_banner.png" width="500px">
|
||||
|
||||
[](https://github.com/cranci1/Sora/actions/workflows/build.yml) [](https://discord.gg/XR3SrmUbpd) [](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://github.com/cranci1/Sora/actions/workflows/build.yml) [](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://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
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue