diff --git a/.github/workflows/check-archives.yml b/.github/workflows/check-archives.yml index 07f6e26..b01cf16 100644 --- a/.github/workflows/check-archives.yml +++ b/.github/workflows/check-archives.yml @@ -2,15 +2,16 @@ name: Check Archived Repositories on: schedule: - - cron: '0 0 * * 0,2,4' # Sun/Tue/Thu at ~00:00 UTC (±5 mins) - workflow_dispatch: # Manual trigger + - cron: '0 0 * * 0,2,4' + workflow_dispatch: push: branches: - main jobs: check-archives: - runs-on: ubuntu-latest + runs-on: macos-latest + permissions: contents: write actions: read @@ -19,28 +20,25 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - - name: Set up Python - uses: actions/setup-python@v5 + - name: Set up Swift + uses: swift-actions/setup-swift@v2 with: - python-version: '3.9' + swift-version: "5.10.1" - - name: Install dependencies - run: | - python -m pip install --upgrade pip - pip install -r requirements.txt + - name: Build archive_bot + run: swift build -c release - - name: Run archive checker + - name: Run archive_bot + run: .build/release/archive_bot env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - python archive_checker.py - name: Commit and push changes run: | git config --global user.name 'GitHub Action' git config --global user.email 'action@github.com' git add README.md - git diff --cached --quiet || git commit -m 'Update README with archived repositories' + git diff --cached --quiet || git commit -m 'ci(bot): update archive status table' git push env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.gitignore b/.gitignore index 98f41fe..d208e92 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ # macOS files +.build/ +.vscode/ .DS_Store __pycache__/ diff --git a/Package.swift b/Package.swift new file mode 100644 index 0000000..eb7a7dd --- /dev/null +++ b/Package.swift @@ -0,0 +1,16 @@ +// swift-tools-version:5.9 +import PackageDescription + +let package = Package( + name: "archive_bot", + platforms: [.macOS(.v13)], + dependencies: [ + // Add any dependencies here + ], + targets: [ + .executableTarget( + name: "archive_bot", + dependencies: [] + ) + ] +) diff --git a/README.md b/README.md index 83d7bfb..cfc457b 100644 --- a/README.md +++ b/README.md @@ -19,37 +19,38 @@ The bot runs every Sun/Tue/Thu at ~00:00 UTC (±5 mins) via GitHub Actions and u ## Repository Archive Status -| Repository URL | Status | -|---------------|--------| -| https://github.com/TelemetryDeck/TelemetryViewer | Archived | -| https://github.com/ViniciusDeep/Revill | Archived | -| https://github.com/bartonhammond/snowflake | Archived | -| https://github.com/bitwarden/mobile | Archived | -| https://github.com/cds-snc/covid-alert-app | Archived | -| https://github.com/chadaustin/passdrop | Archived | -| https://github.com/cocoa-mhlw/cocoa | Archived | -| https://github.com/corona-warn-app/cwa-app-ios | Archived | -| https://github.com/covid19cz/erouska-ios | Archived | -| https://github.com/davedelong/MVCTodo | Archived | -| https://github.com/google/mechahamster | Archived | -| https://github.com/groue/GRDBCombine | Archived | -| https://github.com/immuni-app/immuni-app-ios | Archived | -| https://github.com/inamiy/Harvest-SwiftUI-Gallery | Archived | -| https://github.com/incipher/einmal | Archived | -| https://github.com/insidegui/AnimojiStudio | Archived | -| https://github.com/ivan-magda/Californication | Archived | -| https://github.com/metabolist/metatext | Archived | -| https://github.com/microdotblog/microblog-ios | Archived | -| https://github.com/minvws/nl-covid19-notification-app-ios | Archived | -| https://github.com/mongodb-developer/BlackJackTrainer | Archived | -| https://github.com/netguru/baby-monitor-client-ios | Archived | -| https://github.com/openfoodfacts/openfoodfacts-ios | Archived | -| https://github.com/razeware/emitron-iOS | Archived | -| https://github.com/rursache/ToDoList | Archived | -| https://github.com/sonsongithub/reddift | Archived | -| https://github.com/soroushchehresa/iran-coronavirus | Archived | -| https://github.com/standardnotes/mobile | Archived | -| https://github.com/tpgoffline/tpg-offline-iOS | Archived | -| https://github.com/ukhsa-collaboration/covid-19-app-ios-ag-public | Archived | - -*Last updated: 2025-07-29 01:05:33 UTC* \ No newline at end of file +| # | Repository URL | Status | +|---|----------------|--------| +| 200 | https://github.com/TelemetryDeck/TelemetryViewer | Archived | +| 215 | https://github.com/ViniciusDeep/Revill | Archived | +| 291 | https://github.com/bartonhammond/snowflake | Archived | +| 324 | https://github.com/bitwarden/mobile | Archived | +| 339 | https://github.com/corona-warn-app/cwa-app-ios | Archived | +| 341 | https://github.com/cds-snc/covid-alert-app | Archived | +| 345 | https://github.com/chadaustin/passdrop | Archived | +| 346 | https://github.com/cocoa-mhlw/cocoa | Archived | +| 355 | https://github.com/davedelong/MVCTodo | Archived | +| 435 | https://github.com/covid19cz/erouska-ios | Archived | +| 454 | https://github.com/groue/GRDBCombine | Archived | +| 456 | https://github.com/google/mechahamster | Archived | +| 500 | https://github.com/immuni-app/immuni-app-ios | Archived | +| 504 | https://github.com/insidegui/AnimojiStudio | Archived | +| 506 | https://github.com/inamiy/Harvest-SwiftUI-Gallery | Archived | +| 517 | https://github.com/incipher/einmal | Archived | +| 535 | https://github.com/ivan-magda/Californication | Archived | +| 626 | https://github.com/metabolist/metatext | Archived | +| 637 | https://github.com/minvws/nl-covid19-notification-app-ios | Archived | +| 644 | https://github.com/microdotblog/microblog-ios | Archived | +| 653 | https://github.com/mongodb-developer/BlackJackTrainer | Archived | +| 669 | https://github.com/netguru/baby-monitor-client-ios | Archived | +| 717 | https://github.com/openfoodfacts/openfoodfacts-ios | Archived | +| 745 | https://github.com/razeware/emitron-iOS | Archived | +| 757 | https://github.com/rursache/ToDoList | Archived | +| 795 | https://github.com/soroushchehresa/iran-coronavirus | Archived | +| 812 | https://github.com/sonsongithub/reddift | Archived | +| 824 | https://github.com/standardnotes/mobile | Archived | +| 842 | https://github.com/tpgoffline/tpg-offline-iOS | Archived | +| 866 | https://github.com/ukhsa-collaboration/covid-19-app-ios-ag-public | Archived | + +*Last updated: July 30, 2025 at 7:57 AM (GMT)* +*Last checked: July 30, 2025 at 7:57 AM (GMT)* diff --git a/archive_checker.log b/archive_checker.log deleted file mode 100644 index 2da77b9..0000000 --- a/archive_checker.log +++ /dev/null @@ -1,228 +0,0 @@ -2025-05-21 14:00:42,564 - INFO - Fetched JSON from https://raw.githubusercontent.com/dkhamsing/open-source-ios-apps/master/contents.json -2025-05-21 14:02:25,059 - WARNING - Invalid URL: https://github.com/wwdc -2025-05-21 14:17:27,191 - INFO - Fetched JSON from https://raw.githubusercontent.com/dkhamsing/open-source-ios-apps/master/contents.json -2025-05-21 14:18:54,965 - WARNING - Invalid URL: https://github.com/wwdc -2025-05-21 14:20:25,084 - ERROR - Exception for https://github.com/haiwen/seafile-iOS: HTTPSConnectionPool(host='api.github.com', port=443): Read timed out. (read timeout=10) -2025-05-21 14:22:01,075 - ERROR - Exception for https://github.com/marty-suzuki/iOSDesignPatternSamples: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/marty-suzuki/iOSDesignPatternSamples (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 50] Network is down')) -2025-05-21 14:28:16,517 - ERROR - Exception for https://github.com/MaikCL/PKDex-iOS: HTTPSConnectionPool(host='api.github.com', port=443): Read timed out. (read timeout=10) -2025-05-21 14:30:59,153 - INFO - Updated README.md with 931 results -2025-05-21 14:50:01,092 - INFO - Fetched JSON from https://raw.githubusercontent.com/dkhamsing/open-source-ios-apps/master/contents.json -2025-05-21 14:50:01,112 - INFO - Extracted 928 unique GitHub repository links -2025-05-21 14:50:08,121 - INFO - Updated README.md with 10 results -2025-05-21 14:51:37,972 - INFO - Fetched JSON from https://raw.githubusercontent.com/dkhamsing/open-source-ios-apps/master/contents.json -2025-05-21 14:53:00,975 - WARNING - Invalid URL: https://github.com/wwdc -2025-05-21 15:02:53,034 - INFO - Updated README.md with 931 results -2025-05-21 15:05:13,302 - INFO - Fetched JSON from https://raw.githubusercontent.com/dkhamsing/open-source-ios-apps/master/contents.json -2025-05-21 15:06:36,206 - WARNING - Invalid URL: https://github.com/wwdc -2025-05-21 15:16:10,546 - INFO - Updated README.md with 931 results -2025-05-21 15:30:51,130 - INFO - Fetched JSON from https://raw.githubusercontent.com/dkhamsing/open-source-ios-apps/master/contents.json -2025-05-21 15:32:13,032 - WARNING - Invalid URL: https://github.com/wwdc -2025-05-21 15:42:25,988 - INFO - Updated README.md with 931 results -2025-05-21 15:45:24,540 - INFO - Fetched JSON from https://raw.githubusercontent.com/dkhamsing/open-source-ios-apps/master/contents.json -2025-05-21 15:46:48,768 - WARNING - Invalid URL: https://github.com/wwdc -2025-05-21 15:49:54,214 - INFO - Fetched JSON from https://raw.githubusercontent.com/dkhamsing/open-source-ios-apps/master/contents.json -2025-05-21 15:52:57,115 - INFO - Fetched JSON from https://raw.githubusercontent.com/dkhamsing/open-source-ios-apps/master/contents.json -2025-05-21 15:52:57,138 - INFO - Extracted 928 unique GitHub repository links -2025-05-21 15:52:59,249 - INFO - Updated README.md with 10 results -2025-05-21 15:54:08,012 - INFO - Fetched JSON from https://raw.githubusercontent.com/dkhamsing/open-source-ios-apps/master/contents.json -2025-05-21 15:54:29,106 - WARNING - Rate limit exceeded for https://github.com/JakeLin/SwiftLanguageWeather, retrying after delay -2025-05-21 15:54:39,301 - WARNING - Rate limit exceeded for https://github.com/JakeLin/SwiftLanguageWeather, retrying after delay -2025-05-21 15:54:59,496 - WARNING - Rate limit exceeded for https://github.com/JakeLin/SwiftLanguageWeather, retrying after delay -2025-05-21 15:55:42,910 - WARNING - Invalid URL: https://github.com/wwdc -2025-05-21 15:55:59,709 - WARNING - Rate limit exceeded for https://github.com/dkhamsing/osia, retrying after delay -2025-05-21 15:56:09,913 - WARNING - Rate limit exceeded for https://github.com/dkhamsing/osia, retrying after delay -2025-05-21 15:56:30,113 - WARNING - Rate limit exceeded for https://github.com/dkhamsing/osia, retrying after delay -2025-05-21 15:58:34,201 - WARNING - Rate limit exceeded for https://github.com/Augustyniak/FileExplorer, retrying after delay -2025-05-21 15:58:44,403 - WARNING - Rate limit exceeded for https://github.com/Augustyniak/FileExplorer, retrying after delay -2025-05-21 15:59:04,602 - WARNING - Rate limit exceeded for https://github.com/Augustyniak/FileExplorer, retrying after delay -2025-05-21 16:00:00,105 - ERROR - Exception for https://github.com/tirupati17/giphy-mvvm-swift: HTTPSConnectionPool(host='api.github.com', port=443): Read timed out. (read timeout=10) -2025-05-21 16:00:02,121 - ERROR - Exception for https://github.com/tirupati17/giphy-mvvm-swift: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/tirupati17/giphy-mvvm-swift (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:00:04,129 - ERROR - Exception for https://github.com/tirupati17/giphy-mvvm-swift: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/tirupati17/giphy-mvvm-swift (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:00:04,135 - ERROR - Exception for https://github.com/tirupati17/contacts-mvp-swift: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/tirupati17/contacts-mvp-swift (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:00:06,146 - ERROR - Exception for https://github.com/tirupati17/contacts-mvp-swift: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/tirupati17/contacts-mvp-swift (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:00:08,160 - ERROR - Exception for https://github.com/tirupati17/contacts-mvp-swift: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/tirupati17/contacts-mvp-swift (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:00:08,165 - ERROR - Exception for https://github.com/woocommerce/woocommerce-ios: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/woocommerce/woocommerce-ios (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:00:10,170 - ERROR - Exception for https://github.com/woocommerce/woocommerce-ios: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/woocommerce/woocommerce-ios (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:00:12,176 - ERROR - Exception for https://github.com/woocommerce/woocommerce-ios: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/woocommerce/woocommerce-ios (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:00:12,181 - ERROR - Exception for https://github.com/AlphaWallet/alpha-wallet-ios: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/AlphaWallet/alpha-wallet-ios (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:00:14,193 - ERROR - Exception for https://github.com/AlphaWallet/alpha-wallet-ios: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/AlphaWallet/alpha-wallet-ios (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:00:16,203 - ERROR - Exception for https://github.com/AlphaWallet/alpha-wallet-ios: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/AlphaWallet/alpha-wallet-ios (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:00:16,209 - ERROR - Exception for https://github.com/exantech/exa-wallet-ios: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/exantech/exa-wallet-ios (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:00:18,219 - ERROR - Exception for https://github.com/exantech/exa-wallet-ios: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/exantech/exa-wallet-ios (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:00:20,227 - ERROR - Exception for https://github.com/exantech/exa-wallet-ios: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/exantech/exa-wallet-ios (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:00:20,230 - ERROR - Exception for https://github.com/mecid/swiftui-recipes-app: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/mecid/swiftui-recipes-app (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:00:22,242 - ERROR - Exception for https://github.com/mecid/swiftui-recipes-app: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/mecid/swiftui-recipes-app (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:00:24,252 - ERROR - Exception for https://github.com/mecid/swiftui-recipes-app: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/mecid/swiftui-recipes-app (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:00:24,259 - ERROR - Exception for https://github.com/igravitystudios/matchimals.fun: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/igravitystudios/matchimals.fun (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:00:26,270 - ERROR - Exception for https://github.com/igravitystudios/matchimals.fun: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/igravitystudios/matchimals.fun (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:00:28,280 - ERROR - Exception for https://github.com/igravitystudios/matchimals.fun: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/igravitystudios/matchimals.fun (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:00:28,286 - ERROR - Exception for https://github.com/CoyoteLab/Studies-Siri-Shortcut-iOS-13: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/CoyoteLab/Studies-Siri-Shortcut-iOS-13 (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:00:30,297 - ERROR - Exception for https://github.com/CoyoteLab/Studies-Siri-Shortcut-iOS-13: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/CoyoteLab/Studies-Siri-Shortcut-iOS-13 (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:00:32,308 - ERROR - Exception for https://github.com/CoyoteLab/Studies-Siri-Shortcut-iOS-13: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/CoyoteLab/Studies-Siri-Shortcut-iOS-13 (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:00:32,314 - ERROR - Exception for https://github.com/mkhrapov/ultimate-peg-solitaire: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/mkhrapov/ultimate-peg-solitaire (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:00:34,323 - ERROR - Exception for https://github.com/mkhrapov/ultimate-peg-solitaire: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/mkhrapov/ultimate-peg-solitaire (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:00:36,332 - ERROR - Exception for https://github.com/mkhrapov/ultimate-peg-solitaire: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/mkhrapov/ultimate-peg-solitaire (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:00:36,338 - ERROR - Exception for https://github.com/triangledraw/TriangleDraw-iOS: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/triangledraw/TriangleDraw-iOS (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:00:38,349 - ERROR - Exception for https://github.com/triangledraw/TriangleDraw-iOS: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/triangledraw/TriangleDraw-iOS (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:00:40,356 - ERROR - Exception for https://github.com/triangledraw/TriangleDraw-iOS: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/triangledraw/TriangleDraw-iOS (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:00:40,362 - ERROR - Exception for https://github.com/Dimillian/OSRSUI: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/Dimillian/OSRSUI (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:00:42,372 - ERROR - Exception for https://github.com/Dimillian/OSRSUI: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/Dimillian/OSRSUI (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:00:44,377 - ERROR - Exception for https://github.com/Dimillian/OSRSUI: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/Dimillian/OSRSUI (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:00:44,381 - ERROR - Exception for https://github.com/unixzii/SwiftUI-2048: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/unixzii/SwiftUI-2048 (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:00:46,391 - ERROR - Exception for https://github.com/unixzii/SwiftUI-2048: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/unixzii/SwiftUI-2048 (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:00:48,402 - ERROR - Exception for https://github.com/unixzii/SwiftUI-2048: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/unixzii/SwiftUI-2048 (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:00:48,407 - ERROR - Exception for https://github.com/emoncms/emoncms-ios: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/emoncms/emoncms-ios (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:00:50,415 - ERROR - Exception for https://github.com/emoncms/emoncms-ios: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/emoncms/emoncms-ios (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:00:52,424 - ERROR - Exception for https://github.com/emoncms/emoncms-ios: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/emoncms/emoncms-ios (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:00:52,430 - ERROR - Exception for https://github.com/alfianlosari/CoronaVirusTrackerSwiftUI: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/alfianlosari/CoronaVirusTrackerSwiftUI (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:00:54,442 - ERROR - Exception for https://github.com/alfianlosari/CoronaVirusTrackerSwiftUI: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/alfianlosari/CoronaVirusTrackerSwiftUI (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:00:56,452 - ERROR - Exception for https://github.com/alfianlosari/CoronaVirusTrackerSwiftUI: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/alfianlosari/CoronaVirusTrackerSwiftUI (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:00:56,458 - ERROR - Exception for https://github.com/Ranchero-Software/NetNewsWire: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/Ranchero-Software/NetNewsWire (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:00:58,466 - ERROR - Exception for https://github.com/Ranchero-Software/NetNewsWire: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/Ranchero-Software/NetNewsWire (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:01:00,475 - ERROR - Exception for https://github.com/Ranchero-Software/NetNewsWire: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/Ranchero-Software/NetNewsWire (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:01:00,481 - ERROR - Exception for https://github.com/MhdHejazi/CoronaTracker: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/MhdHejazi/CoronaTracker (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:01:02,493 - ERROR - Exception for https://github.com/MhdHejazi/CoronaTracker: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/MhdHejazi/CoronaTracker (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:01:04,504 - ERROR - Exception for https://github.com/MhdHejazi/CoronaTracker: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/MhdHejazi/CoronaTracker (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:01:04,509 - ERROR - Exception for https://github.com/MartinStamenkovski/LibraryGenesis: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/MartinStamenkovski/LibraryGenesis (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:01:06,520 - ERROR - Exception for https://github.com/MartinStamenkovski/LibraryGenesis: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/MartinStamenkovski/LibraryGenesis (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:01:08,526 - ERROR - Exception for https://github.com/MartinStamenkovski/LibraryGenesis: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/MartinStamenkovski/LibraryGenesis (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:01:08,532 - ERROR - Exception for https://github.com/suicidesafetyplan/safetyplan-ios: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/suicidesafetyplan/safetyplan-ios (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:01:10,544 - ERROR - Exception for https://github.com/suicidesafetyplan/safetyplan-ios: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/suicidesafetyplan/safetyplan-ios (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:01:12,560 - ERROR - Exception for https://github.com/suicidesafetyplan/safetyplan-ios: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/suicidesafetyplan/safetyplan-ios (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:01:12,568 - ERROR - Exception for https://github.com/deltachat/deltachat-ios: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/deltachat/deltachat-ios (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:01:14,581 - ERROR - Exception for https://github.com/deltachat/deltachat-ios: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/deltachat/deltachat-ios (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:01:16,596 - ERROR - Exception for https://github.com/deltachat/deltachat-ios: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/deltachat/deltachat-ios (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:01:16,602 - ERROR - Exception for https://github.com/ColdGrub1384/LibTerm: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/ColdGrub1384/LibTerm (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:01:18,618 - ERROR - Exception for https://github.com/ColdGrub1384/LibTerm: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/ColdGrub1384/LibTerm (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:01:20,634 - ERROR - Exception for https://github.com/ColdGrub1384/LibTerm: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/ColdGrub1384/LibTerm (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:01:20,639 - ERROR - Exception for https://github.com/soroushchehresa/iran-coronavirus: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/soroushchehresa/iran-coronavirus (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:01:22,656 - ERROR - Exception for https://github.com/soroushchehresa/iran-coronavirus: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/soroushchehresa/iran-coronavirus (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:01:24,663 - ERROR - Exception for https://github.com/soroushchehresa/iran-coronavirus: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/soroushchehresa/iran-coronavirus (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:01:24,669 - ERROR - Exception for https://github.com/KhaosT/open-apollo: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/KhaosT/open-apollo (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:01:26,685 - ERROR - Exception for https://github.com/KhaosT/open-apollo: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/KhaosT/open-apollo (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:01:41,062 - ERROR - Exception for https://github.com/KhaosT/open-apollo: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/KhaosT/open-apollo (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:01:41,072 - ERROR - Exception for https://github.com/dkhamsing/covid19.swift: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/dkhamsing/covid19.swift (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:01:43,083 - ERROR - Exception for https://github.com/dkhamsing/covid19.swift: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/dkhamsing/covid19.swift (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:01:45,094 - ERROR - Exception for https://github.com/dkhamsing/covid19.swift: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/dkhamsing/covid19.swift (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:01:45,100 - ERROR - Exception for https://github.com/nploi/corona_tracker: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/nploi/corona_tracker (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:01:47,111 - ERROR - Exception for https://github.com/nploi/corona_tracker: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/nploi/corona_tracker (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:01:49,121 - ERROR - Exception for https://github.com/nploi/corona_tracker: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/nploi/corona_tracker (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:01:49,126 - ERROR - Exception for https://github.com/dopebase/messenger-iOS-chat-swift-firestore: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/dopebase/messenger-iOS-chat-swift-firestore (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:01:51,135 - ERROR - Exception for https://github.com/dopebase/messenger-iOS-chat-swift-firestore: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/dopebase/messenger-iOS-chat-swift-firestore (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:01:53,146 - ERROR - Exception for https://github.com/dopebase/messenger-iOS-chat-swift-firestore: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/dopebase/messenger-iOS-chat-swift-firestore (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:01:53,151 - ERROR - Exception for https://github.com/rrroyal/Harbour: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/rrroyal/Harbour (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:01:55,163 - ERROR - Exception for https://github.com/rrroyal/Harbour: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/rrroyal/Harbour (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:01:57,169 - ERROR - Exception for https://github.com/rrroyal/Harbour: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/rrroyal/Harbour (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:01:57,175 - ERROR - Exception for https://github.com/manolosavi/xFonts: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/manolosavi/xFonts (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:01:59,185 - ERROR - Exception for https://github.com/manolosavi/xFonts: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/manolosavi/xFonts (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:02:01,196 - ERROR - Exception for https://github.com/manolosavi/xFonts: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/manolosavi/xFonts (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:02:01,201 - ERROR - Exception for https://github.com/OpenASL/Fingerspelling-iOS: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/OpenASL/Fingerspelling-iOS (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:02:03,213 - ERROR - Exception for https://github.com/OpenASL/Fingerspelling-iOS: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/OpenASL/Fingerspelling-iOS (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:02:05,220 - ERROR - Exception for https://github.com/OpenASL/Fingerspelling-iOS: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/OpenASL/Fingerspelling-iOS (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:02:05,226 - ERROR - Exception for https://github.com/fromkk/FreeTimePicker: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/fromkk/FreeTimePicker (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:02:07,236 - ERROR - Exception for https://github.com/fromkk/FreeTimePicker: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/fromkk/FreeTimePicker (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:02:09,246 - ERROR - Exception for https://github.com/fromkk/FreeTimePicker: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/fromkk/FreeTimePicker (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:02:09,252 - ERROR - Exception for https://github.com/podverse/podverse-rn: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/podverse/podverse-rn (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:02:11,263 - ERROR - Exception for https://github.com/podverse/podverse-rn: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/podverse/podverse-rn (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:02:13,271 - ERROR - Exception for https://github.com/podverse/podverse-rn: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/podverse/podverse-rn (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:02:13,277 - ERROR - Exception for https://github.com/iKenndac/Tofu: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/iKenndac/Tofu (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:02:15,287 - ERROR - Exception for https://github.com/iKenndac/Tofu: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/iKenndac/Tofu (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:02:17,297 - ERROR - Exception for https://github.com/iKenndac/Tofu: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/iKenndac/Tofu (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:02:17,303 - ERROR - Exception for https://github.com/Jigsaw-Code/outline-apps: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/Jigsaw-Code/outline-apps (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:02:19,314 - ERROR - Exception for https://github.com/Jigsaw-Code/outline-apps: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/Jigsaw-Code/outline-apps (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:02:21,325 - ERROR - Exception for https://github.com/Jigsaw-Code/outline-apps: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/Jigsaw-Code/outline-apps (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:02:21,332 - ERROR - Exception for https://github.com/carson-katri/reddit-swiftui: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/carson-katri/reddit-swiftui (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:02:23,342 - ERROR - Exception for https://github.com/carson-katri/reddit-swiftui: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/carson-katri/reddit-swiftui (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:02:25,353 - ERROR - Exception for https://github.com/carson-katri/reddit-swiftui: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/carson-katri/reddit-swiftui (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:02:25,359 - ERROR - Exception for https://github.com/pedrommcarrasco/ARbusters: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/pedrommcarrasco/ARbusters (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:02:27,371 - ERROR - Exception for https://github.com/pedrommcarrasco/ARbusters: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/pedrommcarrasco/ARbusters (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:02:29,382 - ERROR - Exception for https://github.com/pedrommcarrasco/ARbusters: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/pedrommcarrasco/ARbusters (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:02:29,390 - ERROR - Exception for https://github.com/devxoul/SwiftUITodo: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/devxoul/SwiftUITodo (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:02:31,402 - ERROR - Exception for https://github.com/devxoul/SwiftUITodo: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/devxoul/SwiftUITodo (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:02:33,412 - ERROR - Exception for https://github.com/devxoul/SwiftUITodo: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/devxoul/SwiftUITodo (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:02:33,418 - ERROR - Exception for https://github.com/Dimillian/ACHNBrowserUI: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/Dimillian/ACHNBrowserUI (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:02:35,430 - ERROR - Exception for https://github.com/Dimillian/ACHNBrowserUI: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/Dimillian/ACHNBrowserUI (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:02:37,440 - ERROR - Exception for https://github.com/Dimillian/ACHNBrowserUI: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/Dimillian/ACHNBrowserUI (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:02:37,446 - ERROR - Exception for https://github.com/marty-suzuki/GitHubSearchWithSwiftUI: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/marty-suzuki/GitHubSearchWithSwiftUI (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:02:39,456 - ERROR - Exception for https://github.com/marty-suzuki/GitHubSearchWithSwiftUI: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/marty-suzuki/GitHubSearchWithSwiftUI (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:02:41,467 - ERROR - Exception for https://github.com/marty-suzuki/GitHubSearchWithSwiftUI: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/marty-suzuki/GitHubSearchWithSwiftUI (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:02:41,472 - ERROR - Exception for https://github.com/netguru/baby-monitor-client-ios: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/netguru/baby-monitor-client-ios (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:02:43,484 - ERROR - Exception for https://github.com/netguru/baby-monitor-client-ios: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/netguru/baby-monitor-client-ios (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:02:45,494 - ERROR - Exception for https://github.com/netguru/baby-monitor-client-ios: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/netguru/baby-monitor-client-ios (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:02:45,500 - ERROR - Exception for https://github.com/msal4/royal_news: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/msal4/royal_news (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:02:47,511 - ERROR - Exception for https://github.com/msal4/royal_news: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/msal4/royal_news (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:02:49,516 - ERROR - Exception for https://github.com/msal4/royal_news: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/msal4/royal_news (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:02:49,522 - ERROR - Exception for https://github.com/fossasia/open-event-organizer-ios: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/fossasia/open-event-organizer-ios (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:02:51,529 - ERROR - Exception for https://github.com/fossasia/open-event-organizer-ios: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/fossasia/open-event-organizer-ios (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:02:53,539 - ERROR - Exception for https://github.com/fossasia/open-event-organizer-ios: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/fossasia/open-event-organizer-ios (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:02:53,547 - ERROR - Exception for https://github.com/VamshiIITBHU14/FakeFBWall: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/VamshiIITBHU14/FakeFBWall (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:02:55,557 - ERROR - Exception for https://github.com/VamshiIITBHU14/FakeFBWall: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/VamshiIITBHU14/FakeFBWall (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:02:57,568 - ERROR - Exception for https://github.com/VamshiIITBHU14/FakeFBWall: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/VamshiIITBHU14/FakeFBWall (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:02:57,574 - ERROR - Exception for https://github.com/CrunchyBagel/TracePrivately: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/CrunchyBagel/TracePrivately (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:02:59,585 - ERROR - Exception for https://github.com/CrunchyBagel/TracePrivately: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/CrunchyBagel/TracePrivately (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:03:01,592 - ERROR - Exception for https://github.com/CrunchyBagel/TracePrivately: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/CrunchyBagel/TracePrivately (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:03:01,598 - ERROR - Exception for https://github.com/chuongtrh/palette-from-image: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/chuongtrh/palette-from-image (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:03:03,609 - ERROR - Exception for https://github.com/chuongtrh/palette-from-image: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/chuongtrh/palette-from-image (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:03:05,618 - ERROR - Exception for https://github.com/chuongtrh/palette-from-image: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/chuongtrh/palette-from-image (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:03:05,622 - ERROR - Exception for https://github.com/soapyigu/Swift-30-Projects: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/soapyigu/Swift-30-Projects (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:03:07,633 - ERROR - Exception for https://github.com/soapyigu/Swift-30-Projects: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/soapyigu/Swift-30-Projects (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:03:09,643 - ERROR - Exception for https://github.com/soapyigu/Swift-30-Projects: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/soapyigu/Swift-30-Projects (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:03:09,649 - ERROR - Exception for https://github.com/lucaslimapoa/NewsAPISwift: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/lucaslimapoa/NewsAPISwift (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:03:11,659 - ERROR - Exception for https://github.com/lucaslimapoa/NewsAPISwift: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/lucaslimapoa/NewsAPISwift (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:03:13,669 - ERROR - Exception for https://github.com/lucaslimapoa/NewsAPISwift: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/lucaslimapoa/NewsAPISwift (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:03:13,674 - ERROR - Exception for https://github.com/gtokman/Restaurant-Viewing-App: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/gtokman/Restaurant-Viewing-App (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:03:15,686 - ERROR - Exception for https://github.com/gtokman/Restaurant-Viewing-App: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/gtokman/Restaurant-Viewing-App (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:03:17,694 - ERROR - Exception for https://github.com/gtokman/Restaurant-Viewing-App: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/gtokman/Restaurant-Viewing-App (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:03:17,700 - ERROR - Exception for https://github.com/HassanElDesouky/VoiceMemosClone: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/HassanElDesouky/VoiceMemosClone (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:03:19,710 - ERROR - Exception for https://github.com/HassanElDesouky/VoiceMemosClone: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/HassanElDesouky/VoiceMemosClone (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:03:21,721 - ERROR - Exception for https://github.com/HassanElDesouky/VoiceMemosClone: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/HassanElDesouky/VoiceMemosClone (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:03:21,726 - ERROR - Exception for https://github.com/dkhamsing/news: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/dkhamsing/news (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:03:23,739 - ERROR - Exception for https://github.com/dkhamsing/news: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/dkhamsing/news (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:03:25,744 - ERROR - Exception for https://github.com/dkhamsing/news: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/dkhamsing/news (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:03:25,750 - ERROR - Exception for https://github.com/objcio/app-architecture: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/objcio/app-architecture (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:03:27,761 - ERROR - Exception for https://github.com/objcio/app-architecture: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/objcio/app-architecture (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:03:29,771 - ERROR - Exception for https://github.com/objcio/app-architecture: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/objcio/app-architecture (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:03:29,777 - ERROR - Exception for https://github.com/alfianlosari/SwiftUI-MovieDB: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/alfianlosari/SwiftUI-MovieDB (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:03:31,788 - ERROR - Exception for https://github.com/alfianlosari/SwiftUI-MovieDB: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/alfianlosari/SwiftUI-MovieDB (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:03:33,794 - ERROR - Exception for https://github.com/alfianlosari/SwiftUI-MovieDB: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/alfianlosari/SwiftUI-MovieDB (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:03:33,800 - ERROR - Exception for https://github.com/aranja/rakning-c19-app: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/aranja/rakning-c19-app (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:03:35,810 - ERROR - Exception for https://github.com/aranja/rakning-c19-app: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/aranja/rakning-c19-app (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:03:37,821 - ERROR - Exception for https://github.com/aranja/rakning-c19-app: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/aranja/rakning-c19-app (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:03:37,826 - ERROR - Exception for https://github.com/covid19cz/erouska-ios: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/covid19cz/erouska-ios (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:03:39,838 - ERROR - Exception for https://github.com/covid19cz/erouska-ios: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/covid19cz/erouska-ios (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:03:41,849 - ERROR - Exception for https://github.com/covid19cz/erouska-ios: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/covid19cz/erouska-ios (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:03:41,855 - ERROR - Exception for https://github.com/MohGovIL/hamagen-react-native: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/MohGovIL/hamagen-react-native (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:03:43,866 - ERROR - Exception for https://github.com/MohGovIL/hamagen-react-native: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/MohGovIL/hamagen-react-native (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:03:45,876 - ERROR - Exception for https://github.com/MohGovIL/hamagen-react-native: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/MohGovIL/hamagen-react-native (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:03:45,883 - ERROR - Exception for https://github.com/theindianappguy/FlutterNewsApp: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/theindianappguy/FlutterNewsApp (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:03:47,896 - ERROR - Exception for https://github.com/theindianappguy/FlutterNewsApp: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/theindianappguy/FlutterNewsApp (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:03:49,906 - ERROR - Exception for https://github.com/theindianappguy/FlutterNewsApp: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/theindianappguy/FlutterNewsApp (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:03:49,912 - ERROR - Exception for https://github.com/alfianlosari/SwiftUICDExpenseTrackerCompleted: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/alfianlosari/SwiftUICDExpenseTrackerCompleted (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:03:51,919 - ERROR - Exception for https://github.com/alfianlosari/SwiftUICDExpenseTrackerCompleted: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/alfianlosari/SwiftUICDExpenseTrackerCompleted (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:03:53,926 - ERROR - Exception for https://github.com/alfianlosari/SwiftUICDExpenseTrackerCompleted: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/alfianlosari/SwiftUICDExpenseTrackerCompleted (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:03:53,933 - ERROR - Exception for https://github.com/alfianlosari/CoronaVirusTrackerFlutter: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/alfianlosari/CoronaVirusTrackerFlutter (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:03:55,939 - ERROR - Exception for https://github.com/alfianlosari/CoronaVirusTrackerFlutter: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/alfianlosari/CoronaVirusTrackerFlutter (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:03:57,950 - ERROR - Exception for https://github.com/alfianlosari/CoronaVirusTrackerFlutter: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/alfianlosari/CoronaVirusTrackerFlutter (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:03:57,956 - ERROR - Exception for https://github.com/Clean-Swift/CleanStore: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/Clean-Swift/CleanStore (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:03:59,966 - ERROR - Exception for https://github.com/Clean-Swift/CleanStore: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/Clean-Swift/CleanStore (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:04:01,973 - ERROR - Exception for https://github.com/Clean-Swift/CleanStore: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/Clean-Swift/CleanStore (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:04:01,980 - ERROR - Exception for https://github.com/rodydavis/gmail_clone: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/rodydavis/gmail_clone (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:04:03,987 - ERROR - Exception for https://github.com/rodydavis/gmail_clone: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/rodydavis/gmail_clone (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:04:05,993 - ERROR - Exception for https://github.com/rodydavis/gmail_clone: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/rodydavis/gmail_clone (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:04:06,000 - ERROR - Exception for https://github.com/kwonye/calcupad: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/kwonye/calcupad (Caused by NameResolutionError(": Failed to resolve 'api.github.com' ([Errno 8] nodename nor servname provided, or not known)")) -2025-05-21 16:04:21,376 - ERROR - Exception for https://github.com/mathieudutour/TimeLines: ('Connection aborted.', ConnectionResetError(54, 'Connection reset by peer')) -2025-05-21 16:06:00,558 - WARNING - Rate limit exceeded for https://github.com/niazoff/Chat, retrying after delay -2025-05-21 16:06:57,218 - WARNING - Rate limit exceeded for https://github.com/ProtonVPN/ios-mac-app, retrying after delay -2025-05-21 16:07:07,659 - WARNING - Rate limit exceeded for https://github.com/ProtonVPN/ios-mac-app, retrying after delay -2025-05-21 16:08:10,321 - WARNING - Rate limit exceeded for https://github.com/pitt500/OnlineStoreTCA, retrying after delay -2025-05-21 16:08:21,386 - WARNING - Rate limit exceeded for https://github.com/pitt500/OnlineStoreTCA, retrying after delay -2025-05-21 16:09:28,277 - WARNING - Rate limit exceeded for https://github.com/c-villain/SneakerShop, retrying after delay -2025-05-21 16:09:38,698 - WARNING - Rate limit exceeded for https://github.com/c-villain/SneakerShop, retrying after delay -2025-05-21 16:11:18,810 - ERROR - Exception for https://github.com/c-villain/SneakerShop: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')) -2025-05-21 16:11:38,731 - ERROR - Exception for https://github.com/adamlyttleapps/OpenAI-Wrapper-SwiftUI: HTTPSConnectionPool(host='api.github.com', port=443): Read timed out. (read timeout=10) -2025-05-21 16:12:24,051 - ERROR - Exception for https://github.com/denissimon/distributed-model-training: HTTPSConnectionPool(host='api.github.com', port=443): Read timed out. (read timeout=10) -2025-05-21 16:12:46,065 - ERROR - Exception for https://github.com/denissimon/distributed-model-training: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/denissimon/distributed-model-training (Caused by ConnectTimeoutError(, 'Connection to api.github.com timed out. (connect timeout=10)')) -2025-05-21 16:14:40,245 - INFO - Updated README.md with 931 results -2025-05-22 05:55:21,636 - INFO - Fetched JSON from https://raw.githubusercontent.com/dkhamsing/open-source-ios-apps/master/contents.json -2025-05-22 05:55:38,311 - WARNING - Invalid URL: https://github.com/wwdc -2025-05-22 05:57:34,394 - INFO - Updated README.md with 930 results diff --git a/archive_checker.py b/archive_checker.py deleted file mode 100644 index e56317c..0000000 --- a/archive_checker.py +++ /dev/null @@ -1,120 +0,0 @@ -import requests -import json -import re -import os -import datetime -from time import sleep - -# Constants -JSON_URL = "https://raw.githubusercontent.com/dkhamsing/open-source-ios-apps/master/contents.json" -API_BASE = "https://api.github.com/repos" -README_FILE = "README.md" -START_MARKER = "## Repository Archive Status" -GITHUB_TOKEN = os.getenv("GITHUB_TOKEN") -HEADERS = {"Accept": "application/vnd.github.v3+json"} -if GITHUB_TOKEN: - HEADERS["Authorization"] = f"token {GITHUB_TOKEN}" - -def fetch_json(): - try: - response = requests.get(JSON_URL, timeout=10) - response.raise_for_status() - return response.json() - except Exception as e: - print(f"Error fetching JSON: {e}") - return None - -def extract_repo_links(data): - links = set() - for category, apps in data.items(): - if isinstance(apps, list): - for app in apps: - if "archive" in app.get("tags", []): - continue - source = app.get("source") - if isinstance(source, str) and source.startswith("https://github.com"): - if re.match(r"https://github\.com/[^/]+/[^/]+/?$", source): - links.add(source) - return sorted(links) - -def check_repo_status(url): - match = re.match(r"https://github.com/([^/]+)/([^/]+)", url) - if not match: - return url, "Invalid URL" - owner, repo = match.groups() - api_url = f"{API_BASE}/{owner}/{repo}" - try: - response = requests.get(api_url, headers=HEADERS, timeout=10) - if response.status_code == 200: - data = response.json() - return url, "Archived" if data.get("archived") else None - elif response.status_code == 404: - return url, "Not Found" - elif response.status_code == 403: - return url, "Forbidden (possibly private or rate limit exceeded)" - return url, f"Error {response.status_code}" - except Exception as e: - return url, f"Exception: {str(e)}" - -def update_readme(results): - with open(README_FILE, "r", encoding="utf-8") as f: - content = f.read() - - if START_MARKER not in content: - print("START_MARKER not found in README.") - return - - # Create markdown table for repos with status - table = ["| Repository URL | Status |", "|---------------|--------|"] - for url, status in results: - if status: - table.append(f"| {url} | {status} |") - - table.append(f"\n*Last updated: {datetime.datetime.utcnow().strftime('%Y-%m-%d %H:%M:%S UTC')}*") - - # Replace old section - new_section = f"{START_MARKER}\n\n" + "\n".join(table) - updated_content = re.sub( - rf"{re.escape(START_MARKER)}.*", - new_section, - content, - flags=re.DOTALL - ) - - with open(README_FILE, "w", encoding="utf-8") as f: - f.write(updated_content) - - print(f"Updated {README_FILE} successfully.") - -def main(): - print("Fetching JSON data...") - data = fetch_json() - if not data: - print("Failed to fetch JSON. Exiting.") - return - - print("Extracting repository links...") - repo_links = extract_repo_links(data) - print(f"Found {len(repo_links)} repositories to check.") - - results = [] - for i, url in enumerate(repo_links, 1): - print(f"Checking {i}/{len(repo_links)}: {url}") - result = check_repo_status(url) - results.append(result) - sleep(0.05) # To avoid hitting rate limits - - print("Updating README...") - update_readme(results) - - archived = sum(1 for _, s in results if s == "Archived") - not_found = sum(1 for _, s in results if s == "Not Found") - forbidden = sum(1 for _, s in results if s and "Forbidden" in s) - - print(f"\nSummary:") - print(f" Archived: {archived}") - print(f" Not Found: {not_found}") - print(f" Forbidden: {forbidden}") - -if __name__ == "__main__": - main() diff --git a/extracted_links.txt b/extracted_links.txt deleted file mode 100644 index cbe8149..0000000 --- a/extracted_links.txt +++ /dev/null @@ -1,927 +0,0 @@ -https://github.com/256Arts/My-Assets -https://github.com/256Arts/Space-UI -https://github.com/256Arts/Sprite-Catalog -https://github.com/256Arts/Sprite-Cutter -https://github.com/256Arts/Sprite-Fonts -https://github.com/256Arts/Sprite-Pencil -https://github.com/256Arts/Symbol-Code -https://github.com/3003h/Eros-FE -https://github.com/4np/UitzendingGemist -https://github.com/5calls/ios -https://github.com/6/StonksPro -https://github.com/7kfpun/FinanceReactNative -https://github.com/87kangsw/GitTime -https://github.com/AU-COVIDSafe/mobile-ios -https://github.com/AdguardTeam/AdguardForiOS -https://github.com/AdrienVillez/LOST-Location -https://github.com/AlexCatch/Oak -https://github.com/AlexeyVoronov96/NewsApp-With-SwiftUI-And-Combine -https://github.com/Alfresco/alfresco-ios-app -https://github.com/AlphaWallet/alpha-wallet-ios -https://github.com/AnderGoig/github-contributions-ios -https://github.com/AndrewBennet/ReadingListV1 -https://github.com/AnthonyH93/GoCycling -https://github.com/AnthonyH93/HexaCalc -https://github.com/AnthonyH93/NHLTracker -https://github.com/Anuken/Mindustry -https://github.com/AnupAmmanavar/Mvi-SwiftUI -https://github.com/ArtifexSoftware/mupdf -https://github.com/AudioKit/AudioKitSynthOne -https://github.com/AudioKit/ROMPlayer -https://github.com/Aufree/phphub-ios -https://github.com/Augustyniak/FileExplorer -https://github.com/Automattic/pocket-casts-ios -https://github.com/BalestraPatrick/AppleWatchCalculator -https://github.com/BalestraPatrick/FlightUtilities -https://github.com/BalestraPatrick/Tweetometer -https://github.com/Benetos/Mamoot -https://github.com/Blackjacx/Gasoline -https://github.com/Blakexx/CryptoTracker -https://github.com/Brimizer/Slidden -https://github.com/Buglife/Buglife-iOS -https://github.com/BurntCaramel/CollectedApp -https://github.com/ByCyril/iSpy-Game -https://github.com/CarGuo/gsy_github_app_flutter -https://github.com/CastIrony/Fivey -https://github.com/ChatSecure/ChatSecure-iOS -https://github.com/ChoiysApple/Asteroids-Plus -https://github.com/ChoiysApple/My-Little-Popcat -https://github.com/Chubby-Apps/SafeTimer -https://github.com/Ckitakishi/MetaX -https://github.com/Clean-Swift/CleanStore -https://github.com/CodeHubApp/CodeHub -https://github.com/ColdGrub1384/LibTerm -https://github.com/ColdGrub1384/Pisth -https://github.com/CovidTrackerFr/vitemadose-ios -https://github.com/CovidWorld/ios -https://github.com/CoyoteLab/Studies-Siri-Shortcut-iOS-13 -https://github.com/CrunchyBagel/TracePrivately -https://github.com/D-32/WatchPics -https://github.com/DaidoujiChen/Dai-Hentai -https://github.com/Darktt/HealthKit-Swift -https://github.com/DeluxeAlonso/UpcomingMovies -https://github.com/DerLobi/Depressed -https://github.com/DerekSelander/yacd -https://github.com/Dimillian/ACHNBrowserUI -https://github.com/Dimillian/GrailerApp -https://github.com/Dimillian/IceCubesApp -https://github.com/Dimillian/IcySky -https://github.com/Dimillian/MortyUI -https://github.com/Dimillian/MovieSwiftUI -https://github.com/Dimillian/OSRSUI -https://github.com/Dimillian/SwiftHN -https://github.com/Dimillian/The-Roundtable -https://github.com/DominatorVbN/DevSpotlight -https://github.com/DreamingInBinary/Custom-ViewController-Transitions -https://github.com/DreamingInBinary/Spend-Stack-Public -https://github.com/EhPanda-Team/EhPanda -https://github.com/EmergeTools/hackernews -https://github.com/EvgenyKarkan/Feeds4U -https://github.com/EvgenyKarkan/ScaryFlight -https://github.com/EvgenyKarkan/TrackMyTime -https://github.com/Evolution-App/iOS -https://github.com/ExistOrLive/GithubClient -https://github.com/FlexMonkey/Filterpedia -https://github.com/FlexMonkey/ForceSketch -https://github.com/FlexMonkey/Plum-O-Meter -https://github.com/FlineDev/Prayer -https://github.com/FranckNdame/swiftui.builds -https://github.com/FreeRDP/FreeRDP -https://github.com/G2Jose/ReactNative-HackerNews -https://github.com/GetStream/purposeful-ios-animations -https://github.com/GitHawkApp/GitHawk -https://github.com/Glucosio/glucosio-ios -https://github.com/GroupeMINASTE/FMobile-iOS -https://github.com/HSEIreland/covid-tracker-app -https://github.com/HabitRPG/habitica-ios -https://github.com/Haptic-Apps/Slide-iOS -https://github.com/HassanElDesouky/VoiceMemosClone -https://github.com/IFours/react-native-twitch -https://github.com/ISBX/apprtc-ios -https://github.com/IanKeen/TweetleDumb -https://github.com/Infomaniak/ios-kDrive -https://github.com/IvanBogdantsev/Toilet-Radar-Paris -https://github.com/Ivaskuu/travel-guide_app -https://github.com/JakeLin/SaveTheDot -https://github.com/JakeLin/SwiftLanguageWeather -https://github.com/Jasonette/JASONETTE-iOS -https://github.com/Jigsaw-Code/outline-apps -https://github.com/JohnWong/bus-today -https://github.com/JohnYezub/NewsFeed_SwiftUI_MVVM -https://github.com/Joker462/COVID-19_SwiftUI_Demo -https://github.com/JosephDuffy/Overamped -https://github.com/JuneDomingo/movieapp -https://github.com/JustinFincher/GitHubContributionsiOS -https://github.com/KMindeguia/movies -https://github.com/Kapeli/Dash-iOS -https://github.com/Karambirov/GitHubSearch -https://github.com/Keith-43/MuVis -https://github.com/KhaosT/open-apollo -https://github.com/KrauseFx/MajorKey -https://github.com/KrisYu/LivelyGIFs -https://github.com/LASER-Yi/SwiftUI-APOD -https://github.com/LIJI32/SameBoy -https://github.com/Lax/Learn-iOS-Swift-by-Examples -https://github.com/LemonPepperSeasoning/Hasher -https://github.com/Livinglist/Hacki -https://github.com/Livinglist/ZCombinator -https://github.com/LumingYin/PDFToKeynote-iOS -https://github.com/Lyndir/MasterPassword -https://github.com/MCJack123/craftos2 -https://github.com/MDSADABWASIM/Toughest -https://github.com/MSzalek-Mobile/weight_tracker -https://github.com/MaikCL/PKDex-iOS -https://github.com/MaisaMilena/MyAnimeList -https://github.com/MarcinusX/flutter_ui_challenge_flight_search -https://github.com/MartinStamenkovski/LibraryGenesis -https://github.com/MatthewWaller/MarkyMarkdown -https://github.com/MaximeHeckel/sunshine-weather-app -https://github.com/MengTo/DesignerNewsApp -https://github.com/MhdHejazi/CoronaTracker -https://github.com/MoZhouqi/VoiceMemos -https://github.com/MohGovIL/hamagen-react-native -https://github.com/MoralCode/MetricTime -https://github.com/MoralCode/MiamiSunglasses -https://github.com/MotionMobs/Sandwhich -https://github.com/MrAdamBoyd/DownTube -https://github.com/MrAdamBoyd/Pictograph -https://github.com/MrKai77/Binary-Clock-iOS -https://github.com/NathanFallet/MorpionTPE-iOS -https://github.com/NathanFallet/OCaml -https://github.com/NavdeepSinghh/RxSwift_MVVM_Finished -https://github.com/Neko3000/Iris.iOS -https://github.com/Neko3000/Monotone -https://github.com/Netfilter-Com/PopulationClock -https://github.com/NiftyTreeStudios/Bean-Juice -https://github.com/Norbert515/BookSearch -https://github.com/NozeIO/NeoIRC -https://github.com/OnionBrowser/OnionBrowser -https://github.com/OpenASL/Fingerspelling-iOS -https://github.com/OpenCovidTrace/octrace-ios -https://github.com/OpenStack-mobile/summit-app-ios -https://github.com/PangMo5/AniTime -https://github.com/PankajGaikar/Instagram-Clone-SwiftUI -https://github.com/Path-Check/safeplaces-dct-app -https://github.com/PaulaScholz/ApnsSample -https://github.com/Person2099/HTTPS-Responses -https://github.com/PiXeL16/SnakeClassic -https://github.com/Piecelet/neodb-app -https://github.com/Pondorasti/StonkScorer -https://github.com/ProteGO-Safe/ios -https://github.com/ProtonDriveApps/ios-drive -https://github.com/ProtonMail/ios-mail -https://github.com/ProtonVPN/ios-mac-app -https://github.com/Provenance-Emu/Provenance -https://github.com/Q-Mobile/Model2App -https://github.com/RF-Nelson/open-source-selfie-stick -https://github.com/RadarCOVID/radar-covid-ios -https://github.com/Ranchero-Software/NetNewsWire -https://github.com/RedBrogdon/flutterflip -https://github.com/ResearchKit/MyHeartCounts -https://github.com/RishabhTayal/Unofficial-iTC -https://github.com/RxSwiftCommunity/RxMarbles -https://github.com/Sage-Bionetworks/CardiorespiratoryFitness-iOS -https://github.com/SaiBalaji-PSS/Quote-Today -https://github.com/SaiBalaji-PSS/Scoop -https://github.com/Samaritan1011001/Trovami -https://github.com/Say-Their-Name/say-their-names-ios -https://github.com/SchwiftyUI/NewsApiApp -https://github.com/SeekingMini/MoneyPlus -https://github.com/Sendeky/weatherkit-weather-app -https://github.com/Shabang-Systems/Condution -https://github.com/SherlockQi/HeavenMemoirs -https://github.com/Sigil-Wen/Dream-with-Vision-Pro -https://github.com/Sigil-Wen/VisionCraft -https://github.com/Sophiestication/Articles -https://github.com/Sophiestication/Groceries -https://github.com/Sophiestication/Tipulator -https://github.com/SpongeBobSun/Prodigal-iOS -https://github.com/StephenMcMillan/Dub-Dub-Do -https://github.com/StepicOrg/stepik-ios -https://github.com/StewartLynch/Homescreen-Quick-Actions -https://github.com/StewartLynch/UbiquitousKeyValue-Storage -https://github.com/StewartLynch/iOS-14-Widget -https://github.com/Stmol/vkphotos -https://github.com/Stop-COVID-19-Croatia/stopcovid19-ios -https://github.com/SwiftyAlex/Samples -https://github.com/SwissCovid/swisscovid-app-ios -https://github.com/TCNCoalition/tcn-client-ios -https://github.com/THLfi/koronavilkku-ios -https://github.com/TICESoftware/tice-ios -https://github.com/TUM-Dev/Campus-iOS -https://github.com/TelegramMessenger/Telegram-iOS -https://github.com/TelemetryDeck/TelemetryViewer -https://github.com/ThasianX/DivRise -https://github.com/ThasianX/SpotifyRadar -https://github.com/TheCodeMonks/NYTimes-iOS -https://github.com/TheCodeTraveler/GitTrends -https://github.com/Thomvis/Construct -https://github.com/TortugaPower/BookPlayer -https://github.com/TrustWallet/trust-wallet-ios -https://github.com/TryFetch/Fetch -https://github.com/V8tr/InfiniteListSwiftUI -https://github.com/VAnsimov/MVI-SwiftUI -https://github.com/VamshiIITBHU14/FakeFBWall -https://github.com/VamshiIITBHU14/YouTubeClone -https://github.com/ViniciusDeep/Revill -https://github.com/VishwaiOSDev/Loadify-iOS -https://github.com/Visual-Studio-Coder/QR-Share-Pro -https://github.com/Visual-Studio-Coder/Recap -https://github.com/VladimirBrejcha/Rise -https://github.com/WWDCScholars/iOS-app -https://github.com/WelkinXie/FiveInARow -https://github.com/WezSieTato/ScanNow -https://github.com/Widle-Studio/Grocery-App -https://github.com/WireGuard/wireguard-apple -https://github.com/XKCDY/app -https://github.com/XunMengWinter/PetNote-oss -https://github.com/Yalantis/PixPic -https://github.com/YouXianMing/YoCelsius -https://github.com/YusuFKaan48/NeuCalc -https://github.com/YusuFKaan48/News -https://github.com/YusuFKaan48/PixelWeather -https://github.com/YusukeHosonuma/SwiftUI-LifeGame -https://github.com/aaronoe/FlutterCinematic -https://github.com/abdorizak/Expense-Tracker-App -https://github.com/adafruit/Basic-Chat -https://github.com/adamlyttleapps/OpenAI-Wrapper-SwiftUI -https://github.com/adamrushy/social-swiftui-app -https://github.com/adamwulf/loose-leaf -https://github.com/adblockplus/adblockplussafariios -https://github.com/admin-ch/CovidCertificate-App-iOS -https://github.com/aerlinn13/planc -https://github.com/aharren/CardDecks -https://github.com/aheze/OpenFind -https://github.com/aheze/ProgressGif -https://github.com/aheze/RealityKitLaunchScreen -https://github.com/aheze/SwiftUICraft -https://github.com/airbnb/HorizonCalendar -https://github.com/akarataev/gleam-ios -https://github.com/albertopeam/Podcasts -https://github.com/aleksanderwozniak/deer -https://github.com/alexissan/ReactNativeWorkshop -https://github.com/alexjlockwood/compose-multiplatform-2048 -https://github.com/alexliubj/SwiftUI-Currency-Converter -https://github.com/alexruperez/MADBike -https://github.com/alfianlosari/CoronaVirusTrackerFlutter -https://github.com/alfianlosari/CoronaVirusTrackerSwiftUI -https://github.com/alfianlosari/ImageFilterSwiftUICompleted -https://github.com/alfianlosari/KanbanDragDropiOS -https://github.com/alfianlosari/SwiftUI-MovieDB -https://github.com/alfianlosari/SwiftUIAuthenticationCompleted -https://github.com/alfianlosari/SwiftUICDExpenseTrackerCompleted -https://github.com/almormd/Learning -https://github.com/almormd/Splito -https://github.com/altstoreio/AltStore -https://github.com/amahi/ios -https://github.com/amake/orgro -https://github.com/amikhaylin/pompaddo -https://github.com/amitburst/HackerNews -https://github.com/analogcode/Swift-Radio-Pro -https://github.com/andrewcbancroft/BlogIdeaList-SwiftUI -https://github.com/anikaseibezeder/SwiftUISpeedrunChallenge -https://github.com/antranapp/IndieApps -https://github.com/antranapp/SwiftUIMindBlowing -https://github.com/appbrewery/BMI-Calculator-iOS13 -https://github.com/appbrewery/Flash-Chat-iOS13 -https://github.com/appbrewery/Xylophone-iOS13 -https://github.com/appcoda/TextScanner -https://github.com/apple/sample-backyard-birds -https://github.com/apple/sample-food-truck -https://github.com/apps-fab/exercism-app -https://github.com/aranja/rakning-c19-app -https://github.com/archagon/good-spirits -https://github.com/arnoappenzeller/PiPifier -https://github.com/artsy/eidolon -https://github.com/artsy/eigen -https://github.com/aslanyanhaik/Quick-Chat -https://github.com/aslanyanhaik/youtube-iOS -https://github.com/atrinh0/buttoncraft -https://github.com/atrinh0/covid19 -https://github.com/atrinh0/sfsymbols -https://github.com/atrinh0/spiro -https://github.com/audiokit/AudioKit -https://github.com/austinzheng/iOS-2048 -https://github.com/austinzheng/swift-2048 -https://github.com/austrianredcross/stopp-corona-ios -https://github.com/automat-berlin/afone/ -https://github.com/automattic/simplenote-ios -https://github.com/avdyushin/Velik -https://github.com/awaseem/foqos -https://github.com/awkward/beam -https://github.com/ayush221b/newsline -https://github.com/azamsharp/BudgetApp -https://github.com/bakkenbaeck/daylight-ios -https://github.com/barisozgenn/NetflixVisionPro -https://github.com/bartonhammond/snowflake -https://github.com/basarsubasi/simplefitnessapp -https://github.com/bastienFalcou/Portfolio -https://github.com/bcye/whathaveiread -https://github.com/belm/BaiduFM-Swift -https://github.com/below/CarSample -https://github.com/benoitvallon/react-native-nw-react-calculator -https://github.com/betzerra/Fecapp -https://github.com/bigjermaine/BetBudd -https://github.com/bimsina/notes-app -https://github.com/bimsina/wallpaper -https://github.com/birkir/kvikmyndr-app -https://github.com/bither/bither-ios -https://github.com/bitwarden/mobile -https://github.com/blinksh/blink -https://github.com/bluemix/tourism-demo -https://github.com/bluesky-social/social-app -https://github.com/bouk/HTTPS4All -https://github.com/breadwallet/breadwallet-ios -https://github.com/brittanyarima/MovieDB -https://github.com/brittanyarima/Sketchy -https://github.com/brittanyarima/Steps -https://github.com/burhanrashid52/WhatTodo -https://github.com/c-villain/SneakerShop -https://github.com/cagnulein/qdomyos-zwift -https://github.com/caiobzen/water-reminder-swiftui -https://github.com/camiloibarrayepes/AlamofireStarWarsExample -https://github.com/carson-katri/reddit-swiftui -https://github.com/catalinmiron/react-native-dribbble-app -https://github.com/catrobat/catty -https://github.com/cds-snc/covid-alert-app -https://github.com/chFlorian/DesignRemakes -https://github.com/chadaustin/passdrop -https://github.com/chanify/chanify-ios -https://github.com/chatwoot/chatwoot-mobile-app -https://github.com/cheeaun/hackerweb-native-2 -https://github.com/chockenberry/NowPlayingPlus -https://github.com/chris-swift-dev/Beers -https://github.com/chrisballinger/BLEMeshChat -https://github.com/christianampe/film-ios -https://github.com/chsxf/SKTetris -https://github.com/chunkyguy/PhotoApp -https://github.com/chuongtrh/palette-from-image -https://github.com/cinderella-project/iMast -https://github.com/cl7/Sakura-Fly -https://github.com/cloverstudio/Spika -https://github.com/cocoa-mhlw/cocoa -https://github.com/coderyi/Monkey -https://github.com/colloquy/colloquy -https://github.com/confirmedcode/lockdown-ios -https://github.com/coolioxlr/watchOS-2-heartrate -https://github.com/corona-warn-app/cwa-app-ios -https://github.com/covid19cz/erouska-ios -https://github.com/covidwatchorg/covidwatch-ios-en -https://github.com/cozy/cozy-drive -https://github.com/crafterm/swiftui-app-switcher -https://github.com/criticalmaps/criticalmaps-ios -https://github.com/croossin/Malendar -https://github.com/crspybits/SharedImages -https://github.com/csprasad/Mr-Tip -https://github.com/cuappdev/podcast-ios -https://github.com/cyrildiagne/ar-cutpaste -https://github.com/da3x/GeoLicious -https://github.com/damoonrashidi/bitalarm -https://github.com/daneden/Broadcast -https://github.com/daneden/Solstice -https://github.com/daneden/Zeitgeist -https://github.com/danqing/2048 -https://github.com/dasdom/Tomate -https://github.com/davedelong/MVCTodo -https://github.com/davejacobsen/HapticHaven -https://github.com/dejager/atmos -https://github.com/deltachat/deltachat-ios -https://github.com/dempseyatgithub/MemeMaker -https://github.com/dempseyatgithub/UnofficialSandwiches -https://github.com/denissimon/Cryptocurrency-Info -https://github.com/denissimon/distributed-model-training -https://github.com/denissimon/iOS-MVVM-Clean-Architecture -https://github.com/denoni/SpotifyClone -https://github.com/devxoul/RxTodo -https://github.com/devxoul/SwiftUITodo -https://github.com/diogot/MyWeight -https://github.com/dkhamsing/TabDump -https://github.com/dkhamsing/covid19.swift -https://github.com/dkhamsing/fastmdb -https://github.com/dkhamsing/how-much -https://github.com/dkhamsing/listapp.ios -https://github.com/dkhamsing/news -https://github.com/dkhamsing/osia -https://github.com/dkhamsing/stocks -https://github.com/dkhamsing/upcomingtv -https://github.com/dl-alexandre/SymbolGrid -https://github.com/donbytyqi/PapersSwiftUI -https://github.com/dopebase/messenger-iOS-chat-swift-firestore -https://github.com/draese/TwitterSentiment -https://github.com/dropbox/PhotoWatch -https://github.com/drpeterrohde/MoodSnap -https://github.com/duckduckgo/apple-browsers -https://github.com/e-mission/e-mission-phone -https://github.com/ecrichlow/LootRaideriOS_OS -https://github.com/efremidze/Alarm -https://github.com/eleev/compositional-layouts-kit -https://github.com/eleev/flappy-fly-bird -https://github.com/eleev/swiftui-2048 -https://github.com/eleev/tic-tac-toe -https://github.com/element-hq/element-ios -https://github.com/element-hq/element-x-ios -https://github.com/elkiwy/KHabit -https://github.com/emcro/SwiftUI-Keyboard-Demo -https://github.com/emoncms/emoncms-ios -https://github.com/emredurukn/betcalsa -https://github.com/emufreak/iAmiga -https://github.com/enochng1/RaceMe -https://github.com/eonist/summon -https://github.com/ericjohnson/canabalt-ios -https://github.com/ericlewis/DeltaUI -https://github.com/ericlewis/ShoppingList -https://github.com/essentiaone/Essentia-iOS -https://github.com/ethanhuang13/blahker -https://github.com/ethanhuang13/knil -https://github.com/ethanhuang13/ladybug -https://github.com/ethanswift/DiscussIt -https://github.com/ethanswift/NewsAnalyzer -https://github.com/eugenebokhan/Awesome-ML -https://github.com/exantech/exa-wallet-ios -https://github.com/expo/expo -https://github.com/ezefranca/watchpresenter -https://github.com/fabiensanglard/Shmup -https://github.com/fabienwarniez/Vie -https://github.com/fabio914/BeatmapVisionPro -https://github.com/fangwei716/30-days-of-react-native -https://github.com/fatih-gursoy/Cuisiner -https://github.com/fatih-gursoy/Projector -https://github.com/filipealva/Cepp -https://github.com/fimuxd/BringMyOwnBeer- -https://github.com/fimuxd/BringMyOwnBeer-Combine -https://github.com/fimuxd/GITGET -https://github.com/firebase/friendlyeats-ios -https://github.com/firebase/quickstart-ios -https://github.com/flappy-royale/flappy-royale -https://github.com/fossasia/open-event-attendee-ios -https://github.com/fossasia/open-event-organizer-ios -https://github.com/fossasia/susi_iOS -https://github.com/freeotp/freeotp-ios -https://github.com/freesuraj/TLDR -https://github.com/frogatto/frogatto -https://github.com/fromkk/FreeTimePicker -https://github.com/fromkk/iOSDCRC -https://github.com/frostland/GPS-Stone -https://github.com/fulldecent/8-ball-answer -https://github.com/fulldecent/formant-analyzer -https://github.com/fulldecent/pizzaman -https://github.com/gabrieloc/GIOVANNI -https://github.com/gao0122/ARKit-Example-by-Apple -https://github.com/gdombiak/OctoPod -https://github.com/gematik/E-Rezept-App-iOS -https://github.com/genadyo/WWDC -https://github.com/ghewgill/puzzles -https://github.com/git-up/GitUp -https://github.com/gitpoint/git-point -https://github.com/glushchenko/fsnotes -https://github.com/gonchar/VisionProVacuumDemo -https://github.com/google/mechahamster -https://github.com/googlecast/CastVideos-ios -https://github.com/groue/GRDBCombine -https://github.com/gtokman/Restaurant-Viewing-App -https://github.com/hackfoldr/hackfoldr-iOS -https://github.com/hadobedo/FunkiniOS -https://github.com/haiwen/seafile-iOS -https://github.com/hamed8080/LeitnerBox -https://github.com/hanton/Fisheye -https://github.com/haolloyin/MrCode -https://github.com/hbmartin/Directory-SwiftUI -https://github.com/heart/CarBode-Barcode-Scanner-For-SwiftUI -https://github.com/herzbube/littlego -https://github.com/heyrahulrs/ASETimerSwiftUI -https://github.com/hilen/TSWeChat -https://github.com/hishd/RicketyRick-iOS -https://github.com/hishd/SkyWizard-SwiftUI -https://github.com/holzschu/a-shell -https://github.com/home-assistant/iOS -https://github.com/horizontalsystems/unstoppable-wallet-ios -https://github.com/hrydgard/ppsspp -https://github.com/huggingface/swift-coreml-transformers -https://github.com/hungps/flutter_pokedex -https://github.com/hyperoslo/BarcodeScanner -https://github.com/iAlexander/Homepok -https://github.com/iAugux/Phonetic -https://github.com/iCHAIT/awesome-macOS -https://github.com/iCepa/iCepa -https://github.com/iKenndac/Tofu -https://github.com/ibhavikmakwana/Fluttery-Filmy -https://github.com/id-Software/DOOM-IOS2 -https://github.com/id-Software/DOOM-iOS -https://github.com/id-Software/Wolf3D-iOS -https://github.com/ifrotz/iosfrotz -https://github.com/igorkulman/iOSSampleApp -https://github.com/igravitystudios/matchimals.fun -https://github.com/ijoshsmith/swift-ascii-art -https://github.com/il1ane/StoicQuotes -https://github.com/illu/moonwalk -https://github.com/immich-app/immich -https://github.com/immuni-app/immuni-app-ios -https://github.com/inamiy/Harvest-SwiftUI-Gallery -https://github.com/incipher/einmal -https://github.com/infinitepower18/Homepage-MobileSafari -https://github.com/insidegui/AnimojiStudio -https://github.com/insurgentgames/Skeleton-Key-iOS -https://github.com/invoiceninja/admin-portal -https://github.com/irace/BlogQuest -https://github.com/irccloud/ios -https://github.com/ish-app/ish -https://github.com/istornz/iPokeGo -https://github.com/itsliamdowd/Project-Democracy -https://github.com/ivan-magda/Californication -https://github.com/ivan-magda/Tagger -https://github.com/ivan-magda/UpcomingMovies -https://github.com/ivan-magda/ios-demo -https://github.com/ivanvorobei/SwiftUI -https://github.com/ivirtex/networkarch-old -https://github.com/ivpn/ios-app -https://github.com/jaredwolff/swift-bluetooth-particle-rgb -https://github.com/jareksedy/Elseweather -https://github.com/jasudev/FabulaItemsProvider -https://github.com/jazzychad/iCloudCoreDataStarter -https://github.com/jbarr21/flews -https://github.com/jbkuczma/NBAreact -https://github.com/jdisho/Papr -https://github.com/jeffreybergier/Hipstapaper -https://github.com/jegnux/SwiftUICameraAppSpeedrunChallenge -https://github.com/jellyfin/Swiftfin -https://github.com/jerald-jacob/Flutter-Apps -https://github.com/jeroensmeets/11t -https://github.com/jesusrp98/spacex-go -https://github.com/jhatin94/tempatlas-swiftui -https://github.com/jitsi/jitsi-meet -https://github.com/joeldavidw/Chronos -https://github.com/joforsell/Cocktails -https://github.com/jogboms/tailor_made -https://github.com/jogendra/gravityBlocks -https://github.com/jogendra/phimpme-iOS -https://github.com/jogendra/technex-ios -https://github.com/johnmahlon/Coffee-Ratio -https://github.com/jonaspoxleitner/minimalistic_push -https://github.com/jonluca/PasteBinApp -https://github.com/jordansinger/SwiftUI-Kit -https://github.com/jordansinger/lil-news-app -https://github.com/jordansinger/lil-wallet -https://github.com/jordibruin/Dynamic-Islands -https://github.com/jordibruin/Swift-Charts-Examples -https://github.com/joreilly/BikeShare -https://github.com/joreilly/PeopleInSpace -https://github.com/joreilly/StarWars -https://github.com/joreilly/WordMasterKMP -https://github.com/jpsim/CardsAgainst -https://github.com/jpsim/DeckRocket -https://github.com/jpsim/Milestones -https://github.com/jpsim/ZenTuner -https://github.com/jsphkhan/ReactNativeExamples -https://github.com/jtbandes/SpacePOD -https://github.com/jtrivedi/Apple-Cash-Animation -https://github.com/jtrivedi/Mesh-Transform-Animation -https://github.com/jtsaeed/Hour-Blocks -https://github.com/julianschiavo/Playerly -https://github.com/k-lpmg/GiTiny -https://github.com/kahopoon/QR-Blank -https://github.com/kalismeras61/flutter_wallet_ui -https://github.com/kartaview/ios -https://github.com/keepassium/KeePassium -https://github.com/kevinyou77/Swordfish -https://github.com/kevmoo/slide_puzzle -https://github.com/keybase/client -https://github.com/kgellci/Area51 -https://github.com/khoren93/SwiftHub -https://github.com/khuong291/Flutter-Movie -https://github.com/kickstarter/ios-oss -https://github.com/kiliankoe/ParkenDD -https://github.com/kitasuke/SwiftUI-Flux -https://github.com/kitasuke/SwiftUI-MVVM -https://github.com/kiwix/kiwix-apple -https://github.com/kjwamlex/SpatialDock -https://github.com/kodecocodes/RWDevCon-App -https://github.com/kodecocodes/swiftui-example-app-koober -https://github.com/kolplattformen/skolplattformen -https://github.com/krishkumar/BlockParty -https://github.com/kryptco/krypton-ios -https://github.com/kserko/CineReel -https://github.com/kudoleh/iOS-Clean-Architecture-MVVM -https://github.com/kudoleh/iOS-Modular-Architecture -https://github.com/kuglee/TermiWatch -https://github.com/kurozora/kurozora-app -https://github.com/kwonye/calcupad -https://github.com/kxvn-lx/Ghibliii -https://github.com/kxvn-lx/Kontax-Cam -https://github.com/kyledold/WordOfTheDay -https://github.com/laevandus/OnDemandAPIKeyExample -https://github.com/latifatcii/DailyNews -https://github.com/laurent22/joplin -https://github.com/lazerwalker/cortado -https://github.com/ldakhoa/GistHub -https://github.com/leathalman/Jotify -https://github.com/leavenstee/InstaFake-Swift-UI -https://github.com/libretro/RetroArch -https://github.com/linagora/Twake-Mobile -https://github.com/lionheart/Pushpin -https://github.com/litchie/dospad -https://github.com/localsend/localsend -https://github.com/logseq/logseq -https://github.com/londonappbrewery/bmi-calculator-flutter -https://github.com/louisdh/savanna -https://github.com/ltebean/Live -https://github.com/lucaslimapoa/NewsAPISwift -https://github.com/lurado/MovieDict -https://github.com/mainframecomputer/fullmoon-ios -https://github.com/mamaral/xkcd-Open-Source -https://github.com/manolosavi/xFonts -https://github.com/mapsme/omim -https://github.com/marlon360/grade-calc -https://github.com/marty-suzuki/ArtShredder -https://github.com/marty-suzuki/GitHubSearchWithSwiftUI -https://github.com/marty-suzuki/iOSDesignPatternSamples -https://github.com/mastodon/mastodon-ios -https://github.com/mateusz-bak/openreads -https://github.com/mathieudutour/TimeLines -https://github.com/matiasvillaverde/mobile-ios-vipergame -https://github.com/matomo-org/matomo-mobile-2 -https://github.com/mattermost/mattermost-mobile -https://github.com/mattlawer/FaceLandmarksDetection -https://github.com/mattrubin/authenticator -https://github.com/maxhumber/BreadBuddy -https://github.com/mbcrump/TasksForSwiftWithPersistingData -https://github.com/mdanics/fluttergram -https://github.com/mecid/swiftui-recipes-app -https://github.com/meggsila/EmployeeCheckin -https://github.com/mehrankmlf/EasyCrypto -https://github.com/metabolist/metatext -https://github.com/metal-by-example/learn-metal-cpp-ios -https://github.com/metal-by-example/metal-spatial-dynamic-mesh -https://github.com/meteochu/Blurry -https://github.com/miataru/miataru-ios-client -https://github.com/microdotblog/microblog-ios -https://github.com/migueldeicaza/SwiftTerm -https://github.com/migueldeicaza/SwiftTermApp -https://github.com/mikaelacaron/Basic-Car-Maintenance -https://github.com/mikelikesdesign/SwiftUI-experiments -https://github.com/minvws/nl-covid19-notification-app-ios -https://github.com/misteu/VocabularyTraining -https://github.com/mitchtabian/Food2Fork-KMM -https://github.com/mkhrapov/sansumoku -https://github.com/mkhrapov/ultimate-peg-solitaire -https://github.com/ml-explore/mlx-swift-examples -https://github.com/molcik/swiftui-elements -https://github.com/monal-im/Monal -https://github.com/mongodb-developer/BlackJackTrainer -https://github.com/moonlight-stream/moonlight-ios -https://github.com/movingparts-io/Pow-Examples -https://github.com/mozilla-mobile/firefox-ios -https://github.com/mperovic/my41 -https://github.com/mrdepth/Neocom -https://github.com/msal4/royal_news -https://github.com/msasikanth/twine -https://github.com/mshll/Color-Way -https://github.com/mssun/passforios -https://github.com/mullvad/mullvadvpn-app -https://github.com/mumble-voip/mumble-iphoneos -https://github.com/mythxn/DesignCode-SwiftUI -https://github.com/nalexn/clean-architecture-swiftui -https://github.com/naoyashiga/Dunk -https://github.com/nate-parrott/tortellini -https://github.com/nate-parrott/uhohlingo -https://github.com/nate-parrott/web98 -https://github.com/nathanborror/logger -https://github.com/nathanmsmith/MirrorPlusPlus -https://github.com/ndfred/iperf-ios -https://github.com/nebs/hello-bluetooth -https://github.com/nemecek-filip/CompositionalDiffablePlayground.ios -https://github.com/neodroid/Parallax-Card-SwiftUI -https://github.com/nerdsupremacist/CovidUI -https://github.com/netguru/baby-monitor-client-ios -https://github.com/netless-io/flat-ios -https://github.com/newlinedotco/FlappySwift -https://github.com/nextcloud/ios -https://github.com/nextcloud/talk-ios -https://github.com/ngs/ci2go -https://github.com/niazoff/Chat -https://github.com/niazoff/Weather -https://github.com/nicklockwood/Chess -https://github.com/nicklockwood/Swiftenstein -https://github.com/nicklockwood/Swune -https://github.com/niftycode/ZeitSuche_iOS -https://github.com/nightscout/nightguard -https://github.com/nikitamounier/tapit-app -https://github.com/niochat/nio -https://github.com/noodlewerk/NWPusher -https://github.com/novinfard/SmartWallet -https://github.com/novinfard/TranscriptionHelper -https://github.com/nploi/corona_tracker -https://github.com/nsoojin/BookStore-iOS -https://github.com/ntnhon/Random-SwiftUI -https://github.com/objcio/app-architecture -https://github.com/oblador/hush -https://github.com/ogoguel/activegs-ios -https://github.com/oleksii-demedetskyi/SwiftUI-UDF-Demo -https://github.com/olucurious/awesome-arkit -https://github.com/onionshare/onionshare -https://github.com/onl1ner/BarcodeScanner -https://github.com/onmyway133/Recipes -https://github.com/ooni/probe-ios -https://github.com/open-trackers/Gym-Routine-Tracker-Watch-App -https://github.com/openfoodfacts/openfoodfacts-ios -https://github.com/openhab/openhab-ios -https://github.com/openopus-org/concertmaster_ios -https://github.com/openshopio/openshop.io-ios -https://github.com/orta/Relay-Artist-Example -https://github.com/osmandapp/Osmand -https://github.com/owncloud/ios-app -https://github.com/owntracks/ios -https://github.com/padloc/padloc -https://github.com/passepartoutvpn/passepartout -https://github.com/paulrehkugler/xkcd -https://github.com/paulsumit1993/DailyFeed -https://github.com/pcqpcq/open-source-android-apps -https://github.com/pedrommcarrasco/ARbusters -https://github.com/peterfriese/MakeItSo -https://github.com/peterfriese/SwiftUI-Concurrency-Essentials -https://github.com/philipcdavis/VariableType -https://github.com/philipturner/ar-multipendulum -https://github.com/phillfarrugia/appstore-clone -https://github.com/phpmaple/Stick-Hero-Swift -https://github.com/pia-foss/mobile-ios -https://github.com/pietrocaselani/CouchTracker -https://github.com/pitt500/OnlineStoreTCA -https://github.com/pixelfed/pixelfed-rn -https://github.com/podverse/podverse-rn -https://github.com/pointfreeco/isowords -https://github.com/pointspy/shlist -https://github.com/polydice/iCook-tvOS -https://github.com/popshootjapan/WeiWallet-iOS -https://github.com/ppy/osu -https://github.com/prey/prey-ios-client -https://github.com/prof18/feed-flow -https://github.com/project-violet/violet -https://github.com/ptsochantaris/trailer -https://github.com/ra1028/SwiftUI-Combine -https://github.com/raaxis/nds4ios -https://github.com/rainbow-me/rainbow -https://github.com/rajdeep/proton -https://github.com/rambler-digital-solutions/rambler-it-ios -https://github.com/rarfell/dimeApp -https://github.com/rayliverified/FlutterGames -https://github.com/razeware/emitron-iOS -https://github.com/rcaos/TVToday -https://github.com/relatedcode/Messenger -https://github.com/remirobert/Github-contributions -https://github.com/renaudjenny/telltime -https://github.com/richardtop/CalendarApp -https://github.com/riley-usagi/SwiftAdvance -https://github.com/rileytestut/Clip -https://github.com/rileytestut/Delta -https://github.com/ritwiktakkar/WordDefiner -https://github.com/ritwiktakkar/shorten_my_URL -https://github.com/rnystrom/HackerNewsReader -https://github.com/rnystrom/SimpleWeather -https://github.com/rob-miller/rTracker -https://github.com/robertwtucker/kfinderapp-ios -https://github.com/rocketshipapps/adblockfast -https://github.com/rodydavis/gmail_clone -https://github.com/roughike/inKino -https://github.com/roymckenzie/Go-Flashcards -https://github.com/rrroyal/Harbour -https://github.com/rursache/ToDoList -https://github.com/rwema3/FindSeat-App -https://github.com/rwema3/Math-Matrix-App -https://github.com/rwema3/Space_Empires -https://github.com/ryanlintott/DefibHeart -https://github.com/ryanlintott/OvercastDrawer -https://github.com/s-s/dnscloak -https://github.com/saber-notes/saber -https://github.com/satya164/PocketGear -https://github.com/saulamsal/netflix-ui -https://github.com/saxobroko/SaxWeather -https://github.com/sbertix/Swiftagram -https://github.com/scalefocus/virusafe-ios -https://github.com/scotteg/LayerPlayer -https://github.com/scribblemaniac/Fibonacc-iClock -https://github.com/scribe-org/Scribe-iOS -https://github.com/sebjvidal/Apple-Music-UI-Demo -https://github.com/sebjvidal/UICollectionView-Collapsible-Section-Demo -https://github.com/securityfirst/Umbrella_ios -https://github.com/sephine/lumio -https://github.com/sgl0v/WWDCast -https://github.com/sgr-ksmt/FireTodo -https://github.com/shagedorn/StateRestorationDemo -https://github.com/shameemreza/critterclan -https://github.com/shankarmadeshvaran/SwiftUI_Tasks -https://github.com/shankqr/4xMobileGame -https://github.com/shu223/iOS-Depth-Sampler -https://github.com/signalapp/Signal-iOS -https://github.com/simonbengtsson/airdash -https://github.com/simonbs/SBSAnimoji -https://github.com/simonoppowa/OpenNutriTracker -https://github.com/simple-login/Simple-Login-iOS -https://github.com/simpledotorg/bp-passport -https://github.com/sindresorhus/blear -https://github.com/singro/v2ex -https://github.com/smalam119/live-news-viper -https://github.com/snowhaze/SnowHaze-iOS -https://github.com/soapyigu/Swift-30-Projects -https://github.com/sobri909/ArcMini -https://github.com/soffes/bar -https://github.com/softdevstory/OhMyPlane -https://github.com/sonsongithub/reddift -https://github.com/soramitsu/fearless-iOS -https://github.com/soroushchehresa/iran-coronavirus -https://github.com/splinesoft/MUDRammer -https://github.com/sprang/Inkpad -https://github.com/standardnotes/mobile -https://github.com/status-im/status-mobile -https://github.com/stevenselcuk/Pomosh-iOS-watchOS -https://github.com/steventroughtonsmith/MobileTerminal -https://github.com/steventroughtonsmith/SpriteKitWatchFace -https://github.com/steventroughtonsmith/files-ios -https://github.com/streetwriters/notesnook -https://github.com/strongbox-password-safe/Strongbox -https://github.com/suicidesafetyplan/safetyplan-ios -https://github.com/superarcswift/SwiftCommunity -https://github.com/surfstudio/StackOv -https://github.com/tapmoko/typestyle -https://github.com/terrychou/iVim -https://github.com/theankurkedia/NewsBuzz -https://github.com/theindianappguy/FlutterNewsApp -https://github.com/themoji/ios -https://github.com/thestoneage/IDResistors -https://github.com/thiagolioy/marvelapp -https://github.com/thiagoricieri/Mojilist -https://github.com/thomasfinch/GammaThingy -https://github.com/thomasokken/free42 -https://github.com/thomaspaulmann/HeartControl -https://github.com/thoughtbot/Tropos -https://github.com/threema-ch/threema-ios -https://github.com/tiagomartinho/Reminders -https://github.com/timfraedrich/OutRun -https://github.com/tinode/ios -https://github.com/tirupati17/contacts-mvp-swift -https://github.com/tirupati17/currency-converter-swift3.0-viper -https://github.com/tirupati17/giphy-mvvm-swift -https://github.com/tirupati17/sip-calculator-swift -https://github.com/tls-inspector/tls-inspector -https://github.com/tnantoka/edhita -https://github.com/tommyxchow/frosty -https://github.com/touchlab/DroidconKotlin -https://github.com/tpgoffline/tpg-offline-iOS -https://github.com/traccar/traccar-client-ios -https://github.com/traccar/traccar-manager-ios -https://github.com/trentpiercy/trace -https://github.com/triangledraw/TriangleDraw-iOS -https://github.com/tryswift/trySwiftAppFinal -https://github.com/tryswift/trySwiftNYC -https://github.com/tt1k/FakeGithub -https://github.com/tt1k/money-mate -https://github.com/tutao/tutanota -https://github.com/twocentstudios/vinylogue -https://github.com/twostraws/Unwrap -https://github.com/twostraws/simple-swiftui -https://github.com/twtstudio/WePeiYang-iOS-Everest -https://github.com/txaiwieser/FityIt -https://github.com/uiheros/react-native-redux-todo-list -https://github.com/ukhsa-collaboration/covid-19-app-ios-ag-public -https://github.com/ulritter/FrozenPengu -https://github.com/unixzii/SwiftUI-2048 -https://github.com/utmapp/UTM -https://github.com/vadymmarkov/reviewery-mobile -https://github.com/vapor-community/chat-ios-example -https://github.com/venkatasg/DeTeXt -https://github.com/vermont42/Conjugar -https://github.com/vermont42/RaceRunner -https://github.com/victorpanitz/iOS-SortingAlgorithmsApp -https://github.com/videolan/vlc -https://github.com/vijaywargiya/Translate-SwiftUI -https://github.com/vincode-io/Humboldt -https://github.com/vincode-io/Zavala -https://github.com/vinhnx/Clendar -https://github.com/wallabag/ios-app -https://github.com/weiran/Hackers -https://github.com/wikimedia/wikipedia-ios -https://github.com/willhains/Kotoba -https://github.com/willowtreeapps/vocable-ios -https://github.com/wireapp/wire-ios -https://github.com/woocommerce/woocommerce-ios -https://github.com/wordpress-mobile/WordPress-iOS -https://github.com/woxtu/SwiftUI-HackerNews -https://github.com/wvabrinskas/PokePal -https://github.com/wwayne/react-native-nba-app -https://github.com/wwdc-family/app -https://github.com/xYello/ThePost -https://github.com/xbmc/xbmc -https://github.com/xcoo/upupu -https://github.com/xpavle00/Habo -https://github.com/yattee/yattee -https://github.com/yichengchen/ATV-Bilibili-demo -https://github.com/ynagatomo/ARDiffMuseum -https://github.com/ynagatomo/ARWallPicture -https://github.com/ynagatomo/ImgGenSD2 -https://github.com/yohannes/Thoughtless -https://github.com/yoshisuga/MAME4iOS -https://github.com/youstanzr/YouTag -https://github.com/yuripetrosyan/Controllers -https://github.com/zackshapiro/SwiftUIAirtableDemo -https://github.com/zehfernandes/wordnote -https://github.com/zulip/zulip-mobile -https://github.com/zydeco/minivmac4ios -https://github.com/zzanehip/The-OldOS-Project \ No newline at end of file diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 7d1befc..0000000 --- a/requirements.txt +++ /dev/null @@ -1 +0,0 @@ - requests>=2.31.0