From 7620b615bda807c7c86172580cfda4d29aae328f Mon Sep 17 00:00:00 2001
From: kpj2006 <24ucs074@lnmiit.ac.in>
Date: Wed, 8 Jul 2026 01:22:59 +0530
Subject: [PATCH] feat: implement AppContext for multi-org exploration and
create initial page scaffoldings
---
.github/workflows/fetch-cache.yml | 36 +
public/data/manifest.json | 13 +
public/data/orgs/aossie-org.json | 297068 ++++++++++++++++++++++++++
public/data/orgs/djedalliance.json | 57829 +++++
scripts/fetch-orgs.js | 177 +
src/context/AppContext.jsx | 125 +-
src/pages/HomePage.jsx | 30 +-
src/pages/OverviewPage.jsx | 23 +-
8 files changed, 355256 insertions(+), 45 deletions(-)
create mode 100644 .github/workflows/fetch-cache.yml
create mode 100644 public/data/manifest.json
create mode 100644 public/data/orgs/aossie-org.json
create mode 100644 public/data/orgs/djedalliance.json
create mode 100644 scripts/fetch-orgs.js
diff --git a/.github/workflows/fetch-cache.yml b/.github/workflows/fetch-cache.yml
new file mode 100644
index 0000000..e9b2ce9
--- /dev/null
+++ b/.github/workflows/fetch-cache.yml
@@ -0,0 +1,36 @@
+name: Fetch and Cache GitHub Data
+
+on:
+ schedule:
+ # Run every day at midnight UTC
+ - cron: '0 0 * * *'
+ workflow_dispatch:
+ # Allow manual triggering
+
+permissions:
+ contents: write
+
+jobs:
+ fetch-cache:
+ runs-on: ubuntu-latest
+
+ steps:
+ - name: Checkout Repository
+ uses: actions/checkout@v4
+
+ - name: Setup Node.js
+ uses: actions/setup-node@v4
+ with:
+ node-version: 22
+
+ - name: Run Fetch Script
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ run: node scripts/fetch-orgs.js
+
+ - name: Commit and Push Cache Files
+ run: |
+ git config --local user.email "action@github.com"
+ git config --local user.name "GitHub Action"
+ git add public/data/
+ git diff-index --quiet HEAD || (git commit -m "chore: update cached organization data" && git push)
diff --git a/public/data/manifest.json b/public/data/manifest.json
new file mode 100644
index 0000000..cd5cb7e
--- /dev/null
+++ b/public/data/manifest.json
@@ -0,0 +1,13 @@
+{
+ "updatedAt": "2026-07-07T19:10:50.827Z",
+ "orgs": [
+ {
+ "login": "aossie-org",
+ "name": "AOSSIE-Org"
+ },
+ {
+ "login": "djedalliance",
+ "name": "DjedAlliance"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/public/data/orgs/aossie-org.json b/public/data/orgs/aossie-org.json
new file mode 100644
index 0000000..ab099a9
--- /dev/null
+++ b/public/data/orgs/aossie-org.json
@@ -0,0 +1,297068 @@
+{
+ "org": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "url": "https://api.github.com/orgs/AOSSIE-Org",
+ "repos_url": "https://api.github.com/orgs/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/orgs/AOSSIE-Org/events",
+ "hooks_url": "https://api.github.com/orgs/AOSSIE-Org/hooks",
+ "issues_url": "https://api.github.com/orgs/AOSSIE-Org/issues",
+ "members_url": "https://api.github.com/orgs/AOSSIE-Org/members{/member}",
+ "public_members_url": "https://api.github.com/orgs/AOSSIE-Org/public_members{/member}",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "description": "Australian Open Source Software Innovation and Education",
+ "name": "AOSSIE",
+ "company": null,
+ "blog": "http://aossie.org/",
+ "location": "Australia",
+ "email": "contact@aossie.org",
+ "twitter_username": "aossie_org",
+ "is_verified": false,
+ "has_organization_projects": true,
+ "has_repository_projects": true,
+ "public_repos": 79,
+ "public_gists": 0,
+ "followers": 1132,
+ "following": 0,
+ "html_url": "https://github.com/AOSSIE-Org",
+ "created_at": "2018-05-01T11:14:02Z",
+ "updated_at": "2026-07-04T12:32:07Z",
+ "archived_at": null,
+ "type": "Organization"
+ },
+ "repos": [
+ {
+ "id": 647530507,
+ "node_id": "R_kgDOJpiICw",
+ "name": "PictoPy",
+ "full_name": "AOSSIE-Org/PictoPy",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/PictoPy",
+ "description": "A desktop image gallery with a privacy-first approach. It detects objects and clusters faces. ",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/deployments",
+ "created_at": "2023-05-31T01:38:25Z",
+ "updated_at": "2026-07-07T18:36:34Z",
+ "pushed_at": "2026-07-07T16:47:25Z",
+ "git_url": "git://github.com/AOSSIE-Org/PictoPy.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/PictoPy.git",
+ "clone_url": "https://github.com/AOSSIE-Org/PictoPy.git",
+ "svn_url": "https://github.com/AOSSIE-Org/PictoPy",
+ "homepage": "https://aossie-org.github.io/PictoPy/",
+ "size": 541036,
+ "stargazers_count": 259,
+ "watchers_count": 259,
+ "language": "TypeScript",
+ "has_issues": true,
+ "has_projects": true,
+ "has_downloads": true,
+ "has_wiki": true,
+ "has_pages": true,
+ "has_discussions": true,
+ "forks_count": 633,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 234,
+ "license": {
+ "key": "gpl-3.0",
+ "name": "GNU General Public License v3.0",
+ "spdx_id": "GPL-3.0",
+ "url": "https://api.github.com/licenses/gpl-3.0",
+ "node_id": "MDc6TGljZW5zZTk="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [
+ "gsoc",
+ "gsoc-2024",
+ "gsoc-2025",
+ "gsoc-2026",
+ "hacktoberfest"
+ ],
+ "visibility": "public",
+ "forks": 633,
+ "open_issues": 234,
+ "watchers": 259,
+ "default_branch": "main",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 1121473735,
+ "node_id": "R_kgDOQthUxw",
+ "name": "Template-Repo",
+ "full_name": "AOSSIE-Org/Template-Repo",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/Template-Repo",
+ "description": "Template that should be used for all repos of AOSSIE",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo/deployments",
+ "created_at": "2025-12-23T03:54:46Z",
+ "updated_at": "2026-07-07T10:24:48Z",
+ "pushed_at": "2026-07-07T10:08:18Z",
+ "git_url": "git://github.com/AOSSIE-Org/Template-Repo.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/Template-Repo.git",
+ "clone_url": "https://github.com/AOSSIE-Org/Template-Repo.git",
+ "svn_url": "https://github.com/AOSSIE-Org/Template-Repo",
+ "homepage": "",
+ "size": 561,
+ "stargazers_count": 17,
+ "watchers_count": 17,
+ "language": "YAML",
+ "has_issues": true,
+ "has_projects": true,
+ "has_downloads": true,
+ "has_wiki": true,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 27,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 16,
+ "license": {
+ "key": "other",
+ "name": "Other",
+ "spdx_id": "NOASSERTION",
+ "url": null,
+ "node_id": "MDc6TGljZW5zZTA="
+ },
+ "allow_forking": true,
+ "is_template": true,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [
+ "template"
+ ],
+ "visibility": "public",
+ "forks": 27,
+ "open_issues": 16,
+ "watchers": 17,
+ "default_branch": "main",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 897762063,
+ "node_id": "R_kgDONYLDDw",
+ "name": "DebateAI",
+ "full_name": "AOSSIE-Org/DebateAI",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/DebateAI",
+ "description": null,
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/DebateAI",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/DebateAI/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/DebateAI/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/DebateAI/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/DebateAI/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/DebateAI/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/DebateAI/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/DebateAI/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/DebateAI/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/DebateAI/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/DebateAI/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/DebateAI/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/DebateAI/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/DebateAI/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/DebateAI/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/DebateAI/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/DebateAI/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/DebateAI/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/DebateAI/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/DebateAI/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/DebateAI/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/DebateAI/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/DebateAI/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/DebateAI/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/DebateAI/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/DebateAI/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/DebateAI/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/DebateAI/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/DebateAI/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/DebateAI/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/DebateAI/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/DebateAI/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/DebateAI/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/DebateAI/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/DebateAI/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/DebateAI/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/DebateAI/deployments",
+ "created_at": "2024-12-03T07:38:23Z",
+ "updated_at": "2026-07-07T06:06:07Z",
+ "pushed_at": "2026-03-19T15:51:07Z",
+ "git_url": "git://github.com/AOSSIE-Org/DebateAI.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/DebateAI.git",
+ "clone_url": "https://github.com/AOSSIE-Org/DebateAI.git",
+ "svn_url": "https://github.com/AOSSIE-Org/DebateAI",
+ "homepage": null,
+ "size": 118747,
+ "stargazers_count": 68,
+ "watchers_count": 68,
+ "language": "TypeScript",
+ "has_issues": true,
+ "has_projects": true,
+ "has_downloads": true,
+ "has_wiki": true,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 163,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 242,
+ "license": null,
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 163,
+ "open_issues": 242,
+ "watchers": 68,
+ "default_branch": "main",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 131983460,
+ "node_id": "MDEwOlJlcG9zaXRvcnkxMzE5ODM0NjA=",
+ "name": "Agora-web-frontend",
+ "full_name": "AOSSIE-Org/Agora-web-frontend",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/Agora-web-frontend",
+ "description": "Mirror of the Agora-web-frontend Project ",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/Agora-web-frontend",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/Agora-web-frontend/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/Agora-web-frontend/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/Agora-web-frontend/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/Agora-web-frontend/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/Agora-web-frontend/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/Agora-web-frontend/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/Agora-web-frontend/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/Agora-web-frontend/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/Agora-web-frontend/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/Agora-web-frontend/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/Agora-web-frontend/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/Agora-web-frontend/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/Agora-web-frontend/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/Agora-web-frontend/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/Agora-web-frontend/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/Agora-web-frontend/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/Agora-web-frontend/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/Agora-web-frontend/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/Agora-web-frontend/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/Agora-web-frontend/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/Agora-web-frontend/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/Agora-web-frontend/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/Agora-web-frontend/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/Agora-web-frontend/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/Agora-web-frontend/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/Agora-web-frontend/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/Agora-web-frontend/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/Agora-web-frontend/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/Agora-web-frontend/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/Agora-web-frontend/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/Agora-web-frontend/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/Agora-web-frontend/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/Agora-web-frontend/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/Agora-web-frontend/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/Agora-web-frontend/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/Agora-web-frontend/deployments",
+ "created_at": "2018-05-03T11:08:24Z",
+ "updated_at": "2026-07-06T07:40:32Z",
+ "pushed_at": "2026-02-11T19:08:48Z",
+ "git_url": "git://github.com/AOSSIE-Org/Agora-web-frontend.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/Agora-web-frontend.git",
+ "clone_url": "https://github.com/AOSSIE-Org/Agora-web-frontend.git",
+ "svn_url": "https://github.com/AOSSIE-Org/Agora-web-frontend",
+ "homepage": "https://gitlab.com/aossie/Agora-web-frontend",
+ "size": 5721,
+ "stargazers_count": 12,
+ "watchers_count": 12,
+ "language": "SCSS",
+ "has_issues": false,
+ "has_projects": false,
+ "has_downloads": true,
+ "has_wiki": false,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 9,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 1,
+ "license": {
+ "key": "mit",
+ "name": "MIT License",
+ "spdx_id": "MIT",
+ "url": "https://api.github.com/licenses/mit",
+ "node_id": "MDc6TGljZW5zZTEz"
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 9,
+ "open_issues": 1,
+ "watchers": 12,
+ "default_branch": "master",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 131983312,
+ "node_id": "MDEwOlJlcG9zaXRvcnkxMzE5ODMzMTI=",
+ "name": "Agora-Web",
+ "full_name": "AOSSIE-Org/Agora-Web",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/Agora-Web",
+ "description": "Mirror of the Agora-Web Project ",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/Agora-Web",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Web/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Web/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Web/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Web/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Web/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Web/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Web/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Web/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Web/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Web/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Web/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Web/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Web/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Web/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Web/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Web/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Web/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Web/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Web/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Web/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Web/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Web/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Web/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Web/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Web/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Web/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Web/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Web/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Web/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Web/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Web/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Web/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Web/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Web/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Web/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Web/deployments",
+ "created_at": "2018-05-03T11:06:35Z",
+ "updated_at": "2026-07-06T07:29:07Z",
+ "pushed_at": "2026-02-11T19:10:41Z",
+ "git_url": "git://github.com/AOSSIE-Org/Agora-Web.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/Agora-Web.git",
+ "clone_url": "https://github.com/AOSSIE-Org/Agora-Web.git",
+ "svn_url": "https://github.com/AOSSIE-Org/Agora-Web",
+ "homepage": "https://gitlab.com/aossie/Agora-Web",
+ "size": 24375,
+ "stargazers_count": 11,
+ "watchers_count": 11,
+ "language": "HTML",
+ "has_issues": false,
+ "has_projects": false,
+ "has_downloads": true,
+ "has_wiki": false,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 8,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 0,
+ "license": {
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "spdx_id": "Apache-2.0",
+ "url": "https://api.github.com/licenses/apache-2.0",
+ "node_id": "MDc6TGljZW5zZTI="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 8,
+ "open_issues": 0,
+ "watchers": 11,
+ "default_branch": "master",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 1143230276,
+ "node_id": "R_kgDORCRPRA",
+ "name": "OrgExplorer",
+ "full_name": "AOSSIE-Org/OrgExplorer",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/OrgExplorer",
+ "description": "Intuitive Dashboard to Explore Large GitHub Organizations",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/OrgExplorer",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/OrgExplorer/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/OrgExplorer/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/OrgExplorer/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/OrgExplorer/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/OrgExplorer/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/OrgExplorer/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/OrgExplorer/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/OrgExplorer/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/OrgExplorer/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/OrgExplorer/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/OrgExplorer/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/OrgExplorer/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/OrgExplorer/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/OrgExplorer/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/OrgExplorer/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/OrgExplorer/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/OrgExplorer/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/OrgExplorer/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/OrgExplorer/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/OrgExplorer/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/OrgExplorer/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/OrgExplorer/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/OrgExplorer/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/OrgExplorer/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/OrgExplorer/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/OrgExplorer/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/OrgExplorer/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/OrgExplorer/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/OrgExplorer/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/OrgExplorer/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/OrgExplorer/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/OrgExplorer/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/OrgExplorer/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/OrgExplorer/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/OrgExplorer/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/OrgExplorer/deployments",
+ "created_at": "2026-01-27T10:21:28Z",
+ "updated_at": "2026-07-06T07:08:11Z",
+ "pushed_at": "2026-07-03T17:30:42Z",
+ "git_url": "git://github.com/AOSSIE-Org/OrgExplorer.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/OrgExplorer.git",
+ "clone_url": "https://github.com/AOSSIE-Org/OrgExplorer.git",
+ "svn_url": "https://github.com/AOSSIE-Org/OrgExplorer",
+ "homepage": "https://orgexplorer.aossie.org/",
+ "size": 4042,
+ "stargazers_count": 22,
+ "watchers_count": 22,
+ "language": "JavaScript",
+ "has_issues": true,
+ "has_projects": true,
+ "has_downloads": true,
+ "has_wiki": true,
+ "has_pages": true,
+ "has_discussions": false,
+ "forks_count": 52,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 32,
+ "license": {
+ "key": "other",
+ "name": "Other",
+ "spdx_id": "NOASSERTION",
+ "url": null,
+ "node_id": "MDc6TGljZW5zZTA="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 52,
+ "open_issues": 32,
+ "watchers": 22,
+ "default_branch": "main",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 1290274929,
+ "node_id": "R_kgDOTOgIcQ",
+ "name": "Zplit-Website",
+ "full_name": "AOSSIE-Org/Zplit-Website",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/Zplit-Website",
+ "description": "Product website for Zplit by AOSSIE",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/Zplit-Website",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/Zplit-Website/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/Zplit-Website/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/Zplit-Website/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/Zplit-Website/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/Zplit-Website/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/Zplit-Website/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/Zplit-Website/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/Zplit-Website/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/Zplit-Website/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/Zplit-Website/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/Zplit-Website/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/Zplit-Website/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/Zplit-Website/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/Zplit-Website/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/Zplit-Website/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/Zplit-Website/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/Zplit-Website/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/Zplit-Website/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/Zplit-Website/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/Zplit-Website/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/Zplit-Website/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/Zplit-Website/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/Zplit-Website/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/Zplit-Website/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/Zplit-Website/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/Zplit-Website/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/Zplit-Website/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/Zplit-Website/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/Zplit-Website/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/Zplit-Website/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/Zplit-Website/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/Zplit-Website/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/Zplit-Website/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/Zplit-Website/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/Zplit-Website/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/Zplit-Website/deployments",
+ "created_at": "2026-07-05T19:20:56Z",
+ "updated_at": "2026-07-05T19:38:07Z",
+ "pushed_at": "2026-07-06T09:24:44Z",
+ "git_url": "git://github.com/AOSSIE-Org/Zplit-Website.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/Zplit-Website.git",
+ "clone_url": "https://github.com/AOSSIE-Org/Zplit-Website.git",
+ "svn_url": "https://github.com/AOSSIE-Org/Zplit-Website",
+ "homepage": null,
+ "size": 896,
+ "stargazers_count": 0,
+ "watchers_count": 0,
+ "language": "YAML",
+ "has_issues": true,
+ "has_projects": true,
+ "has_downloads": true,
+ "has_wiki": true,
+ "has_pages": true,
+ "has_discussions": false,
+ "forks_count": 1,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 9,
+ "license": {
+ "key": "other",
+ "name": "Other",
+ "spdx_id": "NOASSERTION",
+ "url": null,
+ "node_id": "MDc6TGljZW5zZTA="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 1,
+ "open_issues": 9,
+ "watchers": 0,
+ "default_branch": "main",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 1159706660,
+ "node_id": "R_kgDORR-4JA",
+ "name": "OpenVerifiableLLM",
+ "full_name": "AOSSIE-Org/OpenVerifiableLLM",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/OpenVerifiableLLM",
+ "description": "Local Fully Open, Open-Weight, Open-Data, Verifiable LLMs",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/OpenVerifiableLLM",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/OpenVerifiableLLM/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/OpenVerifiableLLM/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/OpenVerifiableLLM/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/OpenVerifiableLLM/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/OpenVerifiableLLM/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/OpenVerifiableLLM/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/OpenVerifiableLLM/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/OpenVerifiableLLM/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/OpenVerifiableLLM/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/OpenVerifiableLLM/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/OpenVerifiableLLM/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/OpenVerifiableLLM/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/OpenVerifiableLLM/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/OpenVerifiableLLM/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/OpenVerifiableLLM/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/OpenVerifiableLLM/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/OpenVerifiableLLM/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/OpenVerifiableLLM/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/OpenVerifiableLLM/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/OpenVerifiableLLM/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/OpenVerifiableLLM/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/OpenVerifiableLLM/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/OpenVerifiableLLM/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/OpenVerifiableLLM/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/OpenVerifiableLLM/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/OpenVerifiableLLM/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/OpenVerifiableLLM/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/OpenVerifiableLLM/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/OpenVerifiableLLM/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/OpenVerifiableLLM/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/OpenVerifiableLLM/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/OpenVerifiableLLM/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/OpenVerifiableLLM/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/OpenVerifiableLLM/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/OpenVerifiableLLM/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/OpenVerifiableLLM/deployments",
+ "created_at": "2026-02-17T04:01:06Z",
+ "updated_at": "2026-07-05T03:38:05Z",
+ "pushed_at": "2026-07-07T11:54:39Z",
+ "git_url": "git://github.com/AOSSIE-Org/OpenVerifiableLLM.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/OpenVerifiableLLM.git",
+ "clone_url": "https://github.com/AOSSIE-Org/OpenVerifiableLLM.git",
+ "svn_url": "https://github.com/AOSSIE-Org/OpenVerifiableLLM",
+ "homepage": null,
+ "size": 744,
+ "stargazers_count": 16,
+ "watchers_count": 16,
+ "language": "Python",
+ "has_issues": true,
+ "has_projects": true,
+ "has_downloads": true,
+ "has_wiki": true,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 30,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 33,
+ "license": {
+ "key": "other",
+ "name": "Other",
+ "spdx_id": "NOASSERTION",
+ "url": null,
+ "node_id": "MDc6TGljZW5zZTA="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 30,
+ "open_issues": 33,
+ "watchers": 16,
+ "default_branch": "main",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 616372046,
+ "node_id": "R_kgDOJL0XTg",
+ "name": "Resonate-Backend",
+ "full_name": "AOSSIE-Org/Resonate-Backend",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/Resonate-Backend",
+ "description": "Appwrite Cloud Functions for Resonate Project.",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Backend",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Backend/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Backend/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Backend/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Backend/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Backend/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Backend/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Backend/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Backend/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Backend/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Backend/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Backend/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Backend/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Backend/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Backend/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Backend/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Backend/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Backend/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Backend/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Backend/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Backend/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Backend/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Backend/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Backend/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Backend/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Backend/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Backend/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Backend/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Backend/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Backend/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Backend/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Backend/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Backend/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Backend/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Backend/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Backend/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Backend/deployments",
+ "created_at": "2023-03-20T09:03:45Z",
+ "updated_at": "2026-07-04T02:16:40Z",
+ "pushed_at": "2026-01-18T12:29:59Z",
+ "git_url": "git://github.com/AOSSIE-Org/Resonate-Backend.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/Resonate-Backend.git",
+ "clone_url": "https://github.com/AOSSIE-Org/Resonate-Backend.git",
+ "svn_url": "https://github.com/AOSSIE-Org/Resonate-Backend",
+ "homepage": "",
+ "size": 465,
+ "stargazers_count": 43,
+ "watchers_count": 43,
+ "language": "JavaScript",
+ "has_issues": true,
+ "has_projects": true,
+ "has_downloads": true,
+ "has_wiki": true,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 120,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 34,
+ "license": null,
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [
+ "appwrite",
+ "audio",
+ "backend",
+ "cloudfunctions",
+ "communication",
+ "hacktoberfest",
+ "resonate",
+ "voice"
+ ],
+ "visibility": "public",
+ "forks": 120,
+ "open_issues": 34,
+ "watchers": 43,
+ "default_branch": "main",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 998702425,
+ "node_id": "R_kgDOO4b9WQ",
+ "name": "Info",
+ "full_name": "AOSSIE-Org/Info",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/Info",
+ "description": "Important Information and Guidelines for AOSSIE's Contributors, Mentors and Admins",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/Info",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/Info/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/Info/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/Info/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/Info/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/Info/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/Info/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/Info/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/Info/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/Info/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/Info/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/Info/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/Info/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/Info/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/Info/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/Info/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/Info/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/Info/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/Info/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/Info/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/Info/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/Info/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/Info/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/Info/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/Info/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/Info/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/Info/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/Info/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/Info/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/Info/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/Info/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/Info/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/Info/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/Info/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/Info/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/Info/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/Info/deployments",
+ "created_at": "2025-06-09T05:41:59Z",
+ "updated_at": "2026-07-03T10:15:54Z",
+ "pushed_at": "2026-07-03T10:15:50Z",
+ "git_url": "git://github.com/AOSSIE-Org/Info.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/Info.git",
+ "clone_url": "https://github.com/AOSSIE-Org/Info.git",
+ "svn_url": "https://github.com/AOSSIE-Org/Info",
+ "homepage": "",
+ "size": 448,
+ "stargazers_count": 52,
+ "watchers_count": 52,
+ "language": null,
+ "has_issues": true,
+ "has_projects": true,
+ "has_downloads": true,
+ "has_wiki": true,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 63,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 2,
+ "license": {
+ "key": "other",
+ "name": "Other",
+ "spdx_id": "NOASSERTION",
+ "url": null,
+ "node_id": "MDc6TGljZW5zZTA="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 63,
+ "open_issues": 2,
+ "watchers": 52,
+ "default_branch": "main",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 1167682685,
+ "node_id": "R_kgDORZlsfQ",
+ "name": "CodingAgent",
+ "full_name": "AOSSIE-Org/CodingAgent",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/CodingAgent",
+ "description": "AI Coding Agent",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/CodingAgent",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/CodingAgent/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/CodingAgent/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/CodingAgent/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/CodingAgent/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/CodingAgent/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/CodingAgent/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/CodingAgent/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/CodingAgent/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/CodingAgent/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/CodingAgent/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/CodingAgent/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/CodingAgent/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/CodingAgent/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/CodingAgent/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/CodingAgent/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/CodingAgent/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/CodingAgent/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/CodingAgent/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/CodingAgent/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/CodingAgent/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/CodingAgent/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/CodingAgent/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/CodingAgent/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/CodingAgent/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/CodingAgent/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/CodingAgent/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/CodingAgent/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/CodingAgent/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/CodingAgent/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/CodingAgent/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/CodingAgent/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/CodingAgent/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/CodingAgent/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/CodingAgent/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/CodingAgent/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/CodingAgent/deployments",
+ "created_at": "2026-02-26T15:10:29Z",
+ "updated_at": "2026-07-03T07:39:39Z",
+ "pushed_at": "2026-02-27T15:25:04Z",
+ "git_url": "git://github.com/AOSSIE-Org/CodingAgent.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/CodingAgent.git",
+ "clone_url": "https://github.com/AOSSIE-Org/CodingAgent.git",
+ "svn_url": "https://github.com/AOSSIE-Org/CodingAgent",
+ "homepage": null,
+ "size": 198,
+ "stargazers_count": 7,
+ "watchers_count": 7,
+ "language": null,
+ "has_issues": true,
+ "has_projects": true,
+ "has_downloads": true,
+ "has_wiki": true,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 1,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 0,
+ "license": {
+ "key": "other",
+ "name": "Other",
+ "spdx_id": "NOASSERTION",
+ "url": null,
+ "node_id": "MDc6TGljZW5zZTA="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 1,
+ "open_issues": 0,
+ "watchers": 7,
+ "default_branch": "main",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 131704549,
+ "node_id": "MDEwOlJlcG9zaXRvcnkxMzE3MDQ1NDk=",
+ "name": "CrowdAlert-Web",
+ "full_name": "AOSSIE-Org/CrowdAlert-Web",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/CrowdAlert-Web",
+ "description": "Mirror of the CrowdAlert-Web Project ",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Web",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Web/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Web/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Web/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Web/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Web/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Web/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Web/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Web/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Web/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Web/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Web/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Web/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Web/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Web/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Web/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Web/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Web/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Web/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Web/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Web/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Web/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Web/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Web/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Web/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Web/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Web/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Web/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Web/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Web/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Web/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Web/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Web/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Web/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Web/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Web/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Web/deployments",
+ "created_at": "2018-05-01T11:15:25Z",
+ "updated_at": "2026-07-03T07:39:28Z",
+ "pushed_at": "2026-02-11T19:07:19Z",
+ "git_url": "git://github.com/AOSSIE-Org/CrowdAlert-Web.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/CrowdAlert-Web.git",
+ "clone_url": "https://github.com/AOSSIE-Org/CrowdAlert-Web.git",
+ "svn_url": "https://github.com/AOSSIE-Org/CrowdAlert-Web",
+ "homepage": "https://gitlab.com/aossie/CrowdAlert-Web",
+ "size": 1735,
+ "stargazers_count": 8,
+ "watchers_count": 8,
+ "language": "JavaScript",
+ "has_issues": false,
+ "has_projects": false,
+ "has_downloads": true,
+ "has_wiki": false,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 10,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 0,
+ "license": {
+ "key": "other",
+ "name": "Other",
+ "spdx_id": "NOASSERTION",
+ "url": null,
+ "node_id": "MDc6TGljZW5zZTA="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 10,
+ "open_issues": 0,
+ "watchers": 8,
+ "default_branch": "master",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 940645321,
+ "node_id": "R_kgDOOBEbyQ",
+ "name": "Devr.AI",
+ "full_name": "AOSSIE-Org/Devr.AI",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/Devr.AI",
+ "description": "Devr.AI is an advanced AI-powered Developer Relations (DevRel) assistant designed to revolutionize open-source community management. By integrating with platforms like Discord, Slack, GitHub, and Discourse, Devr.AI functions as a virtual DevRel advocate that helps maintainers engage with contributors and streamline onboarding processes.",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/Devr.AI",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/Devr.AI/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/Devr.AI/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/Devr.AI/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/Devr.AI/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/Devr.AI/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/Devr.AI/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/Devr.AI/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/Devr.AI/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/Devr.AI/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/Devr.AI/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/Devr.AI/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/Devr.AI/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/Devr.AI/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/Devr.AI/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/Devr.AI/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/Devr.AI/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/Devr.AI/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/Devr.AI/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/Devr.AI/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/Devr.AI/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/Devr.AI/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/Devr.AI/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/Devr.AI/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/Devr.AI/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/Devr.AI/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/Devr.AI/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/Devr.AI/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/Devr.AI/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/Devr.AI/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/Devr.AI/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/Devr.AI/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/Devr.AI/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/Devr.AI/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/Devr.AI/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/Devr.AI/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/Devr.AI/deployments",
+ "created_at": "2025-02-28T14:42:50Z",
+ "updated_at": "2026-07-03T07:38:58Z",
+ "pushed_at": "2026-02-11T19:14:35Z",
+ "git_url": "git://github.com/AOSSIE-Org/Devr.AI.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/Devr.AI.git",
+ "clone_url": "https://github.com/AOSSIE-Org/Devr.AI.git",
+ "svn_url": "https://github.com/AOSSIE-Org/Devr.AI",
+ "homepage": "https://devr-ai.netlify.app/",
+ "size": 3299,
+ "stargazers_count": 95,
+ "watchers_count": 95,
+ "language": "Python",
+ "has_issues": true,
+ "has_projects": true,
+ "has_downloads": true,
+ "has_wiki": true,
+ "has_pages": false,
+ "has_discussions": true,
+ "forks_count": 138,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 123,
+ "license": {
+ "key": "other",
+ "name": "Other",
+ "spdx_id": "NOASSERTION",
+ "url": null,
+ "node_id": "MDc6TGljZW5zZTA="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [
+ "agentic-ai",
+ "devrel",
+ "genai-usecase",
+ "gsoc-2025"
+ ],
+ "visibility": "public",
+ "forks": 138,
+ "open_issues": 123,
+ "watchers": 95,
+ "default_branch": "main",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 1118608140,
+ "node_id": "R_kgDOQqybDA",
+ "name": "SocialShareButton",
+ "full_name": "AOSSIE-Org/SocialShareButton",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/SocialShareButton",
+ "description": "A Component to Share in Social Media",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/SocialShareButton",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/SocialShareButton/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/SocialShareButton/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/SocialShareButton/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/SocialShareButton/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/SocialShareButton/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/SocialShareButton/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/SocialShareButton/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/SocialShareButton/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/SocialShareButton/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/SocialShareButton/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/SocialShareButton/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/SocialShareButton/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/SocialShareButton/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/SocialShareButton/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/SocialShareButton/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/SocialShareButton/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/SocialShareButton/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/SocialShareButton/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/SocialShareButton/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/SocialShareButton/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/SocialShareButton/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/SocialShareButton/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/SocialShareButton/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/SocialShareButton/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/SocialShareButton/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/SocialShareButton/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/SocialShareButton/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/SocialShareButton/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/SocialShareButton/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/SocialShareButton/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/SocialShareButton/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/SocialShareButton/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/SocialShareButton/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/SocialShareButton/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/SocialShareButton/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/SocialShareButton/deployments",
+ "created_at": "2025-12-18T02:45:44Z",
+ "updated_at": "2026-07-02T13:50:17Z",
+ "pushed_at": "2026-06-26T08:00:32Z",
+ "git_url": "git://github.com/AOSSIE-Org/SocialShareButton.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/SocialShareButton.git",
+ "clone_url": "https://github.com/AOSSIE-Org/SocialShareButton.git",
+ "svn_url": "https://github.com/AOSSIE-Org/SocialShareButton",
+ "homepage": "https://social-share-button.aossie.org/",
+ "size": 1134,
+ "stargazers_count": 19,
+ "watchers_count": 19,
+ "language": "JavaScript",
+ "has_issues": true,
+ "has_projects": true,
+ "has_downloads": true,
+ "has_wiki": true,
+ "has_pages": true,
+ "has_discussions": false,
+ "forks_count": 52,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 34,
+ "license": {
+ "key": "other",
+ "name": "Other",
+ "spdx_id": "NOASSERTION",
+ "url": null,
+ "node_id": "MDc6TGljZW5zZTA="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 52,
+ "open_issues": 34,
+ "watchers": 19,
+ "default_branch": "main",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 1138033415,
+ "node_id": "R_kgDOQ9UDBw",
+ "name": "Gitcord-GithubDiscordBot",
+ "full_name": "AOSSIE-Org/Gitcord-GithubDiscordBot",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/Gitcord-GithubDiscordBot",
+ "description": "Gitcord is a Github Discord Bot",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-GithubDiscordBot",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-GithubDiscordBot/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-GithubDiscordBot/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-GithubDiscordBot/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-GithubDiscordBot/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-GithubDiscordBot/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-GithubDiscordBot/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-GithubDiscordBot/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-GithubDiscordBot/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-GithubDiscordBot/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-GithubDiscordBot/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-GithubDiscordBot/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-GithubDiscordBot/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-GithubDiscordBot/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-GithubDiscordBot/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-GithubDiscordBot/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-GithubDiscordBot/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-GithubDiscordBot/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-GithubDiscordBot/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-GithubDiscordBot/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-GithubDiscordBot/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-GithubDiscordBot/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-GithubDiscordBot/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-GithubDiscordBot/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-GithubDiscordBot/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-GithubDiscordBot/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-GithubDiscordBot/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-GithubDiscordBot/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-GithubDiscordBot/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-GithubDiscordBot/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-GithubDiscordBot/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-GithubDiscordBot/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-GithubDiscordBot/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-GithubDiscordBot/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-GithubDiscordBot/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-GithubDiscordBot/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-GithubDiscordBot/deployments",
+ "created_at": "2026-01-20T06:48:01Z",
+ "updated_at": "2026-07-02T13:35:50Z",
+ "pushed_at": "2026-07-06T06:18:01Z",
+ "git_url": "git://github.com/AOSSIE-Org/Gitcord-GithubDiscordBot.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/Gitcord-GithubDiscordBot.git",
+ "clone_url": "https://github.com/AOSSIE-Org/Gitcord-GithubDiscordBot.git",
+ "svn_url": "https://github.com/AOSSIE-Org/Gitcord-GithubDiscordBot",
+ "homepage": null,
+ "size": 26309,
+ "stargazers_count": 15,
+ "watchers_count": 15,
+ "language": "Python",
+ "has_issues": true,
+ "has_projects": true,
+ "has_downloads": true,
+ "has_wiki": true,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 14,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 4,
+ "license": {
+ "key": "other",
+ "name": "Other",
+ "spdx_id": "NOASSERTION",
+ "url": null,
+ "node_id": "MDc6TGljZW5zZTA="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 14,
+ "open_issues": 4,
+ "watchers": 15,
+ "default_branch": "main",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 1251959394,
+ "node_id": "R_kgDOSp9iYg",
+ "name": "IndexedDB-Import-Export",
+ "full_name": "AOSSIE-Org/IndexedDB-Import-Export",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/IndexedDB-Import-Export",
+ "description": "Library and Component to make it easier to import and export from IndexedDB",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/IndexedDB-Import-Export",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/IndexedDB-Import-Export/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/IndexedDB-Import-Export/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/IndexedDB-Import-Export/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/IndexedDB-Import-Export/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/IndexedDB-Import-Export/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/IndexedDB-Import-Export/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/IndexedDB-Import-Export/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/IndexedDB-Import-Export/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/IndexedDB-Import-Export/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/IndexedDB-Import-Export/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/IndexedDB-Import-Export/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/IndexedDB-Import-Export/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/IndexedDB-Import-Export/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/IndexedDB-Import-Export/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/IndexedDB-Import-Export/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/IndexedDB-Import-Export/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/IndexedDB-Import-Export/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/IndexedDB-Import-Export/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/IndexedDB-Import-Export/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/IndexedDB-Import-Export/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/IndexedDB-Import-Export/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/IndexedDB-Import-Export/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/IndexedDB-Import-Export/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/IndexedDB-Import-Export/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/IndexedDB-Import-Export/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/IndexedDB-Import-Export/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/IndexedDB-Import-Export/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/IndexedDB-Import-Export/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/IndexedDB-Import-Export/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/IndexedDB-Import-Export/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/IndexedDB-Import-Export/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/IndexedDB-Import-Export/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/IndexedDB-Import-Export/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/IndexedDB-Import-Export/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/IndexedDB-Import-Export/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/IndexedDB-Import-Export/deployments",
+ "created_at": "2026-05-28T04:07:01Z",
+ "updated_at": "2026-07-02T13:23:55Z",
+ "pushed_at": "2026-07-06T09:19:55Z",
+ "git_url": "git://github.com/AOSSIE-Org/IndexedDB-Import-Export.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/IndexedDB-Import-Export.git",
+ "clone_url": "https://github.com/AOSSIE-Org/IndexedDB-Import-Export.git",
+ "svn_url": "https://github.com/AOSSIE-Org/IndexedDB-Import-Export",
+ "homepage": null,
+ "size": 705,
+ "stargazers_count": 7,
+ "watchers_count": 7,
+ "language": "YAML",
+ "has_issues": true,
+ "has_projects": true,
+ "has_downloads": true,
+ "has_wiki": true,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 2,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 4,
+ "license": {
+ "key": "other",
+ "name": "Other",
+ "spdx_id": "NOASSERTION",
+ "url": null,
+ "node_id": "MDc6TGljZW5zZTA="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 2,
+ "open_issues": 4,
+ "watchers": 7,
+ "default_branch": "main",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 1250319777,
+ "node_id": "R_kgDOSoZdoQ",
+ "name": "CarbonTracker",
+ "full_name": "AOSSIE-Org/CarbonTracker",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/CarbonTracker",
+ "description": "Sunny Local Fitness Tracker that also tracks saved CO2 Emissions",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker/deployments",
+ "created_at": "2026-05-26T14:12:05Z",
+ "updated_at": "2026-07-02T11:22:03Z",
+ "pushed_at": "2026-07-02T11:21:58Z",
+ "git_url": "git://github.com/AOSSIE-Org/CarbonTracker.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/CarbonTracker.git",
+ "clone_url": "https://github.com/AOSSIE-Org/CarbonTracker.git",
+ "svn_url": "https://github.com/AOSSIE-Org/CarbonTracker",
+ "homepage": null,
+ "size": 871,
+ "stargazers_count": 6,
+ "watchers_count": 6,
+ "language": "Dart",
+ "has_issues": true,
+ "has_projects": true,
+ "has_downloads": true,
+ "has_wiki": true,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 2,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 2,
+ "license": {
+ "key": "other",
+ "name": "Other",
+ "spdx_id": "NOASSERTION",
+ "url": null,
+ "node_id": "MDc6TGljZW5zZTA="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 2,
+ "open_issues": 2,
+ "watchers": 6,
+ "default_branch": "main",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 609485866,
+ "node_id": "R_kgDOJFQEKg",
+ "name": "Resonate",
+ "full_name": "AOSSIE-Org/Resonate",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/Resonate",
+ "description": "Clubhouse, but Open Source. A social voice platform.",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/Resonate",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/Resonate/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/Resonate/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/Resonate/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/Resonate/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/Resonate/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/Resonate/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/Resonate/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/Resonate/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/Resonate/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/Resonate/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/Resonate/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/Resonate/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/Resonate/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/Resonate/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/Resonate/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/Resonate/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/Resonate/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/Resonate/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/Resonate/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/Resonate/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/Resonate/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/Resonate/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/Resonate/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/Resonate/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/Resonate/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/Resonate/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/Resonate/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/Resonate/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/Resonate/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/Resonate/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/Resonate/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/Resonate/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/Resonate/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/Resonate/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/Resonate/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/Resonate/deployments",
+ "created_at": "2023-03-04T10:19:26Z",
+ "updated_at": "2026-07-02T11:11:18Z",
+ "pushed_at": "2026-06-18T10:37:07Z",
+ "git_url": "git://github.com/AOSSIE-Org/Resonate.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/Resonate.git",
+ "clone_url": "https://github.com/AOSSIE-Org/Resonate.git",
+ "svn_url": "https://github.com/AOSSIE-Org/Resonate",
+ "homepage": "",
+ "size": 70318,
+ "stargazers_count": 343,
+ "watchers_count": 343,
+ "language": "Dart",
+ "has_issues": true,
+ "has_projects": true,
+ "has_downloads": true,
+ "has_wiki": true,
+ "has_pages": false,
+ "has_discussions": true,
+ "forks_count": 348,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 121,
+ "license": {
+ "key": "gpl-3.0",
+ "name": "GNU General Public License v3.0",
+ "spdx_id": "GPL-3.0",
+ "url": "https://api.github.com/licenses/gpl-3.0",
+ "node_id": "MDc6TGljZW5zZTk="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [
+ "codepeak23",
+ "communication",
+ "flutter",
+ "gsoc-2024",
+ "hacktoberfest",
+ "livekit",
+ "mobile-app"
+ ],
+ "visibility": "public",
+ "forks": 348,
+ "open_issues": 121,
+ "watchers": 343,
+ "default_branch": "master",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 1147029353,
+ "node_id": "R_kgDORF5HaQ",
+ "name": "Rein",
+ "full_name": "AOSSIE-Org/Rein",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/Rein",
+ "description": "Cross-Platform LAN-Based Remote Input Controller",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/Rein",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/Rein/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/Rein/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/Rein/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/Rein/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/Rein/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/Rein/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/Rein/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/Rein/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/Rein/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/Rein/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/Rein/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/Rein/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/Rein/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/Rein/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/Rein/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/Rein/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/Rein/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/Rein/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/Rein/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/Rein/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/Rein/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/Rein/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/Rein/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/Rein/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/Rein/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/Rein/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/Rein/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/Rein/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/Rein/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/Rein/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/Rein/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/Rein/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/Rein/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/Rein/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/Rein/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/Rein/deployments",
+ "created_at": "2026-02-01T04:23:41Z",
+ "updated_at": "2026-07-02T04:27:56Z",
+ "pushed_at": "2026-07-02T04:27:51Z",
+ "git_url": "git://github.com/AOSSIE-Org/Rein.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/Rein.git",
+ "clone_url": "https://github.com/AOSSIE-Org/Rein.git",
+ "svn_url": "https://github.com/AOSSIE-Org/Rein",
+ "homepage": null,
+ "size": 2268,
+ "stargazers_count": 34,
+ "watchers_count": 34,
+ "language": "TypeScript",
+ "has_issues": true,
+ "has_projects": true,
+ "has_downloads": true,
+ "has_wiki": true,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 75,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 42,
+ "license": {
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "spdx_id": "Apache-2.0",
+ "url": "https://api.github.com/licenses/apache-2.0",
+ "node_id": "MDc6TGljZW5zZTI="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 75,
+ "open_issues": 42,
+ "watchers": 34,
+ "default_branch": "main",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 1259221409,
+ "node_id": "R_kgDOSw4xoQ",
+ "name": "SkillBot",
+ "full_name": "AOSSIE-Org/SkillBot",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/SkillBot",
+ "description": null,
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/SkillBot",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/SkillBot/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/SkillBot/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/SkillBot/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/SkillBot/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/SkillBot/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/SkillBot/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/SkillBot/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/SkillBot/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/SkillBot/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/SkillBot/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/SkillBot/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/SkillBot/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/SkillBot/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/SkillBot/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/SkillBot/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/SkillBot/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/SkillBot/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/SkillBot/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/SkillBot/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/SkillBot/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/SkillBot/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/SkillBot/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/SkillBot/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/SkillBot/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/SkillBot/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/SkillBot/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/SkillBot/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/SkillBot/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/SkillBot/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/SkillBot/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/SkillBot/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/SkillBot/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/SkillBot/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/SkillBot/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/SkillBot/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/SkillBot/deployments",
+ "created_at": "2026-06-04T09:51:33Z",
+ "updated_at": "2026-07-01T12:08:20Z",
+ "pushed_at": "2026-07-06T09:19:52Z",
+ "git_url": "git://github.com/AOSSIE-Org/SkillBot.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/SkillBot.git",
+ "clone_url": "https://github.com/AOSSIE-Org/SkillBot.git",
+ "svn_url": "https://github.com/AOSSIE-Org/SkillBot",
+ "homepage": null,
+ "size": 306,
+ "stargazers_count": 5,
+ "watchers_count": 5,
+ "language": "YAML",
+ "has_issues": true,
+ "has_projects": true,
+ "has_downloads": true,
+ "has_wiki": true,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 1,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 5,
+ "license": {
+ "key": "other",
+ "name": "Other",
+ "spdx_id": "NOASSERTION",
+ "url": null,
+ "node_id": "MDc6TGljZW5zZTA="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 1,
+ "open_issues": 5,
+ "watchers": 5,
+ "default_branch": "main",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 767666602,
+ "node_id": "R_kgDOLcGpqg",
+ "name": "Djed-Solidity-WebDashboard",
+ "full_name": "AOSSIE-Org/Djed-Solidity-WebDashboard",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/Djed-Solidity-WebDashboard",
+ "description": null,
+ "fork": true,
+ "url": "https://api.github.com/repos/AOSSIE-Org/Djed-Solidity-WebDashboard",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/Djed-Solidity-WebDashboard/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/Djed-Solidity-WebDashboard/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/Djed-Solidity-WebDashboard/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/Djed-Solidity-WebDashboard/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/Djed-Solidity-WebDashboard/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/Djed-Solidity-WebDashboard/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/Djed-Solidity-WebDashboard/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/Djed-Solidity-WebDashboard/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/Djed-Solidity-WebDashboard/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/Djed-Solidity-WebDashboard/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/Djed-Solidity-WebDashboard/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/Djed-Solidity-WebDashboard/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/Djed-Solidity-WebDashboard/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/Djed-Solidity-WebDashboard/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/Djed-Solidity-WebDashboard/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/Djed-Solidity-WebDashboard/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/Djed-Solidity-WebDashboard/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/Djed-Solidity-WebDashboard/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/Djed-Solidity-WebDashboard/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/Djed-Solidity-WebDashboard/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/Djed-Solidity-WebDashboard/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/Djed-Solidity-WebDashboard/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/Djed-Solidity-WebDashboard/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/Djed-Solidity-WebDashboard/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/Djed-Solidity-WebDashboard/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/Djed-Solidity-WebDashboard/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/Djed-Solidity-WebDashboard/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/Djed-Solidity-WebDashboard/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/Djed-Solidity-WebDashboard/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/Djed-Solidity-WebDashboard/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/Djed-Solidity-WebDashboard/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/Djed-Solidity-WebDashboard/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/Djed-Solidity-WebDashboard/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/Djed-Solidity-WebDashboard/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/Djed-Solidity-WebDashboard/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/Djed-Solidity-WebDashboard/deployments",
+ "created_at": "2024-03-05T17:33:48Z",
+ "updated_at": "2026-06-23T12:16:30Z",
+ "pushed_at": "2024-02-22T18:10:33Z",
+ "git_url": "git://github.com/AOSSIE-Org/Djed-Solidity-WebDashboard.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/Djed-Solidity-WebDashboard.git",
+ "clone_url": "https://github.com/AOSSIE-Org/Djed-Solidity-WebDashboard.git",
+ "svn_url": "https://github.com/AOSSIE-Org/Djed-Solidity-WebDashboard",
+ "homepage": "https://djed.one",
+ "size": 2873,
+ "stargazers_count": 10,
+ "watchers_count": 10,
+ "language": null,
+ "has_issues": false,
+ "has_projects": true,
+ "has_downloads": true,
+ "has_wiki": true,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 5,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 0,
+ "license": null,
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 5,
+ "open_issues": 0,
+ "watchers": 10,
+ "default_branch": "main",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 1274161788,
+ "node_id": "R_kgDOS_IqfA",
+ "name": "PythonScripts",
+ "full_name": "AOSSIE-Org/PythonScripts",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/PythonScripts",
+ "description": "Python Scripts to automate various tasks",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/PythonScripts",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/PythonScripts/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/PythonScripts/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/PythonScripts/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/PythonScripts/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/PythonScripts/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/PythonScripts/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/PythonScripts/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/PythonScripts/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/PythonScripts/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/PythonScripts/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/PythonScripts/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/PythonScripts/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/PythonScripts/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/PythonScripts/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/PythonScripts/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/PythonScripts/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/PythonScripts/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/PythonScripts/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/PythonScripts/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/PythonScripts/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/PythonScripts/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/PythonScripts/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/PythonScripts/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/PythonScripts/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/PythonScripts/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/PythonScripts/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/PythonScripts/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/PythonScripts/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/PythonScripts/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/PythonScripts/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/PythonScripts/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/PythonScripts/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/PythonScripts/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/PythonScripts/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/PythonScripts/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/PythonScripts/deployments",
+ "created_at": "2026-06-19T08:33:06Z",
+ "updated_at": "2026-06-20T14:58:15Z",
+ "pushed_at": "2026-07-06T09:20:50Z",
+ "git_url": "git://github.com/AOSSIE-Org/PythonScripts.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/PythonScripts.git",
+ "clone_url": "https://github.com/AOSSIE-Org/PythonScripts.git",
+ "svn_url": "https://github.com/AOSSIE-Org/PythonScripts",
+ "homepage": null,
+ "size": 252,
+ "stargazers_count": 6,
+ "watchers_count": 6,
+ "language": "YAML",
+ "has_issues": true,
+ "has_projects": true,
+ "has_downloads": true,
+ "has_wiki": true,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 1,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 3,
+ "license": {
+ "key": "other",
+ "name": "Other",
+ "spdx_id": "NOASSERTION",
+ "url": null,
+ "node_id": "MDc6TGljZW5zZTA="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 1,
+ "open_issues": 3,
+ "watchers": 6,
+ "default_branch": "main",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 1259230692,
+ "node_id": "R_kgDOSw5V5A",
+ "name": "AI-Keyboard",
+ "full_name": "AOSSIE-Org/AI-Keyboard",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/AI-Keyboard",
+ "description": "AI-Powered Keyboard for Mobiles",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/AI-Keyboard",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/AI-Keyboard/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/AI-Keyboard/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/AI-Keyboard/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/AI-Keyboard/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/AI-Keyboard/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/AI-Keyboard/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/AI-Keyboard/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/AI-Keyboard/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/AI-Keyboard/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/AI-Keyboard/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/AI-Keyboard/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/AI-Keyboard/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/AI-Keyboard/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/AI-Keyboard/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/AI-Keyboard/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/AI-Keyboard/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/AI-Keyboard/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/AI-Keyboard/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/AI-Keyboard/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/AI-Keyboard/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/AI-Keyboard/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/AI-Keyboard/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/AI-Keyboard/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/AI-Keyboard/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/AI-Keyboard/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/AI-Keyboard/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/AI-Keyboard/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/AI-Keyboard/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/AI-Keyboard/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/AI-Keyboard/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/AI-Keyboard/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/AI-Keyboard/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/AI-Keyboard/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/AI-Keyboard/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/AI-Keyboard/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/AI-Keyboard/deployments",
+ "created_at": "2026-06-04T10:01:10Z",
+ "updated_at": "2026-06-19T14:52:15Z",
+ "pushed_at": "2026-06-04T10:01:26Z",
+ "git_url": "git://github.com/AOSSIE-Org/AI-Keyboard.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/AI-Keyboard.git",
+ "clone_url": "https://github.com/AOSSIE-Org/AI-Keyboard.git",
+ "svn_url": "https://github.com/AOSSIE-Org/AI-Keyboard",
+ "homepage": null,
+ "size": 228,
+ "stargazers_count": 6,
+ "watchers_count": 6,
+ "language": "Dart",
+ "has_issues": true,
+ "has_projects": true,
+ "has_downloads": true,
+ "has_wiki": true,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 1,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 1,
+ "license": {
+ "key": "other",
+ "name": "Other",
+ "spdx_id": "NOASSERTION",
+ "url": null,
+ "node_id": "MDc6TGljZW5zZTA="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 1,
+ "open_issues": 1,
+ "watchers": 6,
+ "default_branch": "main",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 1259222598,
+ "node_id": "R_kgDOSw42Rg",
+ "name": "PullRequestDashboard",
+ "full_name": "AOSSIE-Org/PullRequestDashboard",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/PullRequestDashboard",
+ "description": null,
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/PullRequestDashboard",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/PullRequestDashboard/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/PullRequestDashboard/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/PullRequestDashboard/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/PullRequestDashboard/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/PullRequestDashboard/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/PullRequestDashboard/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/PullRequestDashboard/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/PullRequestDashboard/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/PullRequestDashboard/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/PullRequestDashboard/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/PullRequestDashboard/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/PullRequestDashboard/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/PullRequestDashboard/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/PullRequestDashboard/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/PullRequestDashboard/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/PullRequestDashboard/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/PullRequestDashboard/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/PullRequestDashboard/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/PullRequestDashboard/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/PullRequestDashboard/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/PullRequestDashboard/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/PullRequestDashboard/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/PullRequestDashboard/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/PullRequestDashboard/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/PullRequestDashboard/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/PullRequestDashboard/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/PullRequestDashboard/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/PullRequestDashboard/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/PullRequestDashboard/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/PullRequestDashboard/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/PullRequestDashboard/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/PullRequestDashboard/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/PullRequestDashboard/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/PullRequestDashboard/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/PullRequestDashboard/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/PullRequestDashboard/deployments",
+ "created_at": "2026-06-04T09:52:46Z",
+ "updated_at": "2026-06-19T14:52:10Z",
+ "pushed_at": "2026-07-06T09:19:46Z",
+ "git_url": "git://github.com/AOSSIE-Org/PullRequestDashboard.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/PullRequestDashboard.git",
+ "clone_url": "https://github.com/AOSSIE-Org/PullRequestDashboard.git",
+ "svn_url": "https://github.com/AOSSIE-Org/PullRequestDashboard",
+ "homepage": null,
+ "size": 254,
+ "stargazers_count": 6,
+ "watchers_count": 6,
+ "language": "YAML",
+ "has_issues": true,
+ "has_projects": true,
+ "has_downloads": true,
+ "has_wiki": true,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 1,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 3,
+ "license": {
+ "key": "other",
+ "name": "Other",
+ "spdx_id": "NOASSERTION",
+ "url": null,
+ "node_id": "MDc6TGljZW5zZTA="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 1,
+ "open_issues": 3,
+ "watchers": 6,
+ "default_branch": "main",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 1250325759,
+ "node_id": "R_kgDOSoZ0_w",
+ "name": "CarbonTracker-WatchCompanionApp",
+ "full_name": "AOSSIE-Org/CarbonTracker-WatchCompanionApp",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/CarbonTracker-WatchCompanionApp",
+ "description": "Watch Companion App for Carbon Tracker",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker-WatchCompanionApp",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker-WatchCompanionApp/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker-WatchCompanionApp/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker-WatchCompanionApp/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker-WatchCompanionApp/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker-WatchCompanionApp/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker-WatchCompanionApp/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker-WatchCompanionApp/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker-WatchCompanionApp/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker-WatchCompanionApp/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker-WatchCompanionApp/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker-WatchCompanionApp/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker-WatchCompanionApp/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker-WatchCompanionApp/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker-WatchCompanionApp/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker-WatchCompanionApp/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker-WatchCompanionApp/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker-WatchCompanionApp/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker-WatchCompanionApp/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker-WatchCompanionApp/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker-WatchCompanionApp/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker-WatchCompanionApp/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker-WatchCompanionApp/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker-WatchCompanionApp/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker-WatchCompanionApp/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker-WatchCompanionApp/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker-WatchCompanionApp/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker-WatchCompanionApp/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker-WatchCompanionApp/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker-WatchCompanionApp/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker-WatchCompanionApp/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker-WatchCompanionApp/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker-WatchCompanionApp/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker-WatchCompanionApp/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker-WatchCompanionApp/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker-WatchCompanionApp/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/CarbonTracker-WatchCompanionApp/deployments",
+ "created_at": "2026-05-26T14:18:32Z",
+ "updated_at": "2026-06-19T14:52:07Z",
+ "pushed_at": "2026-06-22T09:22:00Z",
+ "git_url": "git://github.com/AOSSIE-Org/CarbonTracker-WatchCompanionApp.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/CarbonTracker-WatchCompanionApp.git",
+ "clone_url": "https://github.com/AOSSIE-Org/CarbonTracker-WatchCompanionApp.git",
+ "svn_url": "https://github.com/AOSSIE-Org/CarbonTracker-WatchCompanionApp",
+ "homepage": null,
+ "size": 238,
+ "stargazers_count": 6,
+ "watchers_count": 6,
+ "language": "YAML",
+ "has_issues": true,
+ "has_projects": true,
+ "has_downloads": true,
+ "has_wiki": true,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 1,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 5,
+ "license": {
+ "key": "other",
+ "name": "Other",
+ "spdx_id": "NOASSERTION",
+ "url": null,
+ "node_id": "MDc6TGljZW5zZTA="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 1,
+ "open_issues": 5,
+ "watchers": 6,
+ "default_branch": "main",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 1250323389,
+ "node_id": "R_kgDOSoZrvQ",
+ "name": "MoveYourBody",
+ "full_name": "AOSSIE-Org/MoveYourBody",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/MoveYourBody",
+ "description": "Sunny Local AI-Powered Fitness App",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/MoveYourBody",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/MoveYourBody/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/MoveYourBody/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/MoveYourBody/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/MoveYourBody/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/MoveYourBody/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/MoveYourBody/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/MoveYourBody/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/MoveYourBody/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/MoveYourBody/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/MoveYourBody/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/MoveYourBody/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/MoveYourBody/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/MoveYourBody/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/MoveYourBody/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/MoveYourBody/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/MoveYourBody/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/MoveYourBody/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/MoveYourBody/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/MoveYourBody/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/MoveYourBody/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/MoveYourBody/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/MoveYourBody/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/MoveYourBody/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/MoveYourBody/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/MoveYourBody/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/MoveYourBody/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/MoveYourBody/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/MoveYourBody/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/MoveYourBody/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/MoveYourBody/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/MoveYourBody/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/MoveYourBody/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/MoveYourBody/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/MoveYourBody/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/MoveYourBody/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/MoveYourBody/deployments",
+ "created_at": "2026-05-26T14:16:01Z",
+ "updated_at": "2026-06-19T14:52:07Z",
+ "pushed_at": "2026-05-26T14:16:22Z",
+ "git_url": "git://github.com/AOSSIE-Org/MoveYourBody.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/MoveYourBody.git",
+ "clone_url": "https://github.com/AOSSIE-Org/MoveYourBody.git",
+ "svn_url": "https://github.com/AOSSIE-Org/MoveYourBody",
+ "homepage": null,
+ "size": 226,
+ "stargazers_count": 8,
+ "watchers_count": 8,
+ "language": "Dart",
+ "has_issues": true,
+ "has_projects": true,
+ "has_downloads": true,
+ "has_wiki": true,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 1,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 8,
+ "license": {
+ "key": "other",
+ "name": "Other",
+ "spdx_id": "NOASSERTION",
+ "url": null,
+ "node_id": "MDc6TGljZW5zZTA="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 1,
+ "open_issues": 8,
+ "watchers": 8,
+ "default_branch": "main",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 1234423557,
+ "node_id": "R_kgDOSZPPBQ",
+ "name": "Template-Repo-Flutter",
+ "full_name": "AOSSIE-Org/Template-Repo-Flutter",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/Template-Repo-Flutter",
+ "description": "Template Repo for Flutter Apps",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo-Flutter",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo-Flutter/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo-Flutter/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo-Flutter/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo-Flutter/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo-Flutter/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo-Flutter/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo-Flutter/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo-Flutter/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo-Flutter/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo-Flutter/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo-Flutter/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo-Flutter/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo-Flutter/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo-Flutter/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo-Flutter/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo-Flutter/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo-Flutter/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo-Flutter/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo-Flutter/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo-Flutter/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo-Flutter/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo-Flutter/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo-Flutter/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo-Flutter/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo-Flutter/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo-Flutter/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo-Flutter/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo-Flutter/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo-Flutter/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo-Flutter/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo-Flutter/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo-Flutter/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo-Flutter/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo-Flutter/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo-Flutter/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/Template-Repo-Flutter/deployments",
+ "created_at": "2026-05-10T06:56:47Z",
+ "updated_at": "2026-06-19T14:52:05Z",
+ "pushed_at": "2026-05-24T06:53:10Z",
+ "git_url": "git://github.com/AOSSIE-Org/Template-Repo-Flutter.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/Template-Repo-Flutter.git",
+ "clone_url": "https://github.com/AOSSIE-Org/Template-Repo-Flutter.git",
+ "svn_url": "https://github.com/AOSSIE-Org/Template-Repo-Flutter",
+ "homepage": null,
+ "size": 481,
+ "stargazers_count": 6,
+ "watchers_count": 6,
+ "language": "Dart",
+ "has_issues": true,
+ "has_projects": true,
+ "has_downloads": true,
+ "has_wiki": true,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 2,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 0,
+ "license": {
+ "key": "other",
+ "name": "Other",
+ "spdx_id": "NOASSERTION",
+ "url": null,
+ "node_id": "MDc6TGljZW5zZTA="
+ },
+ "allow_forking": true,
+ "is_template": true,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 2,
+ "open_issues": 0,
+ "watchers": 6,
+ "default_branch": "main",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 1192648146,
+ "node_id": "R_kgDORxZd0g",
+ "name": "Gitcord-Test",
+ "full_name": "AOSSIE-Org/Gitcord-Test",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/Gitcord-Test",
+ "description": "Repo for Testing Gitcord",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-Test",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-Test/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-Test/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-Test/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-Test/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-Test/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-Test/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-Test/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-Test/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-Test/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-Test/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-Test/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-Test/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-Test/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-Test/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-Test/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-Test/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-Test/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-Test/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-Test/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-Test/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-Test/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-Test/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-Test/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-Test/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-Test/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-Test/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-Test/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-Test/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-Test/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-Test/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-Test/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-Test/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-Test/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-Test/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-Test/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/Gitcord-Test/deployments",
+ "created_at": "2026-03-26T12:28:47Z",
+ "updated_at": "2026-06-19T14:52:04Z",
+ "pushed_at": "2026-03-26T12:29:01Z",
+ "git_url": "git://github.com/AOSSIE-Org/Gitcord-Test.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/Gitcord-Test.git",
+ "clone_url": "https://github.com/AOSSIE-Org/Gitcord-Test.git",
+ "svn_url": "https://github.com/AOSSIE-Org/Gitcord-Test",
+ "homepage": null,
+ "size": 208,
+ "stargazers_count": 5,
+ "watchers_count": 5,
+ "language": null,
+ "has_issues": true,
+ "has_projects": true,
+ "has_downloads": true,
+ "has_wiki": true,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 1,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 5,
+ "license": {
+ "key": "other",
+ "name": "Other",
+ "spdx_id": "NOASSERTION",
+ "url": null,
+ "node_id": "MDc6TGljZW5zZTA="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 1,
+ "open_issues": 5,
+ "watchers": 5,
+ "default_branch": "main",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 1182975252,
+ "node_id": "R_kgDORoLFFA",
+ "name": "BringYourOwnKey",
+ "full_name": "AOSSIE-Org/BringYourOwnKey",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/BringYourOwnKey",
+ "description": "Component to let users input their own API keys",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/BringYourOwnKey",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/BringYourOwnKey/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/BringYourOwnKey/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/BringYourOwnKey/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/BringYourOwnKey/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/BringYourOwnKey/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/BringYourOwnKey/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/BringYourOwnKey/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/BringYourOwnKey/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/BringYourOwnKey/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/BringYourOwnKey/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/BringYourOwnKey/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/BringYourOwnKey/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/BringYourOwnKey/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/BringYourOwnKey/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/BringYourOwnKey/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/BringYourOwnKey/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/BringYourOwnKey/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/BringYourOwnKey/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/BringYourOwnKey/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/BringYourOwnKey/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/BringYourOwnKey/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/BringYourOwnKey/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/BringYourOwnKey/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/BringYourOwnKey/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/BringYourOwnKey/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/BringYourOwnKey/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/BringYourOwnKey/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/BringYourOwnKey/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/BringYourOwnKey/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/BringYourOwnKey/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/BringYourOwnKey/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/BringYourOwnKey/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/BringYourOwnKey/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/BringYourOwnKey/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/BringYourOwnKey/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/BringYourOwnKey/deployments",
+ "created_at": "2026-03-16T06:27:57Z",
+ "updated_at": "2026-06-19T14:52:00Z",
+ "pushed_at": "2026-03-17T06:53:43Z",
+ "git_url": "git://github.com/AOSSIE-Org/BringYourOwnKey.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/BringYourOwnKey.git",
+ "clone_url": "https://github.com/AOSSIE-Org/BringYourOwnKey.git",
+ "svn_url": "https://github.com/AOSSIE-Org/BringYourOwnKey",
+ "homepage": null,
+ "size": 331,
+ "stargazers_count": 9,
+ "watchers_count": 9,
+ "language": "TypeScript",
+ "has_issues": true,
+ "has_projects": true,
+ "has_downloads": true,
+ "has_wiki": true,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 0,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 1,
+ "license": {
+ "key": "other",
+ "name": "Other",
+ "spdx_id": "NOASSERTION",
+ "url": null,
+ "node_id": "MDc6TGljZW5zZTA="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 0,
+ "open_issues": 1,
+ "watchers": 9,
+ "default_branch": "main",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 1179628750,
+ "node_id": "R_kgDORk-0zg",
+ "name": "AutoInitialIssues",
+ "full_name": "AOSSIE-Org/AutoInitialIssues",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/AutoInitialIssues",
+ "description": "Automatically Initializes Repos with Issues",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/AutoInitialIssues",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/AutoInitialIssues/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/AutoInitialIssues/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/AutoInitialIssues/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/AutoInitialIssues/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/AutoInitialIssues/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/AutoInitialIssues/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/AutoInitialIssues/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/AutoInitialIssues/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/AutoInitialIssues/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/AutoInitialIssues/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/AutoInitialIssues/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/AutoInitialIssues/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/AutoInitialIssues/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/AutoInitialIssues/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/AutoInitialIssues/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/AutoInitialIssues/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/AutoInitialIssues/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/AutoInitialIssues/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/AutoInitialIssues/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/AutoInitialIssues/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/AutoInitialIssues/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/AutoInitialIssues/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/AutoInitialIssues/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/AutoInitialIssues/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/AutoInitialIssues/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/AutoInitialIssues/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/AutoInitialIssues/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/AutoInitialIssues/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/AutoInitialIssues/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/AutoInitialIssues/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/AutoInitialIssues/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/AutoInitialIssues/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/AutoInitialIssues/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/AutoInitialIssues/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/AutoInitialIssues/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/AutoInitialIssues/deployments",
+ "created_at": "2026-03-12T08:07:26Z",
+ "updated_at": "2026-06-19T14:51:48Z",
+ "pushed_at": "2026-03-14T06:08:05Z",
+ "git_url": "git://github.com/AOSSIE-Org/AutoInitialIssues.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/AutoInitialIssues.git",
+ "clone_url": "https://github.com/AOSSIE-Org/AutoInitialIssues.git",
+ "svn_url": "https://github.com/AOSSIE-Org/AutoInitialIssues",
+ "homepage": null,
+ "size": 544,
+ "stargazers_count": 7,
+ "watchers_count": 7,
+ "language": "JavaScript",
+ "has_issues": true,
+ "has_projects": true,
+ "has_downloads": true,
+ "has_wiki": true,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 2,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 1,
+ "license": {
+ "key": "other",
+ "name": "Other",
+ "spdx_id": "NOASSERTION",
+ "url": null,
+ "node_id": "MDc6TGljZW5zZTA="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 2,
+ "open_issues": 1,
+ "watchers": 7,
+ "default_branch": "main",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 1176149274,
+ "node_id": "R_kgDORhqdGg",
+ "name": "Skills",
+ "full_name": "AOSSIE-Org/Skills",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/Skills",
+ "description": "Agent Skills",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/Skills",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/Skills/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/Skills/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/Skills/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/Skills/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/Skills/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/Skills/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/Skills/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/Skills/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/Skills/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/Skills/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/Skills/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/Skills/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/Skills/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/Skills/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/Skills/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/Skills/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/Skills/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/Skills/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/Skills/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/Skills/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/Skills/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/Skills/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/Skills/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/Skills/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/Skills/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/Skills/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/Skills/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/Skills/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/Skills/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/Skills/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/Skills/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/Skills/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/Skills/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/Skills/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/Skills/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/Skills/deployments",
+ "created_at": "2026-03-08T17:25:30Z",
+ "updated_at": "2026-06-19T14:51:42Z",
+ "pushed_at": "2026-06-13T04:49:29Z",
+ "git_url": "git://github.com/AOSSIE-Org/Skills.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/Skills.git",
+ "clone_url": "https://github.com/AOSSIE-Org/Skills.git",
+ "svn_url": "https://github.com/AOSSIE-Org/Skills",
+ "homepage": null,
+ "size": 216,
+ "stargazers_count": 6,
+ "watchers_count": 6,
+ "language": null,
+ "has_issues": true,
+ "has_projects": true,
+ "has_downloads": true,
+ "has_wiki": true,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 2,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 1,
+ "license": {
+ "key": "other",
+ "name": "Other",
+ "spdx_id": "NOASSERTION",
+ "url": null,
+ "node_id": "MDc6TGljZW5zZTA="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 2,
+ "open_issues": 1,
+ "watchers": 6,
+ "default_branch": "main",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 1172608900,
+ "node_id": "R_kgDOReSXhA",
+ "name": "WebSift",
+ "full_name": "AOSSIE-Org/WebSift",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/WebSift",
+ "description": "Convert webpages to MML-ready formats",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/WebSift",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/WebSift/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/WebSift/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/WebSift/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/WebSift/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/WebSift/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/WebSift/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/WebSift/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/WebSift/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/WebSift/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/WebSift/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/WebSift/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/WebSift/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/WebSift/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/WebSift/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/WebSift/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/WebSift/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/WebSift/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/WebSift/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/WebSift/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/WebSift/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/WebSift/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/WebSift/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/WebSift/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/WebSift/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/WebSift/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/WebSift/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/WebSift/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/WebSift/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/WebSift/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/WebSift/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/WebSift/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/WebSift/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/WebSift/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/WebSift/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/WebSift/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/WebSift/deployments",
+ "created_at": "2026-03-04T13:59:23Z",
+ "updated_at": "2026-06-19T14:51:31Z",
+ "pushed_at": "2026-03-04T13:59:38Z",
+ "git_url": "git://github.com/AOSSIE-Org/WebSift.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/WebSift.git",
+ "clone_url": "https://github.com/AOSSIE-Org/WebSift.git",
+ "svn_url": "https://github.com/AOSSIE-Org/WebSift",
+ "homepage": null,
+ "size": 193,
+ "stargazers_count": 9,
+ "watchers_count": 9,
+ "language": null,
+ "has_issues": true,
+ "has_projects": true,
+ "has_downloads": true,
+ "has_wiki": true,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 3,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 1,
+ "license": {
+ "key": "other",
+ "name": "Other",
+ "spdx_id": "NOASSERTION",
+ "url": null,
+ "node_id": "MDc6TGljZW5zZTA="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 3,
+ "open_issues": 1,
+ "watchers": 9,
+ "default_branch": "main",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 1167676144,
+ "node_id": "R_kgDORZlS8A",
+ "name": "PictoPy-Website",
+ "full_name": "AOSSIE-Org/PictoPy-Website",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/PictoPy-Website",
+ "description": "PictoPy Landing Page",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy-Website",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy-Website/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy-Website/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy-Website/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy-Website/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy-Website/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy-Website/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy-Website/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy-Website/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy-Website/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy-Website/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy-Website/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy-Website/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy-Website/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy-Website/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy-Website/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy-Website/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy-Website/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy-Website/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy-Website/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy-Website/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy-Website/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy-Website/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy-Website/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy-Website/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy-Website/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy-Website/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy-Website/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy-Website/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy-Website/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy-Website/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy-Website/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy-Website/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy-Website/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy-Website/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy-Website/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy-Website/deployments",
+ "created_at": "2026-02-26T15:02:14Z",
+ "updated_at": "2026-06-19T14:51:27Z",
+ "pushed_at": "2026-03-01T01:44:49Z",
+ "git_url": "git://github.com/AOSSIE-Org/PictoPy-Website.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/PictoPy-Website.git",
+ "clone_url": "https://github.com/AOSSIE-Org/PictoPy-Website.git",
+ "svn_url": "https://github.com/AOSSIE-Org/PictoPy-Website",
+ "homepage": null,
+ "size": 1010,
+ "stargazers_count": 12,
+ "watchers_count": 12,
+ "language": "TypeScript",
+ "has_issues": true,
+ "has_projects": true,
+ "has_downloads": true,
+ "has_wiki": true,
+ "has_pages": true,
+ "has_discussions": false,
+ "forks_count": 13,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 23,
+ "license": {
+ "key": "other",
+ "name": "Other",
+ "spdx_id": "NOASSERTION",
+ "url": null,
+ "node_id": "MDc6TGljZW5zZTA="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 13,
+ "open_issues": 23,
+ "watchers": 12,
+ "default_branch": "main",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 1167411769,
+ "node_id": "R_kgDORZVKOQ",
+ "name": "SupportUsButton",
+ "full_name": "AOSSIE-Org/SupportUsButton",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/SupportUsButton",
+ "description": "A configurable and minimalistic \"Support Us\" button that can be easily integrated to frontends",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/SupportUsButton",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/SupportUsButton/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/SupportUsButton/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/SupportUsButton/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/SupportUsButton/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/SupportUsButton/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/SupportUsButton/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/SupportUsButton/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/SupportUsButton/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/SupportUsButton/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/SupportUsButton/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/SupportUsButton/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/SupportUsButton/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/SupportUsButton/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/SupportUsButton/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/SupportUsButton/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/SupportUsButton/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/SupportUsButton/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/SupportUsButton/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/SupportUsButton/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/SupportUsButton/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/SupportUsButton/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/SupportUsButton/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/SupportUsButton/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/SupportUsButton/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/SupportUsButton/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/SupportUsButton/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/SupportUsButton/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/SupportUsButton/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/SupportUsButton/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/SupportUsButton/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/SupportUsButton/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/SupportUsButton/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/SupportUsButton/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/SupportUsButton/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/SupportUsButton/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/SupportUsButton/deployments",
+ "created_at": "2026-02-26T09:10:20Z",
+ "updated_at": "2026-06-19T14:51:26Z",
+ "pushed_at": "2026-03-31T18:43:49Z",
+ "git_url": "git://github.com/AOSSIE-Org/SupportUsButton.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/SupportUsButton.git",
+ "clone_url": "https://github.com/AOSSIE-Org/SupportUsButton.git",
+ "svn_url": "https://github.com/AOSSIE-Org/SupportUsButton",
+ "homepage": null,
+ "size": 1335,
+ "stargazers_count": 12,
+ "watchers_count": 12,
+ "language": "TypeScript",
+ "has_issues": true,
+ "has_projects": true,
+ "has_downloads": true,
+ "has_wiki": true,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 10,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 2,
+ "license": {
+ "key": "other",
+ "name": "Other",
+ "spdx_id": "NOASSERTION",
+ "url": null,
+ "node_id": "MDc6TGljZW5zZTA="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 10,
+ "open_issues": 2,
+ "watchers": 12,
+ "default_branch": "main",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 1159181322,
+ "node_id": "R_kgDORRe0Cg",
+ "name": "SmartNotes",
+ "full_name": "AOSSIE-Org/SmartNotes",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/SmartNotes",
+ "description": null,
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/SmartNotes",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/SmartNotes/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/SmartNotes/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/SmartNotes/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/SmartNotes/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/SmartNotes/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/SmartNotes/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/SmartNotes/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/SmartNotes/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/SmartNotes/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/SmartNotes/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/SmartNotes/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/SmartNotes/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/SmartNotes/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/SmartNotes/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/SmartNotes/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/SmartNotes/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/SmartNotes/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/SmartNotes/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/SmartNotes/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/SmartNotes/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/SmartNotes/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/SmartNotes/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/SmartNotes/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/SmartNotes/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/SmartNotes/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/SmartNotes/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/SmartNotes/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/SmartNotes/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/SmartNotes/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/SmartNotes/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/SmartNotes/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/SmartNotes/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/SmartNotes/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/SmartNotes/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/SmartNotes/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/SmartNotes/deployments",
+ "created_at": "2026-02-16T12:20:35Z",
+ "updated_at": "2026-06-19T14:51:19Z",
+ "pushed_at": "2026-03-21T08:00:02Z",
+ "git_url": "git://github.com/AOSSIE-Org/SmartNotes.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/SmartNotes.git",
+ "clone_url": "https://github.com/AOSSIE-Org/SmartNotes.git",
+ "svn_url": "https://github.com/AOSSIE-Org/SmartNotes",
+ "homepage": null,
+ "size": 4378,
+ "stargazers_count": 16,
+ "watchers_count": 16,
+ "language": null,
+ "has_issues": true,
+ "has_projects": true,
+ "has_downloads": true,
+ "has_wiki": true,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 29,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 0,
+ "license": {
+ "key": "other",
+ "name": "Other",
+ "spdx_id": "NOASSERTION",
+ "url": null,
+ "node_id": "MDc6TGljZW5zZTA="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 29,
+ "open_issues": 0,
+ "watchers": 16,
+ "default_branch": "main",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 1159177357,
+ "node_id": "R_kgDORRekjQ",
+ "name": "LibrEd",
+ "full_name": "AOSSIE-Org/LibrEd",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/LibrEd",
+ "description": "Self-Learning Assistant",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/LibrEd",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/LibrEd/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/LibrEd/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/LibrEd/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/LibrEd/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/LibrEd/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/LibrEd/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/LibrEd/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/LibrEd/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/LibrEd/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/LibrEd/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/LibrEd/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/LibrEd/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/LibrEd/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/LibrEd/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/LibrEd/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/LibrEd/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/LibrEd/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/LibrEd/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/LibrEd/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/LibrEd/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/LibrEd/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/LibrEd/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/LibrEd/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/LibrEd/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/LibrEd/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/LibrEd/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/LibrEd/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/LibrEd/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/LibrEd/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/LibrEd/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/LibrEd/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/LibrEd/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/LibrEd/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/LibrEd/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/LibrEd/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/LibrEd/deployments",
+ "created_at": "2026-02-16T12:14:27Z",
+ "updated_at": "2026-06-19T14:51:17Z",
+ "pushed_at": "2026-04-05T14:01:36Z",
+ "git_url": "git://github.com/AOSSIE-Org/LibrEd.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/LibrEd.git",
+ "clone_url": "https://github.com/AOSSIE-Org/LibrEd.git",
+ "svn_url": "https://github.com/AOSSIE-Org/LibrEd",
+ "homepage": null,
+ "size": 10970,
+ "stargazers_count": 16,
+ "watchers_count": 16,
+ "language": "Python",
+ "has_issues": true,
+ "has_projects": true,
+ "has_downloads": true,
+ "has_wiki": true,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 10,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 5,
+ "license": {
+ "key": "other",
+ "name": "Other",
+ "spdx_id": "NOASSERTION",
+ "url": null,
+ "node_id": "MDc6TGljZW5zZTA="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 10,
+ "open_issues": 5,
+ "watchers": 16,
+ "default_branch": "main",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 1128143736,
+ "node_id": "R_kgDOQz4beA",
+ "name": "ContributorAutomation",
+ "full_name": "AOSSIE-Org/ContributorAutomation",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/ContributorAutomation",
+ "description": null,
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/ContributorAutomation",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/ContributorAutomation/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/ContributorAutomation/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/ContributorAutomation/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/ContributorAutomation/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/ContributorAutomation/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/ContributorAutomation/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/ContributorAutomation/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/ContributorAutomation/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/ContributorAutomation/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/ContributorAutomation/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/ContributorAutomation/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/ContributorAutomation/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/ContributorAutomation/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/ContributorAutomation/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/ContributorAutomation/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/ContributorAutomation/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/ContributorAutomation/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/ContributorAutomation/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/ContributorAutomation/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/ContributorAutomation/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/ContributorAutomation/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/ContributorAutomation/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/ContributorAutomation/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/ContributorAutomation/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/ContributorAutomation/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/ContributorAutomation/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/ContributorAutomation/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/ContributorAutomation/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/ContributorAutomation/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/ContributorAutomation/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/ContributorAutomation/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/ContributorAutomation/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/ContributorAutomation/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/ContributorAutomation/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/ContributorAutomation/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/ContributorAutomation/deployments",
+ "created_at": "2026-01-05T07:51:08Z",
+ "updated_at": "2026-06-19T14:51:02Z",
+ "pushed_at": "2026-02-11T13:37:02Z",
+ "git_url": "git://github.com/AOSSIE-Org/ContributorAutomation.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/ContributorAutomation.git",
+ "clone_url": "https://github.com/AOSSIE-Org/ContributorAutomation.git",
+ "svn_url": "https://github.com/AOSSIE-Org/ContributorAutomation",
+ "homepage": null,
+ "size": 186,
+ "stargazers_count": 7,
+ "watchers_count": 7,
+ "language": null,
+ "has_issues": true,
+ "has_projects": true,
+ "has_downloads": true,
+ "has_wiki": true,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 2,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 2,
+ "license": {
+ "key": "other",
+ "name": "Other",
+ "spdx_id": "NOASSERTION",
+ "url": null,
+ "node_id": "MDc6TGljZW5zZTA="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 2,
+ "open_issues": 2,
+ "watchers": 7,
+ "default_branch": "main",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 1076656701,
+ "node_id": "R_kgDOQCx6PQ",
+ "name": "Zplit",
+ "full_name": "AOSSIE-Org/Zplit",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/Zplit",
+ "description": "Payment splitting app.",
+ "fork": true,
+ "url": "https://api.github.com/repos/AOSSIE-Org/Zplit",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/Zplit/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/Zplit/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/Zplit/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/Zplit/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/Zplit/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/Zplit/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/Zplit/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/Zplit/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/Zplit/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/Zplit/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/Zplit/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/Zplit/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/Zplit/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/Zplit/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/Zplit/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/Zplit/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/Zplit/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/Zplit/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/Zplit/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/Zplit/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/Zplit/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/Zplit/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/Zplit/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/Zplit/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/Zplit/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/Zplit/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/Zplit/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/Zplit/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/Zplit/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/Zplit/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/Zplit/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/Zplit/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/Zplit/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/Zplit/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/Zplit/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/Zplit/deployments",
+ "created_at": "2025-10-15T07:03:34Z",
+ "updated_at": "2026-06-19T14:50:50Z",
+ "pushed_at": "2025-11-08T08:08:33Z",
+ "git_url": "git://github.com/AOSSIE-Org/Zplit.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/Zplit.git",
+ "clone_url": "https://github.com/AOSSIE-Org/Zplit.git",
+ "svn_url": "https://github.com/AOSSIE-Org/Zplit",
+ "homepage": null,
+ "size": 70,
+ "stargazers_count": 13,
+ "watchers_count": 13,
+ "language": "Dart",
+ "has_issues": false,
+ "has_projects": true,
+ "has_downloads": true,
+ "has_wiki": true,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 3,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 0,
+ "license": null,
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 3,
+ "open_issues": 0,
+ "watchers": 13,
+ "default_branch": "main",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 1045633472,
+ "node_id": "R_kgDOPlMZwA",
+ "name": "SummerOfCode-Reports",
+ "full_name": "AOSSIE-Org/SummerOfCode-Reports",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/SummerOfCode-Reports",
+ "description": "Repo for Final Summer of Code Reports",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/SummerOfCode-Reports",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/SummerOfCode-Reports/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/SummerOfCode-Reports/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/SummerOfCode-Reports/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/SummerOfCode-Reports/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/SummerOfCode-Reports/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/SummerOfCode-Reports/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/SummerOfCode-Reports/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/SummerOfCode-Reports/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/SummerOfCode-Reports/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/SummerOfCode-Reports/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/SummerOfCode-Reports/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/SummerOfCode-Reports/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/SummerOfCode-Reports/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/SummerOfCode-Reports/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/SummerOfCode-Reports/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/SummerOfCode-Reports/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/SummerOfCode-Reports/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/SummerOfCode-Reports/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/SummerOfCode-Reports/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/SummerOfCode-Reports/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/SummerOfCode-Reports/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/SummerOfCode-Reports/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/SummerOfCode-Reports/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/SummerOfCode-Reports/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/SummerOfCode-Reports/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/SummerOfCode-Reports/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/SummerOfCode-Reports/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/SummerOfCode-Reports/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/SummerOfCode-Reports/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/SummerOfCode-Reports/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/SummerOfCode-Reports/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/SummerOfCode-Reports/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/SummerOfCode-Reports/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/SummerOfCode-Reports/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/SummerOfCode-Reports/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/SummerOfCode-Reports/deployments",
+ "created_at": "2025-08-27T13:36:56Z",
+ "updated_at": "2026-06-19T14:50:46Z",
+ "pushed_at": "2026-02-11T19:14:21Z",
+ "git_url": "git://github.com/AOSSIE-Org/SummerOfCode-Reports.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/SummerOfCode-Reports.git",
+ "clone_url": "https://github.com/AOSSIE-Org/SummerOfCode-Reports.git",
+ "svn_url": "https://github.com/AOSSIE-Org/SummerOfCode-Reports",
+ "homepage": null,
+ "size": 12,
+ "stargazers_count": 6,
+ "watchers_count": 6,
+ "language": null,
+ "has_issues": true,
+ "has_projects": true,
+ "has_downloads": true,
+ "has_wiki": true,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 7,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 5,
+ "license": {
+ "key": "other",
+ "name": "Other",
+ "spdx_id": "NOASSERTION",
+ "url": null,
+ "node_id": "MDc6TGljZW5zZTA="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 7,
+ "open_issues": 5,
+ "watchers": 6,
+ "default_branch": "main",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 990200017,
+ "node_id": "R_kgDOOwVA0Q",
+ "name": "Ell-ena",
+ "full_name": "AOSSIE-Org/Ell-ena",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/Ell-ena",
+ "description": "Ell-ena is a smart AI product manager that streamlines task, project, and meeting management through a simple chat interface.",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/Ell-ena",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/Ell-ena/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/Ell-ena/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/Ell-ena/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/Ell-ena/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/Ell-ena/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/Ell-ena/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/Ell-ena/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/Ell-ena/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/Ell-ena/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/Ell-ena/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/Ell-ena/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/Ell-ena/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/Ell-ena/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/Ell-ena/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/Ell-ena/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/Ell-ena/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/Ell-ena/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/Ell-ena/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/Ell-ena/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/Ell-ena/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/Ell-ena/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/Ell-ena/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/Ell-ena/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/Ell-ena/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/Ell-ena/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/Ell-ena/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/Ell-ena/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/Ell-ena/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/Ell-ena/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/Ell-ena/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/Ell-ena/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/Ell-ena/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/Ell-ena/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/Ell-ena/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/Ell-ena/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/Ell-ena/deployments",
+ "created_at": "2025-05-25T17:46:25Z",
+ "updated_at": "2026-06-19T14:50:36Z",
+ "pushed_at": "2026-06-14T15:28:28Z",
+ "git_url": "git://github.com/AOSSIE-Org/Ell-ena.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/Ell-ena.git",
+ "clone_url": "https://github.com/AOSSIE-Org/Ell-ena.git",
+ "svn_url": "https://github.com/AOSSIE-Org/Ell-ena",
+ "homepage": null,
+ "size": 6847,
+ "stargazers_count": 54,
+ "watchers_count": 54,
+ "language": "Dart",
+ "has_issues": true,
+ "has_projects": true,
+ "has_downloads": true,
+ "has_wiki": true,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 104,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 126,
+ "license": null,
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 104,
+ "open_issues": 126,
+ "watchers": 54,
+ "default_branch": "main",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 984240655,
+ "node_id": "R_kgDOOqpSDw",
+ "name": "DocPilot",
+ "full_name": "AOSSIE-Org/DocPilot",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/DocPilot",
+ "description": "A new age EMR application using conversational AI at its best",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/DocPilot",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/DocPilot/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/DocPilot/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/DocPilot/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/DocPilot/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/DocPilot/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/DocPilot/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/DocPilot/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/DocPilot/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/DocPilot/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/DocPilot/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/DocPilot/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/DocPilot/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/DocPilot/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/DocPilot/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/DocPilot/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/DocPilot/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/DocPilot/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/DocPilot/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/DocPilot/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/DocPilot/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/DocPilot/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/DocPilot/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/DocPilot/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/DocPilot/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/DocPilot/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/DocPilot/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/DocPilot/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/DocPilot/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/DocPilot/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/DocPilot/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/DocPilot/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/DocPilot/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/DocPilot/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/DocPilot/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/DocPilot/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/DocPilot/deployments",
+ "created_at": "2025-05-15T15:59:19Z",
+ "updated_at": "2026-06-19T14:50:31Z",
+ "pushed_at": "2026-03-28T13:52:26Z",
+ "git_url": "git://github.com/AOSSIE-Org/DocPilot.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/DocPilot.git",
+ "clone_url": "https://github.com/AOSSIE-Org/DocPilot.git",
+ "svn_url": "https://github.com/AOSSIE-Org/DocPilot",
+ "homepage": null,
+ "size": 320,
+ "stargazers_count": 18,
+ "watchers_count": 18,
+ "language": "Dart",
+ "has_issues": true,
+ "has_projects": true,
+ "has_downloads": true,
+ "has_wiki": true,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 25,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 21,
+ "license": {
+ "key": "mit",
+ "name": "MIT License",
+ "spdx_id": "MIT",
+ "url": "https://api.github.com/licenses/mit",
+ "node_id": "MDc6TGljZW5zZTEz"
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 25,
+ "open_issues": 21,
+ "watchers": 18,
+ "default_branch": "main",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 943651316,
+ "node_id": "R_kgDOOD759A",
+ "name": "NeuroTrack",
+ "full_name": "AOSSIE-Org/NeuroTrack",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/NeuroTrack",
+ "description": null,
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/NeuroTrack",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/NeuroTrack/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/NeuroTrack/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/NeuroTrack/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/NeuroTrack/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/NeuroTrack/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/NeuroTrack/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/NeuroTrack/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/NeuroTrack/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/NeuroTrack/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/NeuroTrack/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/NeuroTrack/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/NeuroTrack/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/NeuroTrack/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/NeuroTrack/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/NeuroTrack/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/NeuroTrack/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/NeuroTrack/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/NeuroTrack/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/NeuroTrack/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/NeuroTrack/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/NeuroTrack/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/NeuroTrack/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/NeuroTrack/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/NeuroTrack/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/NeuroTrack/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/NeuroTrack/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/NeuroTrack/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/NeuroTrack/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/NeuroTrack/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/NeuroTrack/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/NeuroTrack/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/NeuroTrack/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/NeuroTrack/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/NeuroTrack/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/NeuroTrack/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/NeuroTrack/deployments",
+ "created_at": "2025-03-06T03:45:34Z",
+ "updated_at": "2026-06-19T14:50:27Z",
+ "pushed_at": "2026-03-08T04:23:49Z",
+ "git_url": "git://github.com/AOSSIE-Org/NeuroTrack.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/NeuroTrack.git",
+ "clone_url": "https://github.com/AOSSIE-Org/NeuroTrack.git",
+ "svn_url": "https://github.com/AOSSIE-Org/NeuroTrack",
+ "homepage": null,
+ "size": 1980,
+ "stargazers_count": 29,
+ "watchers_count": 29,
+ "language": "Dart",
+ "has_issues": true,
+ "has_projects": true,
+ "has_downloads": true,
+ "has_wiki": true,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 51,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 83,
+ "license": {
+ "key": "other",
+ "name": "Other",
+ "spdx_id": "NOASSERTION",
+ "url": null,
+ "node_id": "MDc6TGljZW5zZTA="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 51,
+ "open_issues": 83,
+ "watchers": 29,
+ "default_branch": "main",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 934193926,
+ "node_id": "R_kgDON66rBg",
+ "name": "BabyNest",
+ "full_name": "AOSSIE-Org/BabyNest",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/BabyNest",
+ "description": null,
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/BabyNest",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/BabyNest/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/BabyNest/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/BabyNest/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/BabyNest/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/BabyNest/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/BabyNest/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/BabyNest/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/BabyNest/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/BabyNest/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/BabyNest/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/BabyNest/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/BabyNest/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/BabyNest/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/BabyNest/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/BabyNest/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/BabyNest/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/BabyNest/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/BabyNest/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/BabyNest/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/BabyNest/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/BabyNest/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/BabyNest/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/BabyNest/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/BabyNest/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/BabyNest/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/BabyNest/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/BabyNest/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/BabyNest/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/BabyNest/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/BabyNest/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/BabyNest/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/BabyNest/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/BabyNest/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/BabyNest/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/BabyNest/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/BabyNest/deployments",
+ "created_at": "2025-02-17T12:34:00Z",
+ "updated_at": "2026-06-19T14:50:16Z",
+ "pushed_at": "2026-03-02T17:25:05Z",
+ "git_url": "git://github.com/AOSSIE-Org/BabyNest.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/BabyNest.git",
+ "clone_url": "https://github.com/AOSSIE-Org/BabyNest.git",
+ "svn_url": "https://github.com/AOSSIE-Org/BabyNest",
+ "homepage": null,
+ "size": 8784,
+ "stargazers_count": 56,
+ "watchers_count": 56,
+ "language": "JavaScript",
+ "has_issues": true,
+ "has_projects": true,
+ "has_downloads": true,
+ "has_wiki": true,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 122,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 112,
+ "license": {
+ "key": "gpl-3.0",
+ "name": "GNU General Public License v3.0",
+ "spdx_id": "GPL-3.0",
+ "url": "https://api.github.com/licenses/gpl-3.0",
+ "node_id": "MDc6TGljZW5zZTk="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 122,
+ "open_issues": 112,
+ "watchers": 56,
+ "default_branch": "main",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 932228678,
+ "node_id": "R_kgDON5CuRg",
+ "name": "Perspective",
+ "full_name": "AOSSIE-Org/Perspective",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/Perspective",
+ "description": "Perspective analyzes your news or social feed and presents credible counter-narratives from reliable sources—helping you think critically, reduce bias, and see the full picture. Don’t settle for one-sided stories. Get complete, nuanced facts.",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/Perspective",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/Perspective/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/Perspective/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/Perspective/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/Perspective/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/Perspective/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/Perspective/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/Perspective/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/Perspective/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/Perspective/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/Perspective/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/Perspective/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/Perspective/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/Perspective/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/Perspective/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/Perspective/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/Perspective/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/Perspective/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/Perspective/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/Perspective/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/Perspective/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/Perspective/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/Perspective/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/Perspective/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/Perspective/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/Perspective/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/Perspective/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/Perspective/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/Perspective/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/Perspective/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/Perspective/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/Perspective/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/Perspective/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/Perspective/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/Perspective/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/Perspective/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/Perspective/deployments",
+ "created_at": "2025-02-13T15:24:14Z",
+ "updated_at": "2026-06-19T14:50:07Z",
+ "pushed_at": "2026-02-11T19:13:38Z",
+ "git_url": "git://github.com/AOSSIE-Org/Perspective.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/Perspective.git",
+ "clone_url": "https://github.com/AOSSIE-Org/Perspective.git",
+ "svn_url": "https://github.com/AOSSIE-Org/Perspective",
+ "homepage": "https://perspective-aossie.vercel.app/",
+ "size": 730,
+ "stargazers_count": 50,
+ "watchers_count": 50,
+ "language": "TypeScript",
+ "has_issues": true,
+ "has_projects": true,
+ "has_downloads": true,
+ "has_wiki": true,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 78,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 43,
+ "license": {
+ "key": "mit",
+ "name": "MIT License",
+ "spdx_id": "MIT",
+ "url": "https://api.github.com/licenses/mit",
+ "node_id": "MDc6TGljZW5zZTEz"
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [
+ "agentic-ai",
+ "bias-detection",
+ "fact-checking",
+ "langchain",
+ "langgraph",
+ "news-aggregation"
+ ],
+ "visibility": "public",
+ "forks": 78,
+ "open_issues": 43,
+ "watchers": 50,
+ "default_branch": "main",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 853655620,
+ "node_id": "R_kgDOMuHARA",
+ "name": "SciKitLearn-Rust",
+ "full_name": "AOSSIE-Org/SciKitLearn-Rust",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/SciKitLearn-Rust",
+ "description": null,
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/SciKitLearn-Rust",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/SciKitLearn-Rust/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/SciKitLearn-Rust/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/SciKitLearn-Rust/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/SciKitLearn-Rust/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/SciKitLearn-Rust/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/SciKitLearn-Rust/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/SciKitLearn-Rust/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/SciKitLearn-Rust/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/SciKitLearn-Rust/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/SciKitLearn-Rust/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/SciKitLearn-Rust/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/SciKitLearn-Rust/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/SciKitLearn-Rust/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/SciKitLearn-Rust/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/SciKitLearn-Rust/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/SciKitLearn-Rust/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/SciKitLearn-Rust/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/SciKitLearn-Rust/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/SciKitLearn-Rust/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/SciKitLearn-Rust/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/SciKitLearn-Rust/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/SciKitLearn-Rust/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/SciKitLearn-Rust/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/SciKitLearn-Rust/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/SciKitLearn-Rust/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/SciKitLearn-Rust/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/SciKitLearn-Rust/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/SciKitLearn-Rust/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/SciKitLearn-Rust/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/SciKitLearn-Rust/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/SciKitLearn-Rust/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/SciKitLearn-Rust/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/SciKitLearn-Rust/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/SciKitLearn-Rust/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/SciKitLearn-Rust/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/SciKitLearn-Rust/deployments",
+ "created_at": "2024-09-07T06:39:24Z",
+ "updated_at": "2026-06-19T14:49:59Z",
+ "pushed_at": "2026-02-11T19:11:44Z",
+ "git_url": "git://github.com/AOSSIE-Org/SciKitLearn-Rust.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/SciKitLearn-Rust.git",
+ "clone_url": "https://github.com/AOSSIE-Org/SciKitLearn-Rust.git",
+ "svn_url": "https://github.com/AOSSIE-Org/SciKitLearn-Rust",
+ "homepage": null,
+ "size": 16,
+ "stargazers_count": 7,
+ "watchers_count": 7,
+ "language": null,
+ "has_issues": true,
+ "has_projects": true,
+ "has_downloads": true,
+ "has_wiki": true,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 1,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 0,
+ "license": {
+ "key": "gpl-3.0",
+ "name": "GNU General Public License v3.0",
+ "spdx_id": "GPL-3.0",
+ "url": "https://api.github.com/licenses/gpl-3.0",
+ "node_id": "MDc6TGljZW5zZTk="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 1,
+ "open_issues": 0,
+ "watchers": 7,
+ "default_branch": "main",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 755442793,
+ "node_id": "R_kgDOLQckaQ",
+ "name": "Website",
+ "full_name": "AOSSIE-Org/Website",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/Website",
+ "description": "AOSSIE Offical Website",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/Website",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/Website/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/Website/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/Website/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/Website/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/Website/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/Website/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/Website/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/Website/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/Website/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/Website/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/Website/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/Website/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/Website/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/Website/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/Website/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/Website/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/Website/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/Website/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/Website/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/Website/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/Website/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/Website/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/Website/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/Website/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/Website/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/Website/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/Website/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/Website/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/Website/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/Website/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/Website/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/Website/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/Website/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/Website/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/Website/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/Website/deployments",
+ "created_at": "2024-02-10T08:04:16Z",
+ "updated_at": "2026-06-19T14:49:49Z",
+ "pushed_at": "2026-05-25T03:43:58Z",
+ "git_url": "git://github.com/AOSSIE-Org/Website.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/Website.git",
+ "clone_url": "https://github.com/AOSSIE-Org/Website.git",
+ "svn_url": "https://github.com/AOSSIE-Org/Website",
+ "homepage": "https://aossie.org/",
+ "size": 6472,
+ "stargazers_count": 97,
+ "watchers_count": 97,
+ "language": "JavaScript",
+ "has_issues": true,
+ "has_projects": true,
+ "has_downloads": true,
+ "has_wiki": false,
+ "has_pages": true,
+ "has_discussions": false,
+ "forks_count": 374,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 11,
+ "license": {
+ "key": "mit",
+ "name": "MIT License",
+ "spdx_id": "MIT",
+ "url": "https://api.github.com/licenses/mit",
+ "node_id": "MDc6TGljZW5zZTEz"
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 374,
+ "open_issues": 11,
+ "watchers": 97,
+ "default_branch": "main",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 748767623,
+ "node_id": "R_kgDOLKFJhw",
+ "name": "Agora-Blockchain",
+ "full_name": "AOSSIE-Org/Agora-Blockchain",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/Agora-Blockchain",
+ "description": null,
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/Agora-Blockchain",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Blockchain/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Blockchain/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Blockchain/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Blockchain/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Blockchain/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Blockchain/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Blockchain/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Blockchain/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Blockchain/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Blockchain/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Blockchain/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Blockchain/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Blockchain/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Blockchain/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Blockchain/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Blockchain/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Blockchain/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Blockchain/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Blockchain/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Blockchain/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Blockchain/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Blockchain/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Blockchain/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Blockchain/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Blockchain/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Blockchain/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Blockchain/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Blockchain/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Blockchain/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Blockchain/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Blockchain/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Blockchain/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Blockchain/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Blockchain/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Blockchain/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Blockchain/deployments",
+ "created_at": "2024-01-26T18:10:06Z",
+ "updated_at": "2026-06-19T14:49:47Z",
+ "pushed_at": "2026-02-11T19:18:25Z",
+ "git_url": "git://github.com/AOSSIE-Org/Agora-Blockchain.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/Agora-Blockchain.git",
+ "clone_url": "https://github.com/AOSSIE-Org/Agora-Blockchain.git",
+ "svn_url": "https://github.com/AOSSIE-Org/Agora-Blockchain",
+ "homepage": "",
+ "size": 31494,
+ "stargazers_count": 98,
+ "watchers_count": 98,
+ "language": "JavaScript",
+ "has_issues": true,
+ "has_projects": true,
+ "has_downloads": true,
+ "has_wiki": true,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 192,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 97,
+ "license": {
+ "key": "other",
+ "name": "Other",
+ "spdx_id": "NOASSERTION",
+ "url": null,
+ "node_id": "MDc6TGljZW5zZTA="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 192,
+ "open_issues": 97,
+ "watchers": 98,
+ "default_branch": "main",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 705137920,
+ "node_id": "R_kgDOKgeNAA",
+ "name": "Resonate-Website",
+ "full_name": "AOSSIE-Org/Resonate-Website",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/Resonate-Website",
+ "description": "Resonate Landing Page",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Website",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Website/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Website/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Website/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Website/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Website/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Website/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Website/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Website/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Website/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Website/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Website/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Website/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Website/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Website/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Website/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Website/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Website/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Website/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Website/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Website/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Website/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Website/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Website/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Website/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Website/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Website/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Website/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Website/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Website/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Website/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Website/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Website/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Website/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Website/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Website/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/Resonate-Website/deployments",
+ "created_at": "2023-10-15T06:13:28Z",
+ "updated_at": "2026-06-19T14:49:46Z",
+ "pushed_at": "2026-07-01T05:26:35Z",
+ "git_url": "git://github.com/AOSSIE-Org/Resonate-Website.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/Resonate-Website.git",
+ "clone_url": "https://github.com/AOSSIE-Org/Resonate-Website.git",
+ "svn_url": "https://github.com/AOSSIE-Org/Resonate-Website",
+ "homepage": "http://resonate.aossie.org/",
+ "size": 5624,
+ "stargazers_count": 45,
+ "watchers_count": 45,
+ "language": "JavaScript",
+ "has_issues": true,
+ "has_projects": true,
+ "has_downloads": true,
+ "has_wiki": true,
+ "has_pages": true,
+ "has_discussions": false,
+ "forks_count": 152,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 49,
+ "license": {
+ "key": "other",
+ "name": "Other",
+ "spdx_id": "NOASSERTION",
+ "url": null,
+ "node_id": "MDc6TGljZW5zZTA="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 152,
+ "open_issues": 49,
+ "watchers": 45,
+ "default_branch": "main",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 698223452,
+ "node_id": "R_kgDOKZ4LXA",
+ "name": "P2PRelay",
+ "full_name": "AOSSIE-Org/P2PRelay",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/P2PRelay",
+ "description": null,
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/P2PRelay",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/P2PRelay/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/P2PRelay/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/P2PRelay/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/P2PRelay/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/P2PRelay/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/P2PRelay/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/P2PRelay/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/P2PRelay/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/P2PRelay/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/P2PRelay/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/P2PRelay/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/P2PRelay/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/P2PRelay/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/P2PRelay/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/P2PRelay/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/P2PRelay/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/P2PRelay/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/P2PRelay/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/P2PRelay/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/P2PRelay/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/P2PRelay/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/P2PRelay/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/P2PRelay/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/P2PRelay/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/P2PRelay/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/P2PRelay/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/P2PRelay/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/P2PRelay/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/P2PRelay/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/P2PRelay/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/P2PRelay/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/P2PRelay/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/P2PRelay/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/P2PRelay/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/P2PRelay/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/P2PRelay/deployments",
+ "created_at": "2023-09-29T12:42:07Z",
+ "updated_at": "2026-06-19T14:49:45Z",
+ "pushed_at": "2026-02-11T19:10:54Z",
+ "git_url": "git://github.com/AOSSIE-Org/P2PRelay.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/P2PRelay.git",
+ "clone_url": "https://github.com/AOSSIE-Org/P2PRelay.git",
+ "svn_url": "https://github.com/AOSSIE-Org/P2PRelay",
+ "homepage": null,
+ "size": 6,
+ "stargazers_count": 6,
+ "watchers_count": 6,
+ "language": null,
+ "has_issues": true,
+ "has_projects": true,
+ "has_downloads": true,
+ "has_wiki": true,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 1,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 0,
+ "license": {
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "spdx_id": "Apache-2.0",
+ "url": "https://api.github.com/licenses/apache-2.0",
+ "node_id": "MDc6TGljZW5zZTI="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 1,
+ "open_issues": 0,
+ "watchers": 6,
+ "default_branch": "main",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 658198798,
+ "node_id": "R_kgDOJztRDg",
+ "name": "social-street-smart-api",
+ "full_name": "AOSSIE-Org/social-street-smart-api",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/social-street-smart-api",
+ "description": null,
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/social-street-smart-api",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/social-street-smart-api/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/social-street-smart-api/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/social-street-smart-api/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/social-street-smart-api/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/social-street-smart-api/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/social-street-smart-api/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/social-street-smart-api/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/social-street-smart-api/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/social-street-smart-api/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/social-street-smart-api/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/social-street-smart-api/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/social-street-smart-api/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/social-street-smart-api/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/social-street-smart-api/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/social-street-smart-api/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/social-street-smart-api/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/social-street-smart-api/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/social-street-smart-api/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/social-street-smart-api/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/social-street-smart-api/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/social-street-smart-api/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/social-street-smart-api/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/social-street-smart-api/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/social-street-smart-api/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/social-street-smart-api/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/social-street-smart-api/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/social-street-smart-api/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/social-street-smart-api/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/social-street-smart-api/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/social-street-smart-api/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/social-street-smart-api/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/social-street-smart-api/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/social-street-smart-api/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/social-street-smart-api/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/social-street-smart-api/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/social-street-smart-api/deployments",
+ "created_at": "2023-06-25T04:30:09Z",
+ "updated_at": "2026-06-19T14:49:43Z",
+ "pushed_at": "2023-06-25T04:30:10Z",
+ "git_url": "git://github.com/AOSSIE-Org/social-street-smart-api.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/social-street-smart-api.git",
+ "clone_url": "https://github.com/AOSSIE-Org/social-street-smart-api.git",
+ "svn_url": "https://github.com/AOSSIE-Org/social-street-smart-api",
+ "homepage": null,
+ "size": 0,
+ "stargazers_count": 5,
+ "watchers_count": 5,
+ "language": null,
+ "has_issues": true,
+ "has_projects": true,
+ "has_downloads": true,
+ "has_wiki": true,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 0,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 0,
+ "license": null,
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 0,
+ "open_issues": 0,
+ "watchers": 5,
+ "default_branch": "main",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 646337857,
+ "node_id": "R_kgDOJoZVQQ",
+ "name": "EduAid",
+ "full_name": "AOSSIE-Org/EduAid",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/EduAid",
+ "description": "A tool that can auto-generate short quizzes on the basis of the content provided.",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/EduAid",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/EduAid/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/EduAid/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/EduAid/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/EduAid/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/EduAid/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/EduAid/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/EduAid/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/EduAid/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/EduAid/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/EduAid/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/EduAid/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/EduAid/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/EduAid/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/EduAid/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/EduAid/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/EduAid/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/EduAid/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/EduAid/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/EduAid/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/EduAid/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/EduAid/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/EduAid/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/EduAid/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/EduAid/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/EduAid/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/EduAid/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/EduAid/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/EduAid/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/EduAid/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/EduAid/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/EduAid/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/EduAid/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/EduAid/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/EduAid/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/EduAid/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/EduAid/deployments",
+ "created_at": "2023-05-28T04:10:38Z",
+ "updated_at": "2026-06-19T14:49:42Z",
+ "pushed_at": "2026-03-17T19:03:24Z",
+ "git_url": "git://github.com/AOSSIE-Org/EduAid.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/EduAid.git",
+ "clone_url": "https://github.com/AOSSIE-Org/EduAid.git",
+ "svn_url": "https://github.com/AOSSIE-Org/EduAid",
+ "homepage": null,
+ "size": 13005,
+ "stargazers_count": 172,
+ "watchers_count": 172,
+ "language": "JavaScript",
+ "has_issues": true,
+ "has_projects": true,
+ "has_downloads": true,
+ "has_wiki": true,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 427,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 452,
+ "license": {
+ "key": "gpl-3.0",
+ "name": "GNU General Public License v3.0",
+ "spdx_id": "GPL-3.0",
+ "url": "https://api.github.com/licenses/gpl-3.0",
+ "node_id": "MDc6TGljZW5zZTk="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 427,
+ "open_issues": 452,
+ "watchers": 172,
+ "default_branch": "main",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 610777184,
+ "node_id": "R_kgDOJGe4YA",
+ "name": "OpenPeerChat-react-native",
+ "full_name": "AOSSIE-Org/OpenPeerChat-react-native",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/OpenPeerChat-react-native",
+ "description": null,
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-react-native",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-react-native/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-react-native/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-react-native/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-react-native/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-react-native/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-react-native/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-react-native/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-react-native/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-react-native/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-react-native/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-react-native/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-react-native/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-react-native/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-react-native/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-react-native/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-react-native/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-react-native/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-react-native/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-react-native/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-react-native/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-react-native/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-react-native/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-react-native/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-react-native/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-react-native/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-react-native/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-react-native/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-react-native/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-react-native/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-react-native/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-react-native/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-react-native/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-react-native/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-react-native/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-react-native/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-react-native/deployments",
+ "created_at": "2023-03-07T13:13:48Z",
+ "updated_at": "2026-06-19T14:49:40Z",
+ "pushed_at": "2026-02-11T19:10:28Z",
+ "git_url": "git://github.com/AOSSIE-Org/OpenPeerChat-react-native.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/OpenPeerChat-react-native.git",
+ "clone_url": "https://github.com/AOSSIE-Org/OpenPeerChat-react-native.git",
+ "svn_url": "https://github.com/AOSSIE-Org/OpenPeerChat-react-native",
+ "homepage": null,
+ "size": 40779,
+ "stargazers_count": 7,
+ "watchers_count": 7,
+ "language": "JavaScript",
+ "has_issues": true,
+ "has_projects": true,
+ "has_downloads": true,
+ "has_wiki": true,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 5,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 6,
+ "license": {
+ "key": "agpl-3.0",
+ "name": "GNU Affero General Public License v3.0",
+ "spdx_id": "AGPL-3.0",
+ "url": "https://api.github.com/licenses/agpl-3.0",
+ "node_id": "MDc6TGljZW5zZTE="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 5,
+ "open_issues": 6,
+ "watchers": 7,
+ "default_branch": "main",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 610775967,
+ "node_id": "R_kgDOJGeznw",
+ "name": "OpenPeerChat-flutter",
+ "full_name": "AOSSIE-Org/OpenPeerChat-flutter",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/OpenPeerChat-flutter",
+ "description": null,
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-flutter",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-flutter/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-flutter/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-flutter/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-flutter/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-flutter/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-flutter/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-flutter/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-flutter/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-flutter/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-flutter/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-flutter/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-flutter/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-flutter/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-flutter/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-flutter/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-flutter/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-flutter/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-flutter/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-flutter/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-flutter/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-flutter/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-flutter/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-flutter/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-flutter/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-flutter/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-flutter/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-flutter/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-flutter/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-flutter/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-flutter/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-flutter/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-flutter/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-flutter/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-flutter/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-flutter/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/OpenPeerChat-flutter/deployments",
+ "created_at": "2023-03-07T13:11:02Z",
+ "updated_at": "2026-06-19T14:49:39Z",
+ "pushed_at": "2026-02-11T19:12:26Z",
+ "git_url": "git://github.com/AOSSIE-Org/OpenPeerChat-flutter.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/OpenPeerChat-flutter.git",
+ "clone_url": "https://github.com/AOSSIE-Org/OpenPeerChat-flutter.git",
+ "svn_url": "https://github.com/AOSSIE-Org/OpenPeerChat-flutter",
+ "homepage": null,
+ "size": 261911,
+ "stargazers_count": 31,
+ "watchers_count": 31,
+ "language": "Dart",
+ "has_issues": true,
+ "has_projects": true,
+ "has_downloads": true,
+ "has_wiki": true,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 54,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 24,
+ "license": {
+ "key": "agpl-3.0",
+ "name": "GNU Affero General Public License v3.0",
+ "spdx_id": "AGPL-3.0",
+ "url": "https://api.github.com/licenses/agpl-3.0",
+ "node_id": "MDc6TGljZW5zZTE="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 54,
+ "open_issues": 24,
+ "watchers": 31,
+ "default_branch": "main",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 609859106,
+ "node_id": "R_kgDOJFm2Ig",
+ "name": "Monumento",
+ "full_name": "AOSSIE-Org/Monumento",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/Monumento",
+ "description": "Monumento: Share, connect, and explore landmarks with AR",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/Monumento",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/Monumento/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/Monumento/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/Monumento/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/Monumento/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/Monumento/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/Monumento/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/Monumento/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/Monumento/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/Monumento/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/Monumento/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/Monumento/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/Monumento/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/Monumento/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/Monumento/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/Monumento/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/Monumento/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/Monumento/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/Monumento/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/Monumento/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/Monumento/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/Monumento/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/Monumento/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/Monumento/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/Monumento/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/Monumento/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/Monumento/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/Monumento/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/Monumento/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/Monumento/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/Monumento/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/Monumento/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/Monumento/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/Monumento/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/Monumento/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/Monumento/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/Monumento/deployments",
+ "created_at": "2023-03-05T13:08:30Z",
+ "updated_at": "2026-06-19T14:49:38Z",
+ "pushed_at": "2026-02-11T19:15:28Z",
+ "git_url": "git://github.com/AOSSIE-Org/Monumento.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/Monumento.git",
+ "clone_url": "https://github.com/AOSSIE-Org/Monumento.git",
+ "svn_url": "https://github.com/AOSSIE-Org/Monumento",
+ "homepage": "",
+ "size": 226751,
+ "stargazers_count": 55,
+ "watchers_count": 55,
+ "language": "Dart",
+ "has_issues": true,
+ "has_projects": true,
+ "has_downloads": true,
+ "has_wiki": true,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 81,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 30,
+ "license": {
+ "key": "gpl-3.0",
+ "name": "GNU General Public License v3.0",
+ "spdx_id": "GPL-3.0",
+ "url": "https://api.github.com/licenses/gpl-3.0",
+ "node_id": "MDc6TGljZW5zZTk="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [
+ "flutter",
+ "gsoc-2024",
+ "mobile-app"
+ ],
+ "visibility": "public",
+ "forks": 81,
+ "open_issues": 30,
+ "watchers": 55,
+ "default_branch": "develop",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 266774058,
+ "node_id": "MDEwOlJlcG9zaXRvcnkyNjY3NzQwNTg=",
+ "name": "Agora-iOS",
+ "full_name": "AOSSIE-Org/Agora-iOS",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/Agora-iOS",
+ "description": "Mirror of the Agora-iOSProject",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/Agora-iOS",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/Agora-iOS/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/Agora-iOS/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/Agora-iOS/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/Agora-iOS/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/Agora-iOS/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/Agora-iOS/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/Agora-iOS/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/Agora-iOS/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/Agora-iOS/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/Agora-iOS/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/Agora-iOS/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/Agora-iOS/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/Agora-iOS/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/Agora-iOS/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/Agora-iOS/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/Agora-iOS/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/Agora-iOS/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/Agora-iOS/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/Agora-iOS/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/Agora-iOS/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/Agora-iOS/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/Agora-iOS/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/Agora-iOS/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/Agora-iOS/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/Agora-iOS/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/Agora-iOS/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/Agora-iOS/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/Agora-iOS/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/Agora-iOS/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/Agora-iOS/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/Agora-iOS/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/Agora-iOS/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/Agora-iOS/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/Agora-iOS/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/Agora-iOS/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/Agora-iOS/deployments",
+ "created_at": "2020-05-25T12:31:53Z",
+ "updated_at": "2026-06-19T14:49:37Z",
+ "pushed_at": "2026-02-11T19:08:26Z",
+ "git_url": "git://github.com/AOSSIE-Org/Agora-iOS.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/Agora-iOS.git",
+ "clone_url": "https://github.com/AOSSIE-Org/Agora-iOS.git",
+ "svn_url": "https://github.com/AOSSIE-Org/Agora-iOS",
+ "homepage": "https://gitlab.com/aossie/agora-ios",
+ "size": 11942,
+ "stargazers_count": 8,
+ "watchers_count": 8,
+ "language": "Swift",
+ "has_issues": false,
+ "has_projects": false,
+ "has_downloads": true,
+ "has_wiki": false,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 4,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 0,
+ "license": {
+ "key": "gpl-3.0",
+ "name": "GNU General Public License v3.0",
+ "spdx_id": "GPL-3.0",
+ "url": "https://api.github.com/licenses/gpl-3.0",
+ "node_id": "MDc6TGljZW5zZTk="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 4,
+ "open_issues": 0,
+ "watchers": 8,
+ "default_branch": "master",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 265294749,
+ "node_id": "MDEwOlJlcG9zaXRvcnkyNjUyOTQ3NDk=",
+ "name": ".github",
+ "full_name": "AOSSIE-Org/.github",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/.github",
+ "description": null,
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/.github",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/.github/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/.github/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/.github/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/.github/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/.github/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/.github/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/.github/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/.github/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/.github/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/.github/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/.github/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/.github/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/.github/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/.github/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/.github/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/.github/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/.github/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/.github/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/.github/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/.github/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/.github/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/.github/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/.github/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/.github/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/.github/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/.github/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/.github/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/.github/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/.github/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/.github/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/.github/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/.github/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/.github/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/.github/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/.github/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/.github/deployments",
+ "created_at": "2020-05-19T16:01:42Z",
+ "updated_at": "2026-06-19T14:49:36Z",
+ "pushed_at": "2026-03-08T04:08:22Z",
+ "git_url": "git://github.com/AOSSIE-Org/.github.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/.github.git",
+ "clone_url": "https://github.com/AOSSIE-Org/.github.git",
+ "svn_url": "https://github.com/AOSSIE-Org/.github",
+ "homepage": null,
+ "size": 30,
+ "stargazers_count": 7,
+ "watchers_count": 7,
+ "language": null,
+ "has_issues": true,
+ "has_projects": true,
+ "has_downloads": true,
+ "has_wiki": true,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 2,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 2,
+ "license": null,
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 2,
+ "open_issues": 2,
+ "watchers": 7,
+ "default_branch": "master",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 186996514,
+ "node_id": "MDEwOlJlcG9zaXRvcnkxODY5OTY1MTQ=",
+ "name": "Skeptik",
+ "full_name": "AOSSIE-Org/Skeptik",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/Skeptik",
+ "description": "Mirror of the Skeptik Project ",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/Skeptik",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/Skeptik/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/Skeptik/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/Skeptik/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/Skeptik/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/Skeptik/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/Skeptik/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/Skeptik/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/Skeptik/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/Skeptik/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/Skeptik/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/Skeptik/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/Skeptik/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/Skeptik/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/Skeptik/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/Skeptik/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/Skeptik/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/Skeptik/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/Skeptik/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/Skeptik/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/Skeptik/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/Skeptik/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/Skeptik/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/Skeptik/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/Skeptik/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/Skeptik/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/Skeptik/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/Skeptik/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/Skeptik/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/Skeptik/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/Skeptik/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/Skeptik/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/Skeptik/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/Skeptik/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/Skeptik/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/Skeptik/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/Skeptik/deployments",
+ "created_at": "2019-05-16T09:29:49Z",
+ "updated_at": "2026-06-19T14:49:35Z",
+ "pushed_at": "2026-02-11T19:06:28Z",
+ "git_url": "git://github.com/AOSSIE-Org/Skeptik.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/Skeptik.git",
+ "clone_url": "https://github.com/AOSSIE-Org/Skeptik.git",
+ "svn_url": "https://github.com/AOSSIE-Org/Skeptik",
+ "homepage": "https://gitlab.com/aossie/Skeptik",
+ "size": 56110,
+ "stargazers_count": 6,
+ "watchers_count": 6,
+ "language": "SMT",
+ "has_issues": false,
+ "has_projects": false,
+ "has_downloads": true,
+ "has_wiki": false,
+ "has_pages": true,
+ "has_discussions": false,
+ "forks_count": 1,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 0,
+ "license": {
+ "key": "other",
+ "name": "Other",
+ "spdx_id": "NOASSERTION",
+ "url": null,
+ "node_id": "MDc6TGljZW5zZTA="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 1,
+ "open_issues": 0,
+ "watchers": 6,
+ "default_branch": "master",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 186996287,
+ "node_id": "MDEwOlJlcG9zaXRvcnkxODY5OTYyODc=",
+ "name": "MindTheWord-Mobile",
+ "full_name": "AOSSIE-Org/MindTheWord-Mobile",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/MindTheWord-Mobile",
+ "description": "Mirror of the MindTheWord-Mobile Project ",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord-Mobile",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord-Mobile/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord-Mobile/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord-Mobile/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord-Mobile/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord-Mobile/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord-Mobile/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord-Mobile/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord-Mobile/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord-Mobile/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord-Mobile/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord-Mobile/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord-Mobile/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord-Mobile/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord-Mobile/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord-Mobile/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord-Mobile/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord-Mobile/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord-Mobile/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord-Mobile/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord-Mobile/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord-Mobile/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord-Mobile/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord-Mobile/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord-Mobile/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord-Mobile/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord-Mobile/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord-Mobile/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord-Mobile/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord-Mobile/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord-Mobile/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord-Mobile/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord-Mobile/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord-Mobile/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord-Mobile/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord-Mobile/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord-Mobile/deployments",
+ "created_at": "2019-05-16T09:28:36Z",
+ "updated_at": "2026-06-19T14:49:29Z",
+ "pushed_at": "2026-02-11T19:06:20Z",
+ "git_url": "git://github.com/AOSSIE-Org/MindTheWord-Mobile.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/MindTheWord-Mobile.git",
+ "clone_url": "https://github.com/AOSSIE-Org/MindTheWord-Mobile.git",
+ "svn_url": "https://github.com/AOSSIE-Org/MindTheWord-Mobile",
+ "homepage": "https://gitlab.com/aossie/MindTheWord-Mobile",
+ "size": 7202,
+ "stargazers_count": 6,
+ "watchers_count": 6,
+ "language": "TypeScript",
+ "has_issues": false,
+ "has_projects": false,
+ "has_downloads": true,
+ "has_wiki": false,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 1,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 0,
+ "license": {
+ "key": "other",
+ "name": "Other",
+ "spdx_id": "NOASSERTION",
+ "url": null,
+ "node_id": "MDc6TGljZW5zZTA="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 1,
+ "open_issues": 0,
+ "watchers": 6,
+ "default_branch": "master",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 186993489,
+ "node_id": "MDEwOlJlcG9zaXRvcnkxODY5OTM0ODk=",
+ "name": "Scavenger",
+ "full_name": "AOSSIE-Org/Scavenger",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/Scavenger",
+ "description": "Mirror of the Scavenger Project ",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/Scavenger",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/Scavenger/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/Scavenger/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/Scavenger/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/Scavenger/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/Scavenger/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/Scavenger/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/Scavenger/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/Scavenger/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/Scavenger/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/Scavenger/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/Scavenger/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/Scavenger/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/Scavenger/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/Scavenger/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/Scavenger/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/Scavenger/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/Scavenger/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/Scavenger/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/Scavenger/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/Scavenger/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/Scavenger/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/Scavenger/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/Scavenger/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/Scavenger/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/Scavenger/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/Scavenger/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/Scavenger/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/Scavenger/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/Scavenger/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/Scavenger/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/Scavenger/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/Scavenger/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/Scavenger/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/Scavenger/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/Scavenger/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/Scavenger/deployments",
+ "created_at": "2019-05-16T09:13:24Z",
+ "updated_at": "2026-06-19T14:49:28Z",
+ "pushed_at": "2026-02-11T19:06:11Z",
+ "git_url": "git://github.com/AOSSIE-Org/Scavenger.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/Scavenger.git",
+ "clone_url": "https://github.com/AOSSIE-Org/Scavenger.git",
+ "svn_url": "https://github.com/AOSSIE-Org/Scavenger",
+ "homepage": "https://gitlab.com/aossie/Scavenger",
+ "size": 23796,
+ "stargazers_count": 6,
+ "watchers_count": 6,
+ "language": "SMT",
+ "has_issues": false,
+ "has_projects": false,
+ "has_downloads": true,
+ "has_wiki": false,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 1,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 0,
+ "license": {
+ "key": "other",
+ "name": "Other",
+ "spdx_id": "NOASSERTION",
+ "url": null,
+ "node_id": "MDc6TGljZW5zZTA="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 1,
+ "open_issues": 0,
+ "watchers": 6,
+ "default_branch": "master",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 186993251,
+ "node_id": "MDEwOlJlcG9zaXRvcnkxODY5OTMyNTE=",
+ "name": "AOSSIE-Blogs",
+ "full_name": "AOSSIE-Org/AOSSIE-Blogs",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/AOSSIE-Blogs",
+ "description": "Mirror of the AOSSIE-Blogs Project ",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/AOSSIE-Blogs",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/AOSSIE-Blogs/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/AOSSIE-Blogs/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/AOSSIE-Blogs/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/AOSSIE-Blogs/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/AOSSIE-Blogs/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/AOSSIE-Blogs/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/AOSSIE-Blogs/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/AOSSIE-Blogs/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/AOSSIE-Blogs/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/AOSSIE-Blogs/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/AOSSIE-Blogs/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/AOSSIE-Blogs/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/AOSSIE-Blogs/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/AOSSIE-Blogs/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/AOSSIE-Blogs/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/AOSSIE-Blogs/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/AOSSIE-Blogs/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/AOSSIE-Blogs/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/AOSSIE-Blogs/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/AOSSIE-Blogs/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/AOSSIE-Blogs/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/AOSSIE-Blogs/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/AOSSIE-Blogs/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/AOSSIE-Blogs/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/AOSSIE-Blogs/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/AOSSIE-Blogs/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/AOSSIE-Blogs/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/AOSSIE-Blogs/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/AOSSIE-Blogs/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/AOSSIE-Blogs/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/AOSSIE-Blogs/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/AOSSIE-Blogs/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/AOSSIE-Blogs/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/AOSSIE-Blogs/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/AOSSIE-Blogs/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/AOSSIE-Blogs/deployments",
+ "created_at": "2019-05-16T09:12:17Z",
+ "updated_at": "2026-06-19T14:49:24Z",
+ "pushed_at": "2026-02-11T19:09:18Z",
+ "git_url": "git://github.com/AOSSIE-Org/AOSSIE-Blogs.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/AOSSIE-Blogs.git",
+ "clone_url": "https://github.com/AOSSIE-Org/AOSSIE-Blogs.git",
+ "svn_url": "https://github.com/AOSSIE-Org/AOSSIE-Blogs",
+ "homepage": "https://gitlab.com/aossie/aossie-blogs",
+ "size": 1132,
+ "stargazers_count": 6,
+ "watchers_count": 6,
+ "language": "SCSS",
+ "has_issues": false,
+ "has_projects": false,
+ "has_downloads": true,
+ "has_wiki": false,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 2,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 1,
+ "license": {
+ "key": "mit",
+ "name": "MIT License",
+ "spdx_id": "MIT",
+ "url": "https://api.github.com/licenses/mit",
+ "node_id": "MDc6TGljZW5zZTEz"
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 2,
+ "open_issues": 1,
+ "watchers": 6,
+ "default_branch": "master",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 186992913,
+ "node_id": "MDEwOlJlcG9zaXRvcnkxODY5OTI5MTM=",
+ "name": "Sensala",
+ "full_name": "AOSSIE-Org/Sensala",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/Sensala",
+ "description": "Mirror of the Sensala Project ",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/Sensala",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/Sensala/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/Sensala/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/Sensala/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/Sensala/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/Sensala/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/Sensala/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/Sensala/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/Sensala/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/Sensala/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/Sensala/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/Sensala/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/Sensala/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/Sensala/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/Sensala/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/Sensala/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/Sensala/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/Sensala/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/Sensala/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/Sensala/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/Sensala/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/Sensala/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/Sensala/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/Sensala/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/Sensala/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/Sensala/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/Sensala/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/Sensala/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/Sensala/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/Sensala/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/Sensala/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/Sensala/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/Sensala/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/Sensala/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/Sensala/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/Sensala/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/Sensala/deployments",
+ "created_at": "2019-05-16T09:10:29Z",
+ "updated_at": "2026-06-19T14:49:21Z",
+ "pushed_at": "2026-02-11T19:05:58Z",
+ "git_url": "git://github.com/AOSSIE-Org/Sensala.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/Sensala.git",
+ "clone_url": "https://github.com/AOSSIE-Org/Sensala.git",
+ "svn_url": "https://github.com/AOSSIE-Org/Sensala",
+ "homepage": "https://gitlab.com/aossie/Sensala",
+ "size": 571,
+ "stargazers_count": 6,
+ "watchers_count": 6,
+ "language": "Scala",
+ "has_issues": false,
+ "has_projects": false,
+ "has_downloads": true,
+ "has_wiki": false,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 1,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 0,
+ "license": {
+ "key": "other",
+ "name": "Other",
+ "spdx_id": "NOASSERTION",
+ "url": null,
+ "node_id": "MDc6TGljZW5zZTA="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 1,
+ "open_issues": 0,
+ "watchers": 6,
+ "default_branch": "master",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 186992515,
+ "node_id": "MDEwOlJlcG9zaXRvcnkxODY5OTI1MTU=",
+ "name": "CarbonFootPrint-Alexa",
+ "full_name": "AOSSIE-Org/CarbonFootPrint-Alexa",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/CarbonFootPrint-Alexa",
+ "description": "Mirror of the CarbonFootPrint-Alexa Project ",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootPrint-Alexa",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootPrint-Alexa/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootPrint-Alexa/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootPrint-Alexa/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootPrint-Alexa/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootPrint-Alexa/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootPrint-Alexa/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootPrint-Alexa/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootPrint-Alexa/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootPrint-Alexa/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootPrint-Alexa/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootPrint-Alexa/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootPrint-Alexa/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootPrint-Alexa/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootPrint-Alexa/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootPrint-Alexa/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootPrint-Alexa/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootPrint-Alexa/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootPrint-Alexa/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootPrint-Alexa/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootPrint-Alexa/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootPrint-Alexa/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootPrint-Alexa/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootPrint-Alexa/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootPrint-Alexa/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootPrint-Alexa/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootPrint-Alexa/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootPrint-Alexa/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootPrint-Alexa/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootPrint-Alexa/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootPrint-Alexa/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootPrint-Alexa/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootPrint-Alexa/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootPrint-Alexa/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootPrint-Alexa/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootPrint-Alexa/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootPrint-Alexa/deployments",
+ "created_at": "2019-05-16T09:08:16Z",
+ "updated_at": "2026-06-19T14:49:18Z",
+ "pushed_at": "2026-02-11T19:06:48Z",
+ "git_url": "git://github.com/AOSSIE-Org/CarbonFootPrint-Alexa.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/CarbonFootPrint-Alexa.git",
+ "clone_url": "https://github.com/AOSSIE-Org/CarbonFootPrint-Alexa.git",
+ "svn_url": "https://github.com/AOSSIE-Org/CarbonFootPrint-Alexa",
+ "homepage": "https://gitlab.com/aossie/carbonfootprint-alexa",
+ "size": 429,
+ "stargazers_count": 8,
+ "watchers_count": 8,
+ "language": "JavaScript",
+ "has_issues": false,
+ "has_projects": false,
+ "has_downloads": true,
+ "has_wiki": false,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 1,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 0,
+ "license": {
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "spdx_id": "Apache-2.0",
+ "url": "https://api.github.com/licenses/apache-2.0",
+ "node_id": "MDc6TGljZW5zZTI="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 1,
+ "open_issues": 0,
+ "watchers": 8,
+ "default_branch": "master",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 186839696,
+ "node_id": "MDEwOlJlcG9zaXRvcnkxODY4Mzk2OTY=",
+ "name": "Social-Street-Smart",
+ "full_name": "AOSSIE-Org/Social-Street-Smart",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/Social-Street-Smart",
+ "description": "An Extension to make Internet a safer and a more productive service for the users.",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/Social-Street-Smart",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/Social-Street-Smart/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/Social-Street-Smart/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/Social-Street-Smart/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/Social-Street-Smart/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/Social-Street-Smart/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/Social-Street-Smart/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/Social-Street-Smart/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/Social-Street-Smart/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/Social-Street-Smart/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/Social-Street-Smart/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/Social-Street-Smart/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/Social-Street-Smart/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/Social-Street-Smart/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/Social-Street-Smart/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/Social-Street-Smart/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/Social-Street-Smart/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/Social-Street-Smart/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/Social-Street-Smart/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/Social-Street-Smart/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/Social-Street-Smart/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/Social-Street-Smart/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/Social-Street-Smart/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/Social-Street-Smart/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/Social-Street-Smart/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/Social-Street-Smart/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/Social-Street-Smart/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/Social-Street-Smart/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/Social-Street-Smart/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/Social-Street-Smart/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/Social-Street-Smart/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/Social-Street-Smart/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/Social-Street-Smart/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/Social-Street-Smart/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/Social-Street-Smart/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/Social-Street-Smart/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/Social-Street-Smart/deployments",
+ "created_at": "2019-05-15T14:08:06Z",
+ "updated_at": "2026-06-19T14:49:18Z",
+ "pushed_at": "2026-02-11T19:11:31Z",
+ "git_url": "git://github.com/AOSSIE-Org/Social-Street-Smart.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/Social-Street-Smart.git",
+ "clone_url": "https://github.com/AOSSIE-Org/Social-Street-Smart.git",
+ "svn_url": "https://github.com/AOSSIE-Org/Social-Street-Smart",
+ "homepage": "https://chromewebstore.google.com/detail/social-street-smart/ddjcjpfkmcgpgpjhlmdenmionhbnpagm?hl=ml",
+ "size": 315444,
+ "stargazers_count": 54,
+ "watchers_count": 54,
+ "language": "Jupyter Notebook",
+ "has_issues": true,
+ "has_projects": false,
+ "has_downloads": true,
+ "has_wiki": false,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 98,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 34,
+ "license": {
+ "key": "gpl-3.0",
+ "name": "GNU General Public License v3.0",
+ "spdx_id": "GPL-3.0",
+ "url": "https://api.github.com/licenses/gpl-3.0",
+ "node_id": "MDc6TGljZW5zZTk="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [
+ "chrome-extension",
+ "deep-learning",
+ "flask",
+ "javascript",
+ "machine-learning",
+ "python",
+ "react",
+ "tensorflow",
+ "typescript"
+ ],
+ "visibility": "public",
+ "forks": 98,
+ "open_issues": 34,
+ "watchers": 54,
+ "default_branch": "master",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 186839293,
+ "node_id": "MDEwOlJlcG9zaXRvcnkxODY4MzkyOTM=",
+ "name": "Agora-Android",
+ "full_name": "AOSSIE-Org/Agora-Android",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/Agora-Android",
+ "description": "Mirror of the Agora-Android Project ",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/Agora-Android",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Android/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Android/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Android/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Android/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Android/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Android/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Android/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Android/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Android/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Android/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Android/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Android/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Android/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Android/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Android/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Android/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Android/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Android/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Android/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Android/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Android/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Android/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Android/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Android/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Android/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Android/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Android/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Android/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Android/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Android/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Android/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Android/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Android/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Android/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Android/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/Agora-Android/deployments",
+ "created_at": "2019-05-15T14:06:08Z",
+ "updated_at": "2026-06-19T14:49:17Z",
+ "pushed_at": "2026-02-11T19:11:08Z",
+ "git_url": "git://github.com/AOSSIE-Org/Agora-Android.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/Agora-Android.git",
+ "clone_url": "https://github.com/AOSSIE-Org/Agora-Android.git",
+ "svn_url": "https://github.com/AOSSIE-Org/Agora-Android",
+ "homepage": "https://gitlab.com/aossie/agora-android",
+ "size": 44253,
+ "stargazers_count": 21,
+ "watchers_count": 21,
+ "language": "Java",
+ "has_issues": true,
+ "has_projects": false,
+ "has_downloads": true,
+ "has_wiki": false,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 47,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 5,
+ "license": {
+ "key": "gpl-3.0",
+ "name": "GNU General Public License v3.0",
+ "spdx_id": "GPL-3.0",
+ "url": "https://api.github.com/licenses/gpl-3.0",
+ "node_id": "MDc6TGljZW5zZTk="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 47,
+ "open_issues": 5,
+ "watchers": 21,
+ "default_branch": "master",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 186838823,
+ "node_id": "MDEwOlJlcG9zaXRvcnkxODY4Mzg4MjM=",
+ "name": "Slagora",
+ "full_name": "AOSSIE-Org/Slagora",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/Slagora",
+ "description": "Mirror of the Agora-Android Project ",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/Slagora",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/Slagora/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/Slagora/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/Slagora/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/Slagora/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/Slagora/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/Slagora/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/Slagora/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/Slagora/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/Slagora/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/Slagora/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/Slagora/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/Slagora/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/Slagora/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/Slagora/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/Slagora/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/Slagora/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/Slagora/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/Slagora/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/Slagora/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/Slagora/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/Slagora/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/Slagora/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/Slagora/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/Slagora/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/Slagora/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/Slagora/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/Slagora/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/Slagora/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/Slagora/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/Slagora/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/Slagora/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/Slagora/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/Slagora/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/Slagora/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/Slagora/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/Slagora/deployments",
+ "created_at": "2019-05-15T14:03:42Z",
+ "updated_at": "2026-06-19T14:49:16Z",
+ "pushed_at": "2026-02-11T19:09:00Z",
+ "git_url": "git://github.com/AOSSIE-Org/Slagora.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/Slagora.git",
+ "clone_url": "https://github.com/AOSSIE-Org/Slagora.git",
+ "svn_url": "https://github.com/AOSSIE-Org/Slagora",
+ "homepage": "https://gitlab.com/aossie/slagora",
+ "size": 7104,
+ "stargazers_count": 8,
+ "watchers_count": 8,
+ "language": "Scala",
+ "has_issues": false,
+ "has_projects": false,
+ "has_downloads": true,
+ "has_wiki": false,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 2,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 0,
+ "license": {
+ "key": "gpl-3.0",
+ "name": "GNU General Public License v3.0",
+ "spdx_id": "GPL-3.0",
+ "url": "https://api.github.com/licenses/gpl-3.0",
+ "node_id": "MDc6TGljZW5zZTk="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 2,
+ "open_issues": 0,
+ "watchers": 8,
+ "default_branch": "master",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 186838286,
+ "node_id": "MDEwOlJlcG9zaXRvcnkxODY4MzgyODY=",
+ "name": "Starcross-Android",
+ "full_name": "AOSSIE-Org/Starcross-Android",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/Starcross-Android",
+ "description": "Mirror of the Starcross-Android Project ",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/Starcross-Android",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/Starcross-Android/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/Starcross-Android/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/Starcross-Android/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/Starcross-Android/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/Starcross-Android/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/Starcross-Android/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/Starcross-Android/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/Starcross-Android/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/Starcross-Android/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/Starcross-Android/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/Starcross-Android/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/Starcross-Android/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/Starcross-Android/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/Starcross-Android/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/Starcross-Android/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/Starcross-Android/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/Starcross-Android/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/Starcross-Android/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/Starcross-Android/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/Starcross-Android/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/Starcross-Android/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/Starcross-Android/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/Starcross-Android/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/Starcross-Android/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/Starcross-Android/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/Starcross-Android/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/Starcross-Android/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/Starcross-Android/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/Starcross-Android/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/Starcross-Android/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/Starcross-Android/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/Starcross-Android/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/Starcross-Android/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/Starcross-Android/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/Starcross-Android/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/Starcross-Android/deployments",
+ "created_at": "2019-05-15T14:00:49Z",
+ "updated_at": "2026-06-19T14:49:06Z",
+ "pushed_at": "2026-02-11T19:07:09Z",
+ "git_url": "git://github.com/AOSSIE-Org/Starcross-Android.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/Starcross-Android.git",
+ "clone_url": "https://github.com/AOSSIE-Org/Starcross-Android.git",
+ "svn_url": "https://github.com/AOSSIE-Org/Starcross-Android",
+ "homepage": "https://gitlab.com/aossie/starcross-android",
+ "size": 997,
+ "stargazers_count": 11,
+ "watchers_count": 11,
+ "language": "Java",
+ "has_issues": false,
+ "has_projects": false,
+ "has_downloads": true,
+ "has_wiki": false,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 7,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 0,
+ "license": {
+ "key": "other",
+ "name": "Other",
+ "spdx_id": "NOASSERTION",
+ "url": null,
+ "node_id": "MDc6TGljZW5zZTA="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 7,
+ "open_issues": 0,
+ "watchers": 11,
+ "default_branch": "master",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 186836117,
+ "node_id": "MDEwOlJlcG9zaXRvcnkxODY4MzYxMTc=",
+ "name": "Aossie-Scholar",
+ "full_name": "AOSSIE-Org/Aossie-Scholar",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/Aossie-Scholar",
+ "description": "Mirror of the Aossie-Scholar Project ",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/Aossie-Scholar",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/Aossie-Scholar/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/Aossie-Scholar/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/Aossie-Scholar/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/Aossie-Scholar/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/Aossie-Scholar/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/Aossie-Scholar/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/Aossie-Scholar/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/Aossie-Scholar/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/Aossie-Scholar/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/Aossie-Scholar/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/Aossie-Scholar/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/Aossie-Scholar/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/Aossie-Scholar/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/Aossie-Scholar/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/Aossie-Scholar/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/Aossie-Scholar/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/Aossie-Scholar/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/Aossie-Scholar/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/Aossie-Scholar/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/Aossie-Scholar/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/Aossie-Scholar/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/Aossie-Scholar/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/Aossie-Scholar/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/Aossie-Scholar/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/Aossie-Scholar/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/Aossie-Scholar/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/Aossie-Scholar/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/Aossie-Scholar/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/Aossie-Scholar/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/Aossie-Scholar/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/Aossie-Scholar/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/Aossie-Scholar/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/Aossie-Scholar/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/Aossie-Scholar/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/Aossie-Scholar/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/Aossie-Scholar/deployments",
+ "created_at": "2019-05-15T13:49:26Z",
+ "updated_at": "2026-06-19T14:49:05Z",
+ "pushed_at": "2026-02-11T19:09:42Z",
+ "git_url": "git://github.com/AOSSIE-Org/Aossie-Scholar.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/Aossie-Scholar.git",
+ "clone_url": "https://github.com/AOSSIE-Org/Aossie-Scholar.git",
+ "svn_url": "https://github.com/AOSSIE-Org/Aossie-Scholar",
+ "homepage": "https://gitlab.com/aossie/aossie-scholar",
+ "size": 56909,
+ "stargazers_count": 23,
+ "watchers_count": 23,
+ "language": "JavaScript",
+ "has_issues": false,
+ "has_projects": false,
+ "has_downloads": true,
+ "has_wiki": false,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 18,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 3,
+ "license": {
+ "key": "gpl-3.0",
+ "name": "GNU General Public License v3.0",
+ "spdx_id": "GPL-3.0",
+ "url": "https://api.github.com/licenses/gpl-3.0",
+ "node_id": "MDc6TGljZW5zZTk="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 18,
+ "open_issues": 3,
+ "watchers": 23,
+ "default_branch": "master",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 146001470,
+ "node_id": "MDEwOlJlcG9zaXRvcnkxNDYwMDE0NzA=",
+ "name": "CrowdAlert-Mobile",
+ "full_name": "AOSSIE-Org/CrowdAlert-Mobile",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/CrowdAlert-Mobile",
+ "description": "Mirror of the CrowdAlert-Mobile Project ",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Mobile",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Mobile/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Mobile/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Mobile/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Mobile/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Mobile/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Mobile/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Mobile/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Mobile/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Mobile/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Mobile/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Mobile/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Mobile/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Mobile/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Mobile/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Mobile/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Mobile/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Mobile/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Mobile/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Mobile/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Mobile/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Mobile/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Mobile/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Mobile/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Mobile/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Mobile/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Mobile/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Mobile/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Mobile/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Mobile/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Mobile/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Mobile/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Mobile/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Mobile/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Mobile/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Mobile/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert-Mobile/deployments",
+ "created_at": "2018-08-24T14:26:19Z",
+ "updated_at": "2026-06-19T14:48:53Z",
+ "pushed_at": "2026-02-11T19:07:40Z",
+ "git_url": "git://github.com/AOSSIE-Org/CrowdAlert-Mobile.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/CrowdAlert-Mobile.git",
+ "clone_url": "https://github.com/AOSSIE-Org/CrowdAlert-Mobile.git",
+ "svn_url": "https://github.com/AOSSIE-Org/CrowdAlert-Mobile",
+ "homepage": "https://gitlab.com/aossie/CrowdAlert-Mobile",
+ "size": 5770,
+ "stargazers_count": 7,
+ "watchers_count": 7,
+ "language": "JavaScript",
+ "has_issues": false,
+ "has_projects": false,
+ "has_downloads": true,
+ "has_wiki": false,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 4,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 0,
+ "license": {
+ "key": "other",
+ "name": "Other",
+ "spdx_id": "NOASSERTION",
+ "url": null,
+ "node_id": "MDc6TGljZW5zZTA="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 4,
+ "open_issues": 0,
+ "watchers": 7,
+ "default_branch": "master",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 133138986,
+ "node_id": "MDEwOlJlcG9zaXRvcnkxMzMxMzg5ODY=",
+ "name": "CarbonAssistant-Function",
+ "full_name": "AOSSIE-Org/CarbonAssistant-Function",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/CarbonAssistant-Function",
+ "description": "Mirror of the CarbonFootprint-API Project ",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Function",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Function/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Function/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Function/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Function/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Function/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Function/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Function/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Function/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Function/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Function/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Function/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Function/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Function/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Function/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Function/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Function/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Function/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Function/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Function/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Function/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Function/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Function/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Function/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Function/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Function/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Function/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Function/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Function/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Function/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Function/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Function/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Function/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Function/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Function/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Function/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Function/deployments",
+ "created_at": "2018-05-12T11:18:01Z",
+ "updated_at": "2026-06-19T14:48:52Z",
+ "pushed_at": "2026-02-11T19:08:10Z",
+ "git_url": "git://github.com/AOSSIE-Org/CarbonAssistant-Function.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/CarbonAssistant-Function.git",
+ "clone_url": "https://github.com/AOSSIE-Org/CarbonAssistant-Function.git",
+ "svn_url": "https://github.com/AOSSIE-Org/CarbonAssistant-Function",
+ "homepage": "https://gitlab.com/aossie/CarbonAssistant-Function",
+ "size": 979,
+ "stargazers_count": 7,
+ "watchers_count": 7,
+ "language": "JavaScript",
+ "has_issues": false,
+ "has_projects": false,
+ "has_downloads": true,
+ "has_wiki": false,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 3,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 1,
+ "license": {
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "spdx_id": "Apache-2.0",
+ "url": "https://api.github.com/licenses/apache-2.0",
+ "node_id": "MDc6TGljZW5zZTI="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 3,
+ "open_issues": 1,
+ "watchers": 7,
+ "default_branch": "master",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 133138876,
+ "node_id": "MDEwOlJlcG9zaXRvcnkxMzMxMzg4NzY=",
+ "name": "CarbonAssistant-Agent",
+ "full_name": "AOSSIE-Org/CarbonAssistant-Agent",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/CarbonAssistant-Agent",
+ "description": "Mirror of the CarbonAssistant-Agent Project ",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Agent",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Agent/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Agent/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Agent/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Agent/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Agent/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Agent/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Agent/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Agent/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Agent/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Agent/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Agent/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Agent/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Agent/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Agent/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Agent/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Agent/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Agent/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Agent/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Agent/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Agent/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Agent/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Agent/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Agent/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Agent/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Agent/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Agent/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Agent/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Agent/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Agent/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Agent/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Agent/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Agent/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Agent/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Agent/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Agent/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/CarbonAssistant-Agent/deployments",
+ "created_at": "2018-05-12T11:16:34Z",
+ "updated_at": "2026-06-19T14:48:48Z",
+ "pushed_at": "2026-02-11T19:05:49Z",
+ "git_url": "git://github.com/AOSSIE-Org/CarbonAssistant-Agent.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/CarbonAssistant-Agent.git",
+ "clone_url": "https://github.com/AOSSIE-Org/CarbonAssistant-Agent.git",
+ "svn_url": "https://github.com/AOSSIE-Org/CarbonAssistant-Agent",
+ "homepage": "https://gitlab.com/aossie/CarbonAssistant-Agent",
+ "size": 218,
+ "stargazers_count": 6,
+ "watchers_count": 6,
+ "language": null,
+ "has_issues": false,
+ "has_projects": false,
+ "has_downloads": true,
+ "has_wiki": false,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 1,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 0,
+ "license": {
+ "key": "apache-2.0",
+ "name": "Apache License 2.0",
+ "spdx_id": "Apache-2.0",
+ "url": "https://api.github.com/licenses/apache-2.0",
+ "node_id": "MDc6TGljZW5zZTI="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 1,
+ "open_issues": 0,
+ "watchers": 6,
+ "default_branch": "master",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 132267544,
+ "node_id": "MDEwOlJlcG9zaXRvcnkxMzIyNjc1NDQ=",
+ "name": "Agora",
+ "full_name": "AOSSIE-Org/Agora",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/Agora",
+ "description": "Mirror of the Agora Project ",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/Agora",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/Agora/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/Agora/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/Agora/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/Agora/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/Agora/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/Agora/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/Agora/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/Agora/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/Agora/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/Agora/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/Agora/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/Agora/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/Agora/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/Agora/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/Agora/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/Agora/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/Agora/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/Agora/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/Agora/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/Agora/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/Agora/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/Agora/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/Agora/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/Agora/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/Agora/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/Agora/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/Agora/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/Agora/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/Agora/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/Agora/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/Agora/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/Agora/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/Agora/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/Agora/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/Agora/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/Agora/deployments",
+ "created_at": "2018-05-05T16:57:51Z",
+ "updated_at": "2026-06-19T14:48:41Z",
+ "pushed_at": "2026-02-11T19:11:55Z",
+ "git_url": "git://github.com/AOSSIE-Org/Agora.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/Agora.git",
+ "clone_url": "https://github.com/AOSSIE-Org/Agora.git",
+ "svn_url": "https://github.com/AOSSIE-Org/Agora",
+ "homepage": "https://gitlab.com/aossie/Agora",
+ "size": 8213,
+ "stargazers_count": 10,
+ "watchers_count": 10,
+ "language": "Scala",
+ "has_issues": true,
+ "has_projects": false,
+ "has_downloads": true,
+ "has_wiki": true,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 11,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 7,
+ "license": {
+ "key": "mit",
+ "name": "MIT License",
+ "spdx_id": "MIT",
+ "url": "https://api.github.com/licenses/mit",
+ "node_id": "MDc6TGljZW5zZTEz"
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 11,
+ "open_issues": 7,
+ "watchers": 10,
+ "default_branch": "master",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 131983741,
+ "node_id": "MDEwOlJlcG9zaXRvcnkxMzE5ODM3NDE=",
+ "name": "ComputationalPhilosophy",
+ "full_name": "AOSSIE-Org/ComputationalPhilosophy",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/ComputationalPhilosophy",
+ "description": "Mirror of the ComputationalPhilosophy Project ",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/ComputationalPhilosophy",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/ComputationalPhilosophy/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/ComputationalPhilosophy/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/ComputationalPhilosophy/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/ComputationalPhilosophy/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/ComputationalPhilosophy/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/ComputationalPhilosophy/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/ComputationalPhilosophy/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/ComputationalPhilosophy/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/ComputationalPhilosophy/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/ComputationalPhilosophy/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/ComputationalPhilosophy/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/ComputationalPhilosophy/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/ComputationalPhilosophy/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/ComputationalPhilosophy/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/ComputationalPhilosophy/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/ComputationalPhilosophy/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/ComputationalPhilosophy/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/ComputationalPhilosophy/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/ComputationalPhilosophy/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/ComputationalPhilosophy/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/ComputationalPhilosophy/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/ComputationalPhilosophy/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/ComputationalPhilosophy/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/ComputationalPhilosophy/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/ComputationalPhilosophy/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/ComputationalPhilosophy/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/ComputationalPhilosophy/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/ComputationalPhilosophy/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/ComputationalPhilosophy/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/ComputationalPhilosophy/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/ComputationalPhilosophy/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/ComputationalPhilosophy/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/ComputationalPhilosophy/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/ComputationalPhilosophy/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/ComputationalPhilosophy/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/ComputationalPhilosophy/deployments",
+ "created_at": "2018-05-03T11:11:14Z",
+ "updated_at": "2026-06-19T14:48:30Z",
+ "pushed_at": "2026-02-11T19:06:38Z",
+ "git_url": "git://github.com/AOSSIE-Org/ComputationalPhilosophy.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/ComputationalPhilosophy.git",
+ "clone_url": "https://github.com/AOSSIE-Org/ComputationalPhilosophy.git",
+ "svn_url": "https://github.com/AOSSIE-Org/ComputationalPhilosophy",
+ "homepage": "https://gitlab.com/aossie/ComputationalPhilosophy",
+ "size": 455976,
+ "stargazers_count": 7,
+ "watchers_count": 7,
+ "language": "TeX",
+ "has_issues": false,
+ "has_projects": false,
+ "has_downloads": true,
+ "has_wiki": false,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 2,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 0,
+ "license": {
+ "key": "other",
+ "name": "Other",
+ "spdx_id": "NOASSERTION",
+ "url": null,
+ "node_id": "MDc6TGljZW5zZTA="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 2,
+ "open_issues": 0,
+ "watchers": 7,
+ "default_branch": "master",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 131865200,
+ "node_id": "MDEwOlJlcG9zaXRvcnkxMzE4NjUyMDA=",
+ "name": "CarbonFootprint-Mobile",
+ "full_name": "AOSSIE-Org/CarbonFootprint-Mobile",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/CarbonFootprint-Mobile",
+ "description": "Mirror of the CarbonFootprint-Mobile Project ",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-Mobile",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-Mobile/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-Mobile/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-Mobile/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-Mobile/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-Mobile/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-Mobile/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-Mobile/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-Mobile/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-Mobile/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-Mobile/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-Mobile/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-Mobile/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-Mobile/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-Mobile/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-Mobile/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-Mobile/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-Mobile/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-Mobile/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-Mobile/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-Mobile/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-Mobile/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-Mobile/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-Mobile/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-Mobile/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-Mobile/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-Mobile/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-Mobile/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-Mobile/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-Mobile/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-Mobile/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-Mobile/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-Mobile/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-Mobile/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-Mobile/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-Mobile/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-Mobile/deployments",
+ "created_at": "2018-05-02T14:48:02Z",
+ "updated_at": "2026-06-19T14:48:19Z",
+ "pushed_at": "2026-02-11T19:08:36Z",
+ "git_url": "git://github.com/AOSSIE-Org/CarbonFootprint-Mobile.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/CarbonFootprint-Mobile.git",
+ "clone_url": "https://github.com/AOSSIE-Org/CarbonFootprint-Mobile.git",
+ "svn_url": "https://github.com/AOSSIE-Org/CarbonFootprint-Mobile",
+ "homepage": "https://gitlab.com/aossie/CarbonFootprint-Mobile",
+ "size": 113246,
+ "stargazers_count": 15,
+ "watchers_count": 15,
+ "language": "JavaScript",
+ "has_issues": false,
+ "has_projects": false,
+ "has_downloads": true,
+ "has_wiki": false,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 13,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 5,
+ "license": {
+ "key": "gpl-3.0",
+ "name": "GNU General Public License v3.0",
+ "spdx_id": "GPL-3.0",
+ "url": "https://api.github.com/licenses/gpl-3.0",
+ "node_id": "MDc6TGljZW5zZTk="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 13,
+ "open_issues": 5,
+ "watchers": 15,
+ "default_branch": "master",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 131865001,
+ "node_id": "MDEwOlJlcG9zaXRvcnkxMzE4NjUwMDE=",
+ "name": "CrowdAlert",
+ "full_name": "AOSSIE-Org/CrowdAlert",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/CrowdAlert",
+ "description": "This repository is deprecated and is no longer being maintained",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/CrowdAlert/deployments",
+ "created_at": "2018-05-02T14:46:33Z",
+ "updated_at": "2026-06-19T14:48:04Z",
+ "pushed_at": "2018-05-07T15:51:16Z",
+ "git_url": "git://github.com/AOSSIE-Org/CrowdAlert.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/CrowdAlert.git",
+ "clone_url": "https://github.com/AOSSIE-Org/CrowdAlert.git",
+ "svn_url": "https://github.com/AOSSIE-Org/CrowdAlert",
+ "homepage": "https://gitlab.com/aossie/CrowdAlert-Mobile",
+ "size": 858,
+ "stargazers_count": 6,
+ "watchers_count": 6,
+ "language": "JavaScript",
+ "has_issues": false,
+ "has_projects": false,
+ "has_downloads": true,
+ "has_wiki": false,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 3,
+ "mirror_url": null,
+ "archived": true,
+ "disabled": false,
+ "open_issues_count": 0,
+ "license": {
+ "key": "mit",
+ "name": "MIT License",
+ "spdx_id": "MIT",
+ "url": "https://api.github.com/licenses/mit",
+ "node_id": "MDc6TGljZW5zZTEz"
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 3,
+ "open_issues": 0,
+ "watchers": 6,
+ "default_branch": "master",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 131864827,
+ "node_id": "MDEwOlJlcG9zaXRvcnkxMzE4NjQ4Mjc=",
+ "name": "starcross",
+ "full_name": "AOSSIE-Org/starcross",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/starcross",
+ "description": "Mirror of the starcross Project ",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/starcross",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/starcross/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/starcross/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/starcross/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/starcross/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/starcross/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/starcross/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/starcross/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/starcross/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/starcross/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/starcross/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/starcross/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/starcross/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/starcross/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/starcross/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/starcross/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/starcross/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/starcross/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/starcross/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/starcross/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/starcross/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/starcross/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/starcross/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/starcross/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/starcross/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/starcross/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/starcross/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/starcross/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/starcross/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/starcross/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/starcross/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/starcross/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/starcross/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/starcross/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/starcross/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/starcross/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/starcross/deployments",
+ "created_at": "2018-05-02T14:45:19Z",
+ "updated_at": "2026-06-19T14:48:02Z",
+ "pushed_at": "2026-02-11T19:07:50Z",
+ "git_url": "git://github.com/AOSSIE-Org/starcross.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/starcross.git",
+ "clone_url": "https://github.com/AOSSIE-Org/starcross.git",
+ "svn_url": "https://github.com/AOSSIE-Org/starcross",
+ "homepage": "https://gitlab.com/aossie/starcross",
+ "size": 1568,
+ "stargazers_count": 8,
+ "watchers_count": 8,
+ "language": "Objective-C",
+ "has_issues": false,
+ "has_projects": false,
+ "has_downloads": true,
+ "has_wiki": false,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 2,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 0,
+ "license": {
+ "key": "other",
+ "name": "Other",
+ "spdx_id": "NOASSERTION",
+ "url": null,
+ "node_id": "MDc6TGljZW5zZTA="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 2,
+ "open_issues": 0,
+ "watchers": 8,
+ "default_branch": "master",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 131864602,
+ "node_id": "MDEwOlJlcG9zaXRvcnkxMzE4NjQ2MDI=",
+ "name": "CarbonFootprint-API",
+ "full_name": "AOSSIE-Org/CarbonFootprint-API",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/CarbonFootprint-API",
+ "description": "Mirror of the CarbonFootprint-API Project ",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-API",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-API/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-API/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-API/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-API/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-API/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-API/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-API/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-API/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-API/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-API/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-API/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-API/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-API/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-API/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-API/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-API/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-API/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-API/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-API/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-API/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-API/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-API/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-API/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-API/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-API/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-API/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-API/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-API/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-API/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-API/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-API/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-API/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-API/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-API/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-API/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint-API/deployments",
+ "created_at": "2018-05-02T14:43:36Z",
+ "updated_at": "2026-06-19T14:47:49Z",
+ "pushed_at": "2026-02-11T19:08:00Z",
+ "git_url": "git://github.com/AOSSIE-Org/CarbonFootprint-API.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/CarbonFootprint-API.git",
+ "clone_url": "https://github.com/AOSSIE-Org/CarbonFootprint-API.git",
+ "svn_url": "https://github.com/AOSSIE-Org/CarbonFootprint-API",
+ "homepage": "https://gitlab.com/aossie/CarbonFootprint-API",
+ "size": 15113,
+ "stargazers_count": 27,
+ "watchers_count": 27,
+ "language": "JavaScript",
+ "has_issues": false,
+ "has_projects": false,
+ "has_downloads": true,
+ "has_wiki": false,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 12,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 1,
+ "license": {
+ "key": "gpl-3.0",
+ "name": "GNU General Public License v3.0",
+ "spdx_id": "GPL-3.0",
+ "url": "https://api.github.com/licenses/gpl-3.0",
+ "node_id": "MDc6TGljZW5zZTk="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 12,
+ "open_issues": 1,
+ "watchers": 27,
+ "default_branch": "master",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 131864074,
+ "node_id": "MDEwOlJlcG9zaXRvcnkxMzE4NjQwNzQ=",
+ "name": "CarbonFootprint",
+ "full_name": "AOSSIE-Org/CarbonFootprint",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/CarbonFootprint",
+ "description": "Mirror of the CarbonFootprint Project ",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/CarbonFootprint/deployments",
+ "created_at": "2018-05-02T14:39:42Z",
+ "updated_at": "2026-06-19T14:47:24Z",
+ "pushed_at": "2026-02-11T19:07:29Z",
+ "git_url": "git://github.com/AOSSIE-Org/CarbonFootprint.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/CarbonFootprint.git",
+ "clone_url": "https://github.com/AOSSIE-Org/CarbonFootprint.git",
+ "svn_url": "https://github.com/AOSSIE-Org/CarbonFootprint",
+ "homepage": "https://gitlab.com/aossie/CarbonFootprint",
+ "size": 95486,
+ "stargazers_count": 16,
+ "watchers_count": 16,
+ "language": "JavaScript",
+ "has_issues": false,
+ "has_projects": false,
+ "has_downloads": true,
+ "has_wiki": false,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 6,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 1,
+ "license": {
+ "key": "other",
+ "name": "Other",
+ "spdx_id": "NOASSERTION",
+ "url": null,
+ "node_id": "MDc6TGljZW5zZTA="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 6,
+ "open_issues": 1,
+ "watchers": 16,
+ "default_branch": "master",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 131863718,
+ "node_id": "MDEwOlJlcG9zaXRvcnkxMzE4NjM3MTg=",
+ "name": "MindTheWord",
+ "full_name": "AOSSIE-Org/MindTheWord",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/MindTheWord",
+ "description": "Mirror of the MindTheWord Project ",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/MindTheWord/deployments",
+ "created_at": "2018-05-02T14:36:59Z",
+ "updated_at": "2026-06-19T14:47:23Z",
+ "pushed_at": "2026-02-11T19:06:59Z",
+ "git_url": "git://github.com/AOSSIE-Org/MindTheWord.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/MindTheWord.git",
+ "clone_url": "https://github.com/AOSSIE-Org/MindTheWord.git",
+ "svn_url": "https://github.com/AOSSIE-Org/MindTheWord",
+ "homepage": "https://gitlab.com/aossie/MindTheWord",
+ "size": 50546,
+ "stargazers_count": 11,
+ "watchers_count": 11,
+ "language": "JavaScript",
+ "has_issues": false,
+ "has_projects": false,
+ "has_downloads": true,
+ "has_wiki": false,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 8,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 0,
+ "license": {
+ "key": "other",
+ "name": "Other",
+ "spdx_id": "NOASSERTION",
+ "url": null,
+ "node_id": "MDc6TGljZW5zZTA="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [],
+ "visibility": "public",
+ "forks": 8,
+ "open_issues": 0,
+ "watchers": 11,
+ "default_branch": "master",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ },
+ {
+ "id": 940644570,
+ "node_id": "R_kgDOOBEY2g",
+ "name": "InPactAI",
+ "full_name": "AOSSIE-Org/InPactAI",
+ "private": false,
+ "owner": {
+ "login": "AOSSIE-Org",
+ "id": 38881995,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4ODgxOTk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/38881995?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AOSSIE-Org",
+ "html_url": "https://github.com/AOSSIE-Org",
+ "followers_url": "https://api.github.com/users/AOSSIE-Org/followers",
+ "following_url": "https://api.github.com/users/AOSSIE-Org/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AOSSIE-Org/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AOSSIE-Org/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AOSSIE-Org/subscriptions",
+ "organizations_url": "https://api.github.com/users/AOSSIE-Org/orgs",
+ "repos_url": "https://api.github.com/users/AOSSIE-Org/repos",
+ "events_url": "https://api.github.com/users/AOSSIE-Org/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AOSSIE-Org/received_events",
+ "type": "Organization",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/AOSSIE-Org/InPactAI",
+ "description": "Inpact is an open-source AI-powered platform designed to connect content creators, brands, and agencies through data-driven insights. By leveraging Generative AI (GenAI), audience analytics, and engagement metrics, Inpact ensures highly relevant sponsorship opportunities for creators while maximizing ROI for brands investing in influencer marketing",
+ "fork": false,
+ "url": "https://api.github.com/repos/AOSSIE-Org/InPactAI",
+ "forks_url": "https://api.github.com/repos/AOSSIE-Org/InPactAI/forks",
+ "keys_url": "https://api.github.com/repos/AOSSIE-Org/InPactAI/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/AOSSIE-Org/InPactAI/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/AOSSIE-Org/InPactAI/teams",
+ "hooks_url": "https://api.github.com/repos/AOSSIE-Org/InPactAI/hooks",
+ "issue_events_url": "https://api.github.com/repos/AOSSIE-Org/InPactAI/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/InPactAI/events",
+ "assignees_url": "https://api.github.com/repos/AOSSIE-Org/InPactAI/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/AOSSIE-Org/InPactAI/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/AOSSIE-Org/InPactAI/tags",
+ "blobs_url": "https://api.github.com/repos/AOSSIE-Org/InPactAI/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/AOSSIE-Org/InPactAI/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/AOSSIE-Org/InPactAI/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/AOSSIE-Org/InPactAI/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/AOSSIE-Org/InPactAI/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/AOSSIE-Org/InPactAI/languages",
+ "stargazers_url": "https://api.github.com/repos/AOSSIE-Org/InPactAI/stargazers",
+ "contributors_url": "https://api.github.com/repos/AOSSIE-Org/InPactAI/contributors",
+ "subscribers_url": "https://api.github.com/repos/AOSSIE-Org/InPactAI/subscribers",
+ "subscription_url": "https://api.github.com/repos/AOSSIE-Org/InPactAI/subscription",
+ "commits_url": "https://api.github.com/repos/AOSSIE-Org/InPactAI/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/AOSSIE-Org/InPactAI/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/InPactAI/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/AOSSIE-Org/InPactAI/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/AOSSIE-Org/InPactAI/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/AOSSIE-Org/InPactAI/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/AOSSIE-Org/InPactAI/merges",
+ "archive_url": "https://api.github.com/repos/AOSSIE-Org/InPactAI/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/AOSSIE-Org/InPactAI/downloads",
+ "issues_url": "https://api.github.com/repos/AOSSIE-Org/InPactAI/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/AOSSIE-Org/InPactAI/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/AOSSIE-Org/InPactAI/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/AOSSIE-Org/InPactAI/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/InPactAI/labels{/name}",
+ "releases_url": "https://api.github.com/repos/AOSSIE-Org/InPactAI/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/AOSSIE-Org/InPactAI/deployments",
+ "created_at": "2025-02-28T14:41:24Z",
+ "updated_at": "2026-06-19T13:53:14Z",
+ "pushed_at": "2026-03-26T11:57:10Z",
+ "git_url": "git://github.com/AOSSIE-Org/InPactAI.git",
+ "ssh_url": "git@github.com:AOSSIE-Org/InPactAI.git",
+ "clone_url": "https://github.com/AOSSIE-Org/InPactAI.git",
+ "svn_url": "https://github.com/AOSSIE-Org/InPactAI",
+ "homepage": "",
+ "size": 1523,
+ "stargazers_count": 98,
+ "watchers_count": 98,
+ "language": "TypeScript",
+ "has_issues": true,
+ "has_projects": true,
+ "has_downloads": true,
+ "has_wiki": true,
+ "has_pages": false,
+ "has_discussions": false,
+ "forks_count": 146,
+ "mirror_url": null,
+ "archived": false,
+ "disabled": false,
+ "open_issues_count": 161,
+ "license": {
+ "key": "gpl-3.0",
+ "name": "GNU General Public License v3.0",
+ "spdx_id": "GPL-3.0",
+ "url": "https://api.github.com/licenses/gpl-3.0",
+ "node_id": "MDc6TGljZW5zZTk="
+ },
+ "allow_forking": true,
+ "is_template": false,
+ "web_commit_signoff_required": false,
+ "has_pull_requests": true,
+ "pull_request_creation_policy": "all",
+ "topics": [
+ "agentic-ai",
+ "collaboration",
+ "creator-economy",
+ "genai-usecase",
+ "social-media"
+ ],
+ "visibility": "public",
+ "forks": 146,
+ "open_issues": 161,
+ "watchers": 98,
+ "default_branch": "main",
+ "permissions": {
+ "admin": false,
+ "maintain": false,
+ "push": false,
+ "triage": false,
+ "pull": true
+ },
+ "custom_properties": {}
+ }
+ ],
+ "contributors": {
+ "PictoPy": [
+ {
+ "login": "rahulharpal1603",
+ "id": 51887323,
+ "node_id": "MDQ6VXNlcjUxODg3MzIz",
+ "avatar_url": "https://avatars.githubusercontent.com/u/51887323?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/rahulharpal1603",
+ "html_url": "https://github.com/rahulharpal1603",
+ "followers_url": "https://api.github.com/users/rahulharpal1603/followers",
+ "following_url": "https://api.github.com/users/rahulharpal1603/following{/other_user}",
+ "gists_url": "https://api.github.com/users/rahulharpal1603/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/rahulharpal1603/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/rahulharpal1603/subscriptions",
+ "organizations_url": "https://api.github.com/users/rahulharpal1603/orgs",
+ "repos_url": "https://api.github.com/users/rahulharpal1603/repos",
+ "events_url": "https://api.github.com/users/rahulharpal1603/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/rahulharpal1603/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 289
+ },
+ {
+ "login": "Pranav0-0Aggarwal",
+ "id": 96537779,
+ "node_id": "U_kgDOBcEMsw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/96537779?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Pranav0-0Aggarwal",
+ "html_url": "https://github.com/Pranav0-0Aggarwal",
+ "followers_url": "https://api.github.com/users/Pranav0-0Aggarwal/followers",
+ "following_url": "https://api.github.com/users/Pranav0-0Aggarwal/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Pranav0-0Aggarwal/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Pranav0-0Aggarwal/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Pranav0-0Aggarwal/subscriptions",
+ "organizations_url": "https://api.github.com/users/Pranav0-0Aggarwal/orgs",
+ "repos_url": "https://api.github.com/users/Pranav0-0Aggarwal/repos",
+ "events_url": "https://api.github.com/users/Pranav0-0Aggarwal/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Pranav0-0Aggarwal/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 123
+ },
+ {
+ "login": "rohan-pandeyy",
+ "id": 95585299,
+ "node_id": "U_kgDOBbKEEw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/95585299?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/rohan-pandeyy",
+ "html_url": "https://github.com/rohan-pandeyy",
+ "followers_url": "https://api.github.com/users/rohan-pandeyy/followers",
+ "following_url": "https://api.github.com/users/rohan-pandeyy/following{/other_user}",
+ "gists_url": "https://api.github.com/users/rohan-pandeyy/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/rohan-pandeyy/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/rohan-pandeyy/subscriptions",
+ "organizations_url": "https://api.github.com/users/rohan-pandeyy/orgs",
+ "repos_url": "https://api.github.com/users/rohan-pandeyy/repos",
+ "events_url": "https://api.github.com/users/rohan-pandeyy/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/rohan-pandeyy/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 123
+ },
+ {
+ "login": "Jibesh10101011",
+ "id": 114723590,
+ "node_id": "U_kgDOBtaLBg",
+ "avatar_url": "https://avatars.githubusercontent.com/u/114723590?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Jibesh10101011",
+ "html_url": "https://github.com/Jibesh10101011",
+ "followers_url": "https://api.github.com/users/Jibesh10101011/followers",
+ "following_url": "https://api.github.com/users/Jibesh10101011/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Jibesh10101011/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Jibesh10101011/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Jibesh10101011/subscriptions",
+ "organizations_url": "https://api.github.com/users/Jibesh10101011/orgs",
+ "repos_url": "https://api.github.com/users/Jibesh10101011/repos",
+ "events_url": "https://api.github.com/users/Jibesh10101011/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Jibesh10101011/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 114
+ },
+ {
+ "login": "Rishab87",
+ "id": 138858208,
+ "node_id": "U_kgDOCEbO4A",
+ "avatar_url": "https://avatars.githubusercontent.com/u/138858208?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Rishab87",
+ "html_url": "https://github.com/Rishab87",
+ "followers_url": "https://api.github.com/users/Rishab87/followers",
+ "following_url": "https://api.github.com/users/Rishab87/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Rishab87/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Rishab87/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Rishab87/subscriptions",
+ "organizations_url": "https://api.github.com/users/Rishab87/orgs",
+ "repos_url": "https://api.github.com/users/Rishab87/repos",
+ "events_url": "https://api.github.com/users/Rishab87/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Rishab87/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 82
+ },
+ {
+ "login": "bassamadnan",
+ "id": 109953791,
+ "node_id": "U_kgDOBo3C_w",
+ "avatar_url": "https://avatars.githubusercontent.com/u/109953791?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/bassamadnan",
+ "html_url": "https://github.com/bassamadnan",
+ "followers_url": "https://api.github.com/users/bassamadnan/followers",
+ "following_url": "https://api.github.com/users/bassamadnan/following{/other_user}",
+ "gists_url": "https://api.github.com/users/bassamadnan/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/bassamadnan/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/bassamadnan/subscriptions",
+ "organizations_url": "https://api.github.com/users/bassamadnan/orgs",
+ "repos_url": "https://api.github.com/users/bassamadnan/repos",
+ "events_url": "https://api.github.com/users/bassamadnan/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/bassamadnan/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 54
+ },
+ {
+ "login": "Hemil36",
+ "id": 138382078,
+ "node_id": "U_kgDOCD-K_g",
+ "avatar_url": "https://avatars.githubusercontent.com/u/138382078?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Hemil36",
+ "html_url": "https://github.com/Hemil36",
+ "followers_url": "https://api.github.com/users/Hemil36/followers",
+ "following_url": "https://api.github.com/users/Hemil36/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Hemil36/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Hemil36/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Hemil36/subscriptions",
+ "organizations_url": "https://api.github.com/users/Hemil36/orgs",
+ "repos_url": "https://api.github.com/users/Hemil36/repos",
+ "events_url": "https://api.github.com/users/Hemil36/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Hemil36/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 43
+ },
+ {
+ "login": "Aditya30ag",
+ "id": 162010355,
+ "node_id": "U_kgDOCagU8w",
+ "avatar_url": "https://avatars.githubusercontent.com/u/162010355?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Aditya30ag",
+ "html_url": "https://github.com/Aditya30ag",
+ "followers_url": "https://api.github.com/users/Aditya30ag/followers",
+ "following_url": "https://api.github.com/users/Aditya30ag/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Aditya30ag/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Aditya30ag/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Aditya30ag/subscriptions",
+ "organizations_url": "https://api.github.com/users/Aditya30ag/orgs",
+ "repos_url": "https://api.github.com/users/Aditya30ag/repos",
+ "events_url": "https://api.github.com/users/Aditya30ag/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Aditya30ag/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 27
+ },
+ {
+ "login": "tushar1977",
+ "id": 36126341,
+ "node_id": "MDQ6VXNlcjM2MTI2MzQx",
+ "avatar_url": "https://avatars.githubusercontent.com/u/36126341?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/tushar1977",
+ "html_url": "https://github.com/tushar1977",
+ "followers_url": "https://api.github.com/users/tushar1977/followers",
+ "following_url": "https://api.github.com/users/tushar1977/following{/other_user}",
+ "gists_url": "https://api.github.com/users/tushar1977/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/tushar1977/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/tushar1977/subscriptions",
+ "organizations_url": "https://api.github.com/users/tushar1977/orgs",
+ "repos_url": "https://api.github.com/users/tushar1977/repos",
+ "events_url": "https://api.github.com/users/tushar1977/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/tushar1977/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 27
+ },
+ {
+ "login": "Ashutoshx7",
+ "id": 181958559,
+ "node_id": "U_kgDOCth3nw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/181958559?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Ashutoshx7",
+ "html_url": "https://github.com/Ashutoshx7",
+ "followers_url": "https://api.github.com/users/Ashutoshx7/followers",
+ "following_url": "https://api.github.com/users/Ashutoshx7/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Ashutoshx7/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Ashutoshx7/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Ashutoshx7/subscriptions",
+ "organizations_url": "https://api.github.com/users/Ashutoshx7/orgs",
+ "repos_url": "https://api.github.com/users/Ashutoshx7/repos",
+ "events_url": "https://api.github.com/users/Ashutoshx7/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Ashutoshx7/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 25
+ },
+ {
+ "login": "VanshajPoonia",
+ "id": 74147463,
+ "node_id": "MDQ6VXNlcjc0MTQ3NDYz",
+ "avatar_url": "https://avatars.githubusercontent.com/u/74147463?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/VanshajPoonia",
+ "html_url": "https://github.com/VanshajPoonia",
+ "followers_url": "https://api.github.com/users/VanshajPoonia/followers",
+ "following_url": "https://api.github.com/users/VanshajPoonia/following{/other_user}",
+ "gists_url": "https://api.github.com/users/VanshajPoonia/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/VanshajPoonia/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/VanshajPoonia/subscriptions",
+ "organizations_url": "https://api.github.com/users/VanshajPoonia/orgs",
+ "repos_url": "https://api.github.com/users/VanshajPoonia/repos",
+ "events_url": "https://api.github.com/users/VanshajPoonia/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/VanshajPoonia/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 19
+ },
+ {
+ "login": "Dushyantbha012",
+ "id": 89176588,
+ "node_id": "MDQ6VXNlcjg5MTc2NTg4",
+ "avatar_url": "https://avatars.githubusercontent.com/u/89176588?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Dushyantbha012",
+ "html_url": "https://github.com/Dushyantbha012",
+ "followers_url": "https://api.github.com/users/Dushyantbha012/followers",
+ "following_url": "https://api.github.com/users/Dushyantbha012/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Dushyantbha012/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Dushyantbha012/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Dushyantbha012/subscriptions",
+ "organizations_url": "https://api.github.com/users/Dushyantbha012/orgs",
+ "repos_url": "https://api.github.com/users/Dushyantbha012/repos",
+ "events_url": "https://api.github.com/users/Dushyantbha012/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Dushyantbha012/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 17
+ },
+ {
+ "login": "Rajgupta36",
+ "id": 134638667,
+ "node_id": "U_kgDOCAZsSw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/134638667?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Rajgupta36",
+ "html_url": "https://github.com/Rajgupta36",
+ "followers_url": "https://api.github.com/users/Rajgupta36/followers",
+ "following_url": "https://api.github.com/users/Rajgupta36/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Rajgupta36/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Rajgupta36/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Rajgupta36/subscriptions",
+ "organizations_url": "https://api.github.com/users/Rajgupta36/orgs",
+ "repos_url": "https://api.github.com/users/Rajgupta36/repos",
+ "events_url": "https://api.github.com/users/Rajgupta36/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Rajgupta36/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 16
+ },
+ {
+ "login": "red-panda3",
+ "id": 191556459,
+ "node_id": "U_kgDOC2rraw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/191556459?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/red-panda3",
+ "html_url": "https://github.com/red-panda3",
+ "followers_url": "https://api.github.com/users/red-panda3/followers",
+ "following_url": "https://api.github.com/users/red-panda3/following{/other_user}",
+ "gists_url": "https://api.github.com/users/red-panda3/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/red-panda3/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/red-panda3/subscriptions",
+ "organizations_url": "https://api.github.com/users/red-panda3/orgs",
+ "repos_url": "https://api.github.com/users/red-panda3/repos",
+ "events_url": "https://api.github.com/users/red-panda3/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/red-panda3/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 11
+ },
+ {
+ "login": "animeshchaudhri",
+ "id": 111721851,
+ "node_id": "U_kgDOBqi9ew",
+ "avatar_url": "https://avatars.githubusercontent.com/u/111721851?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/animeshchaudhri",
+ "html_url": "https://github.com/animeshchaudhri",
+ "followers_url": "https://api.github.com/users/animeshchaudhri/followers",
+ "following_url": "https://api.github.com/users/animeshchaudhri/following{/other_user}",
+ "gists_url": "https://api.github.com/users/animeshchaudhri/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/animeshchaudhri/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/animeshchaudhri/subscriptions",
+ "organizations_url": "https://api.github.com/users/animeshchaudhri/orgs",
+ "repos_url": "https://api.github.com/users/animeshchaudhri/repos",
+ "events_url": "https://api.github.com/users/animeshchaudhri/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/animeshchaudhri/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 11
+ },
+ {
+ "login": "abhiifour",
+ "id": 116870561,
+ "node_id": "U_kgDOBvdNoQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/116870561?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/abhiifour",
+ "html_url": "https://github.com/abhiifour",
+ "followers_url": "https://api.github.com/users/abhiifour/followers",
+ "following_url": "https://api.github.com/users/abhiifour/following{/other_user}",
+ "gists_url": "https://api.github.com/users/abhiifour/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/abhiifour/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/abhiifour/subscriptions",
+ "organizations_url": "https://api.github.com/users/abhiifour/orgs",
+ "repos_url": "https://api.github.com/users/abhiifour/repos",
+ "events_url": "https://api.github.com/users/abhiifour/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/abhiifour/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 11
+ },
+ {
+ "login": "akshajtiwari",
+ "id": 185712941,
+ "node_id": "U_kgDOCxHBLQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/185712941?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/akshajtiwari",
+ "html_url": "https://github.com/akshajtiwari",
+ "followers_url": "https://api.github.com/users/akshajtiwari/followers",
+ "following_url": "https://api.github.com/users/akshajtiwari/following{/other_user}",
+ "gists_url": "https://api.github.com/users/akshajtiwari/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/akshajtiwari/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/akshajtiwari/subscriptions",
+ "organizations_url": "https://api.github.com/users/akshajtiwari/orgs",
+ "repos_url": "https://api.github.com/users/akshajtiwari/repos",
+ "events_url": "https://api.github.com/users/akshajtiwari/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/akshajtiwari/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 9
+ },
+ {
+ "login": "ssz2605",
+ "id": 204754569,
+ "node_id": "U_kgDODDROiQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/204754569?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/ssz2605",
+ "html_url": "https://github.com/ssz2605",
+ "followers_url": "https://api.github.com/users/ssz2605/followers",
+ "following_url": "https://api.github.com/users/ssz2605/following{/other_user}",
+ "gists_url": "https://api.github.com/users/ssz2605/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/ssz2605/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/ssz2605/subscriptions",
+ "organizations_url": "https://api.github.com/users/ssz2605/orgs",
+ "repos_url": "https://api.github.com/users/ssz2605/repos",
+ "events_url": "https://api.github.com/users/ssz2605/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/ssz2605/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 8
+ },
+ {
+ "login": "asmit27rai",
+ "id": 146473475,
+ "node_id": "U_kgDOCLsCAw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/146473475?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/asmit27rai",
+ "html_url": "https://github.com/asmit27rai",
+ "followers_url": "https://api.github.com/users/asmit27rai/followers",
+ "following_url": "https://api.github.com/users/asmit27rai/following{/other_user}",
+ "gists_url": "https://api.github.com/users/asmit27rai/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/asmit27rai/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/asmit27rai/subscriptions",
+ "organizations_url": "https://api.github.com/users/asmit27rai/orgs",
+ "repos_url": "https://api.github.com/users/asmit27rai/repos",
+ "events_url": "https://api.github.com/users/asmit27rai/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/asmit27rai/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 7
+ },
+ {
+ "login": "zenitsu0509",
+ "id": 151658698,
+ "node_id": "U_kgDOCQogyg",
+ "avatar_url": "https://avatars.githubusercontent.com/u/151658698?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/zenitsu0509",
+ "html_url": "https://github.com/zenitsu0509",
+ "followers_url": "https://api.github.com/users/zenitsu0509/followers",
+ "following_url": "https://api.github.com/users/zenitsu0509/following{/other_user}",
+ "gists_url": "https://api.github.com/users/zenitsu0509/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/zenitsu0509/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/zenitsu0509/subscriptions",
+ "organizations_url": "https://api.github.com/users/zenitsu0509/orgs",
+ "repos_url": "https://api.github.com/users/zenitsu0509/repos",
+ "events_url": "https://api.github.com/users/zenitsu0509/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/zenitsu0509/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 7
+ },
+ {
+ "login": "BlueMoon67",
+ "id": 172877642,
+ "node_id": "U_kgDOCk3nSg",
+ "avatar_url": "https://avatars.githubusercontent.com/u/172877642?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/BlueMoon67",
+ "html_url": "https://github.com/BlueMoon67",
+ "followers_url": "https://api.github.com/users/BlueMoon67/followers",
+ "following_url": "https://api.github.com/users/BlueMoon67/following{/other_user}",
+ "gists_url": "https://api.github.com/users/BlueMoon67/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/BlueMoon67/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/BlueMoon67/subscriptions",
+ "organizations_url": "https://api.github.com/users/BlueMoon67/orgs",
+ "repos_url": "https://api.github.com/users/BlueMoon67/repos",
+ "events_url": "https://api.github.com/users/BlueMoon67/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/BlueMoon67/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 5
+ },
+ {
+ "login": "DecodeX15",
+ "id": 149659317,
+ "node_id": "U_kgDOCOuetQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/149659317?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/DecodeX15",
+ "html_url": "https://github.com/DecodeX15",
+ "followers_url": "https://api.github.com/users/DecodeX15/followers",
+ "following_url": "https://api.github.com/users/DecodeX15/following{/other_user}",
+ "gists_url": "https://api.github.com/users/DecodeX15/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/DecodeX15/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/DecodeX15/subscriptions",
+ "organizations_url": "https://api.github.com/users/DecodeX15/orgs",
+ "repos_url": "https://api.github.com/users/DecodeX15/repos",
+ "events_url": "https://api.github.com/users/DecodeX15/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/DecodeX15/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 5
+ },
+ {
+ "login": "agrawalshreyansh",
+ "id": 63304023,
+ "node_id": "MDQ6VXNlcjYzMzA0MDIz",
+ "avatar_url": "https://avatars.githubusercontent.com/u/63304023?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/agrawalshreyansh",
+ "html_url": "https://github.com/agrawalshreyansh",
+ "followers_url": "https://api.github.com/users/agrawalshreyansh/followers",
+ "following_url": "https://api.github.com/users/agrawalshreyansh/following{/other_user}",
+ "gists_url": "https://api.github.com/users/agrawalshreyansh/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/agrawalshreyansh/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/agrawalshreyansh/subscriptions",
+ "organizations_url": "https://api.github.com/users/agrawalshreyansh/orgs",
+ "repos_url": "https://api.github.com/users/agrawalshreyansh/repos",
+ "events_url": "https://api.github.com/users/agrawalshreyansh/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/agrawalshreyansh/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 5
+ },
+ {
+ "login": "ShivaGupta-14",
+ "id": 177179178,
+ "node_id": "U_kgDOCo-KKg",
+ "avatar_url": "https://avatars.githubusercontent.com/u/177179178?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/ShivaGupta-14",
+ "html_url": "https://github.com/ShivaGupta-14",
+ "followers_url": "https://api.github.com/users/ShivaGupta-14/followers",
+ "following_url": "https://api.github.com/users/ShivaGupta-14/following{/other_user}",
+ "gists_url": "https://api.github.com/users/ShivaGupta-14/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/ShivaGupta-14/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/ShivaGupta-14/subscriptions",
+ "organizations_url": "https://api.github.com/users/ShivaGupta-14/orgs",
+ "repos_url": "https://api.github.com/users/ShivaGupta-14/repos",
+ "events_url": "https://api.github.com/users/ShivaGupta-14/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/ShivaGupta-14/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 5
+ },
+ {
+ "login": "Umang-Khemka",
+ "id": 137717384,
+ "node_id": "U_kgDOCDVmiA",
+ "avatar_url": "https://avatars.githubusercontent.com/u/137717384?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Umang-Khemka",
+ "html_url": "https://github.com/Umang-Khemka",
+ "followers_url": "https://api.github.com/users/Umang-Khemka/followers",
+ "following_url": "https://api.github.com/users/Umang-Khemka/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Umang-Khemka/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Umang-Khemka/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Umang-Khemka/subscriptions",
+ "organizations_url": "https://api.github.com/users/Umang-Khemka/orgs",
+ "repos_url": "https://api.github.com/users/Umang-Khemka/repos",
+ "events_url": "https://api.github.com/users/Umang-Khemka/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Umang-Khemka/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 4
+ },
+ {
+ "login": "Anjali-Kan",
+ "id": 33205530,
+ "node_id": "MDQ6VXNlcjMzMjA1NTMw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/33205530?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Anjali-Kan",
+ "html_url": "https://github.com/Anjali-Kan",
+ "followers_url": "https://api.github.com/users/Anjali-Kan/followers",
+ "following_url": "https://api.github.com/users/Anjali-Kan/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Anjali-Kan/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Anjali-Kan/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Anjali-Kan/subscriptions",
+ "organizations_url": "https://api.github.com/users/Anjali-Kan/orgs",
+ "repos_url": "https://api.github.com/users/Anjali-Kan/repos",
+ "events_url": "https://api.github.com/users/Anjali-Kan/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Anjali-Kan/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 4
+ },
+ {
+ "login": "Code-Builder-io",
+ "id": 218017224,
+ "node_id": "U_kgDODP6tyA",
+ "avatar_url": "https://avatars.githubusercontent.com/u/218017224?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Code-Builder-io",
+ "html_url": "https://github.com/Code-Builder-io",
+ "followers_url": "https://api.github.com/users/Code-Builder-io/followers",
+ "following_url": "https://api.github.com/users/Code-Builder-io/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Code-Builder-io/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Code-Builder-io/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Code-Builder-io/subscriptions",
+ "organizations_url": "https://api.github.com/users/Code-Builder-io/orgs",
+ "repos_url": "https://api.github.com/users/Code-Builder-io/repos",
+ "events_url": "https://api.github.com/users/Code-Builder-io/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Code-Builder-io/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 4
+ },
+ {
+ "login": "Dotify71",
+ "id": 222976357,
+ "node_id": "U_kgDODUpZZQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/222976357?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Dotify71",
+ "html_url": "https://github.com/Dotify71",
+ "followers_url": "https://api.github.com/users/Dotify71/followers",
+ "following_url": "https://api.github.com/users/Dotify71/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Dotify71/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Dotify71/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Dotify71/subscriptions",
+ "organizations_url": "https://api.github.com/users/Dotify71/orgs",
+ "repos_url": "https://api.github.com/users/Dotify71/repos",
+ "events_url": "https://api.github.com/users/Dotify71/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Dotify71/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 4
+ },
+ {
+ "login": "SiddharthJiyani",
+ "id": 120766410,
+ "node_id": "U_kgDOBzK_yg",
+ "avatar_url": "https://avatars.githubusercontent.com/u/120766410?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/SiddharthJiyani",
+ "html_url": "https://github.com/SiddharthJiyani",
+ "followers_url": "https://api.github.com/users/SiddharthJiyani/followers",
+ "following_url": "https://api.github.com/users/SiddharthJiyani/following{/other_user}",
+ "gists_url": "https://api.github.com/users/SiddharthJiyani/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/SiddharthJiyani/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/SiddharthJiyani/subscriptions",
+ "organizations_url": "https://api.github.com/users/SiddharthJiyani/orgs",
+ "repos_url": "https://api.github.com/users/SiddharthJiyani/repos",
+ "events_url": "https://api.github.com/users/SiddharthJiyani/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/SiddharthJiyani/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 4
+ },
+ {
+ "login": "abhayymishraa",
+ "id": 133818254,
+ "node_id": "U_kgDOB_nnjg",
+ "avatar_url": "https://avatars.githubusercontent.com/u/133818254?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/abhayymishraa",
+ "html_url": "https://github.com/abhayymishraa",
+ "followers_url": "https://api.github.com/users/abhayymishraa/followers",
+ "following_url": "https://api.github.com/users/abhayymishraa/following{/other_user}",
+ "gists_url": "https://api.github.com/users/abhayymishraa/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/abhayymishraa/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/abhayymishraa/subscriptions",
+ "organizations_url": "https://api.github.com/users/abhayymishraa/orgs",
+ "repos_url": "https://api.github.com/users/abhayymishraa/repos",
+ "events_url": "https://api.github.com/users/abhayymishraa/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/abhayymishraa/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 4
+ },
+ {
+ "login": "monu808",
+ "id": 115109945,
+ "node_id": "U_kgDOBtxwOQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/115109945?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/monu808",
+ "html_url": "https://github.com/monu808",
+ "followers_url": "https://api.github.com/users/monu808/followers",
+ "following_url": "https://api.github.com/users/monu808/following{/other_user}",
+ "gists_url": "https://api.github.com/users/monu808/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/monu808/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/monu808/subscriptions",
+ "organizations_url": "https://api.github.com/users/monu808/orgs",
+ "repos_url": "https://api.github.com/users/monu808/repos",
+ "events_url": "https://api.github.com/users/monu808/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/monu808/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 3
+ },
+ {
+ "login": "ParagGhatage",
+ "id": 146347793,
+ "node_id": "U_kgDOCLkXEQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/146347793?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/ParagGhatage",
+ "html_url": "https://github.com/ParagGhatage",
+ "followers_url": "https://api.github.com/users/ParagGhatage/followers",
+ "following_url": "https://api.github.com/users/ParagGhatage/following{/other_user}",
+ "gists_url": "https://api.github.com/users/ParagGhatage/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/ParagGhatage/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/ParagGhatage/subscriptions",
+ "organizations_url": "https://api.github.com/users/ParagGhatage/orgs",
+ "repos_url": "https://api.github.com/users/ParagGhatage/repos",
+ "events_url": "https://api.github.com/users/ParagGhatage/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/ParagGhatage/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 3
+ },
+ {
+ "login": "codiphile",
+ "id": 142134117,
+ "node_id": "U_kgDOCHjLZQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/142134117?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/codiphile",
+ "html_url": "https://github.com/codiphile",
+ "followers_url": "https://api.github.com/users/codiphile/followers",
+ "following_url": "https://api.github.com/users/codiphile/following{/other_user}",
+ "gists_url": "https://api.github.com/users/codiphile/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/codiphile/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/codiphile/subscriptions",
+ "organizations_url": "https://api.github.com/users/codiphile/orgs",
+ "repos_url": "https://api.github.com/users/codiphile/repos",
+ "events_url": "https://api.github.com/users/codiphile/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/codiphile/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 3
+ },
+ {
+ "login": "kamisama-coder",
+ "id": 186094787,
+ "node_id": "U_kgDOCxeUww",
+ "avatar_url": "https://avatars.githubusercontent.com/u/186094787?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/kamisama-coder",
+ "html_url": "https://github.com/kamisama-coder",
+ "followers_url": "https://api.github.com/users/kamisama-coder/followers",
+ "following_url": "https://api.github.com/users/kamisama-coder/following{/other_user}",
+ "gists_url": "https://api.github.com/users/kamisama-coder/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/kamisama-coder/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/kamisama-coder/subscriptions",
+ "organizations_url": "https://api.github.com/users/kamisama-coder/orgs",
+ "repos_url": "https://api.github.com/users/kamisama-coder/repos",
+ "events_url": "https://api.github.com/users/kamisama-coder/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/kamisama-coder/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 3
+ },
+ {
+ "login": "skyforge-glitch",
+ "id": 196805013,
+ "node_id": "U_kgDOC7sBlQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/196805013?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/skyforge-glitch",
+ "html_url": "https://github.com/skyforge-glitch",
+ "followers_url": "https://api.github.com/users/skyforge-glitch/followers",
+ "following_url": "https://api.github.com/users/skyforge-glitch/following{/other_user}",
+ "gists_url": "https://api.github.com/users/skyforge-glitch/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/skyforge-glitch/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/skyforge-glitch/subscriptions",
+ "organizations_url": "https://api.github.com/users/skyforge-glitch/orgs",
+ "repos_url": "https://api.github.com/users/skyforge-glitch/repos",
+ "events_url": "https://api.github.com/users/skyforge-glitch/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/skyforge-glitch/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 3
+ },
+ {
+ "login": "jitendra-ky",
+ "id": 36557466,
+ "node_id": "MDQ6VXNlcjM2NTU3NDY2",
+ "avatar_url": "https://avatars.githubusercontent.com/u/36557466?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/jitendra-ky",
+ "html_url": "https://github.com/jitendra-ky",
+ "followers_url": "https://api.github.com/users/jitendra-ky/followers",
+ "following_url": "https://api.github.com/users/jitendra-ky/following{/other_user}",
+ "gists_url": "https://api.github.com/users/jitendra-ky/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/jitendra-ky/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/jitendra-ky/subscriptions",
+ "organizations_url": "https://api.github.com/users/jitendra-ky/orgs",
+ "repos_url": "https://api.github.com/users/jitendra-ky/repos",
+ "events_url": "https://api.github.com/users/jitendra-ky/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/jitendra-ky/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 3
+ },
+ {
+ "login": "adya14",
+ "id": 103478795,
+ "node_id": "U_kgDOBir2Cw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/103478795?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/adya14",
+ "html_url": "https://github.com/adya14",
+ "followers_url": "https://api.github.com/users/adya14/followers",
+ "following_url": "https://api.github.com/users/adya14/following{/other_user}",
+ "gists_url": "https://api.github.com/users/adya14/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/adya14/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/adya14/subscriptions",
+ "organizations_url": "https://api.github.com/users/adya14/orgs",
+ "repos_url": "https://api.github.com/users/adya14/repos",
+ "events_url": "https://api.github.com/users/adya14/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/adya14/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 3
+ },
+ {
+ "login": "seika-afk",
+ "id": 84296830,
+ "node_id": "MDQ6VXNlcjg0Mjk2ODMw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/84296830?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/seika-afk",
+ "html_url": "https://github.com/seika-afk",
+ "followers_url": "https://api.github.com/users/seika-afk/followers",
+ "following_url": "https://api.github.com/users/seika-afk/following{/other_user}",
+ "gists_url": "https://api.github.com/users/seika-afk/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/seika-afk/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/seika-afk/subscriptions",
+ "organizations_url": "https://api.github.com/users/seika-afk/orgs",
+ "repos_url": "https://api.github.com/users/seika-afk/repos",
+ "events_url": "https://api.github.com/users/seika-afk/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/seika-afk/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 3
+ },
+ {
+ "login": "Pritom2357",
+ "id": 76788332,
+ "node_id": "MDQ6VXNlcjc2Nzg4MzMy",
+ "avatar_url": "https://avatars.githubusercontent.com/u/76788332?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Pritom2357",
+ "html_url": "https://github.com/Pritom2357",
+ "followers_url": "https://api.github.com/users/Pritom2357/followers",
+ "following_url": "https://api.github.com/users/Pritom2357/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Pritom2357/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Pritom2357/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Pritom2357/subscriptions",
+ "organizations_url": "https://api.github.com/users/Pritom2357/orgs",
+ "repos_url": "https://api.github.com/users/Pritom2357/repos",
+ "events_url": "https://api.github.com/users/Pritom2357/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Pritom2357/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 2
+ },
+ {
+ "login": "singhshaurya01",
+ "id": 222411767,
+ "node_id": "U_kgDODUG79w",
+ "avatar_url": "https://avatars.githubusercontent.com/u/222411767?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/singhshaurya01",
+ "html_url": "https://github.com/singhshaurya01",
+ "followers_url": "https://api.github.com/users/singhshaurya01/followers",
+ "following_url": "https://api.github.com/users/singhshaurya01/following{/other_user}",
+ "gists_url": "https://api.github.com/users/singhshaurya01/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/singhshaurya01/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/singhshaurya01/subscriptions",
+ "organizations_url": "https://api.github.com/users/singhshaurya01/orgs",
+ "repos_url": "https://api.github.com/users/singhshaurya01/repos",
+ "events_url": "https://api.github.com/users/singhshaurya01/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/singhshaurya01/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 2
+ },
+ {
+ "login": "bakayu",
+ "id": 56398566,
+ "node_id": "MDQ6VXNlcjU2Mzk4NTY2",
+ "avatar_url": "https://avatars.githubusercontent.com/u/56398566?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/bakayu",
+ "html_url": "https://github.com/bakayu",
+ "followers_url": "https://api.github.com/users/bakayu/followers",
+ "following_url": "https://api.github.com/users/bakayu/following{/other_user}",
+ "gists_url": "https://api.github.com/users/bakayu/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/bakayu/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/bakayu/subscriptions",
+ "organizations_url": "https://api.github.com/users/bakayu/orgs",
+ "repos_url": "https://api.github.com/users/bakayu/repos",
+ "events_url": "https://api.github.com/users/bakayu/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/bakayu/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 2
+ },
+ {
+ "login": "Supritha-gurazala",
+ "id": 171582752,
+ "node_id": "U_kgDOCjolIA",
+ "avatar_url": "https://avatars.githubusercontent.com/u/171582752?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Supritha-gurazala",
+ "html_url": "https://github.com/Supritha-gurazala",
+ "followers_url": "https://api.github.com/users/Supritha-gurazala/followers",
+ "following_url": "https://api.github.com/users/Supritha-gurazala/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Supritha-gurazala/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Supritha-gurazala/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Supritha-gurazala/subscriptions",
+ "organizations_url": "https://api.github.com/users/Supritha-gurazala/orgs",
+ "repos_url": "https://api.github.com/users/Supritha-gurazala/repos",
+ "events_url": "https://api.github.com/users/Supritha-gurazala/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Supritha-gurazala/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 2
+ },
+ {
+ "login": "arorabhavik1001",
+ "id": 71212695,
+ "node_id": "MDQ6VXNlcjcxMjEyNjk1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/71212695?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/arorabhavik1001",
+ "html_url": "https://github.com/arorabhavik1001",
+ "followers_url": "https://api.github.com/users/arorabhavik1001/followers",
+ "following_url": "https://api.github.com/users/arorabhavik1001/following{/other_user}",
+ "gists_url": "https://api.github.com/users/arorabhavik1001/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/arorabhavik1001/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/arorabhavik1001/subscriptions",
+ "organizations_url": "https://api.github.com/users/arorabhavik1001/orgs",
+ "repos_url": "https://api.github.com/users/arorabhavik1001/repos",
+ "events_url": "https://api.github.com/users/arorabhavik1001/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/arorabhavik1001/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 2
+ },
+ {
+ "login": "DhruvK278",
+ "id": 136009129,
+ "node_id": "U_kgDOCBtVqQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/136009129?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/DhruvK278",
+ "html_url": "https://github.com/DhruvK278",
+ "followers_url": "https://api.github.com/users/DhruvK278/followers",
+ "following_url": "https://api.github.com/users/DhruvK278/following{/other_user}",
+ "gists_url": "https://api.github.com/users/DhruvK278/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/DhruvK278/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/DhruvK278/subscriptions",
+ "organizations_url": "https://api.github.com/users/DhruvK278/orgs",
+ "repos_url": "https://api.github.com/users/DhruvK278/repos",
+ "events_url": "https://api.github.com/users/DhruvK278/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/DhruvK278/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 2
+ },
+ {
+ "login": "ManishxNinja",
+ "id": 126325637,
+ "node_id": "U_kgDOB4eThQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/126325637?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/ManishxNinja",
+ "html_url": "https://github.com/ManishxNinja",
+ "followers_url": "https://api.github.com/users/ManishxNinja/followers",
+ "following_url": "https://api.github.com/users/ManishxNinja/following{/other_user}",
+ "gists_url": "https://api.github.com/users/ManishxNinja/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/ManishxNinja/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/ManishxNinja/subscriptions",
+ "organizations_url": "https://api.github.com/users/ManishxNinja/orgs",
+ "repos_url": "https://api.github.com/users/ManishxNinja/repos",
+ "events_url": "https://api.github.com/users/ManishxNinja/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/ManishxNinja/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 2
+ },
+ {
+ "login": "MayankSharma-ops",
+ "id": 199877936,
+ "node_id": "U_kgDOC-nlMA",
+ "avatar_url": "https://avatars.githubusercontent.com/u/199877936?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/MayankSharma-ops",
+ "html_url": "https://github.com/MayankSharma-ops",
+ "followers_url": "https://api.github.com/users/MayankSharma-ops/followers",
+ "following_url": "https://api.github.com/users/MayankSharma-ops/following{/other_user}",
+ "gists_url": "https://api.github.com/users/MayankSharma-ops/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/MayankSharma-ops/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/MayankSharma-ops/subscriptions",
+ "organizations_url": "https://api.github.com/users/MayankSharma-ops/orgs",
+ "repos_url": "https://api.github.com/users/MayankSharma-ops/repos",
+ "events_url": "https://api.github.com/users/MayankSharma-ops/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/MayankSharma-ops/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 2
+ },
+ {
+ "login": "priyankeshh",
+ "id": 102135464,
+ "node_id": "U_kgDOBhZ2qA",
+ "avatar_url": "https://avatars.githubusercontent.com/u/102135464?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/priyankeshh",
+ "html_url": "https://github.com/priyankeshh",
+ "followers_url": "https://api.github.com/users/priyankeshh/followers",
+ "following_url": "https://api.github.com/users/priyankeshh/following{/other_user}",
+ "gists_url": "https://api.github.com/users/priyankeshh/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/priyankeshh/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/priyankeshh/subscriptions",
+ "organizations_url": "https://api.github.com/users/priyankeshh/orgs",
+ "repos_url": "https://api.github.com/users/priyankeshh/repos",
+ "events_url": "https://api.github.com/users/priyankeshh/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/priyankeshh/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 2
+ },
+ {
+ "login": "SharkyBytes",
+ "id": 129230225,
+ "node_id": "U_kgDOB7PlkQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/129230225?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/SharkyBytes",
+ "html_url": "https://github.com/SharkyBytes",
+ "followers_url": "https://api.github.com/users/SharkyBytes/followers",
+ "following_url": "https://api.github.com/users/SharkyBytes/following{/other_user}",
+ "gists_url": "https://api.github.com/users/SharkyBytes/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/SharkyBytes/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/SharkyBytes/subscriptions",
+ "organizations_url": "https://api.github.com/users/SharkyBytes/orgs",
+ "repos_url": "https://api.github.com/users/SharkyBytes/repos",
+ "events_url": "https://api.github.com/users/SharkyBytes/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/SharkyBytes/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 2
+ },
+ {
+ "login": "ritigya03",
+ "id": 149865024,
+ "node_id": "U_kgDOCO7CQA",
+ "avatar_url": "https://avatars.githubusercontent.com/u/149865024?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/ritigya03",
+ "html_url": "https://github.com/ritigya03",
+ "followers_url": "https://api.github.com/users/ritigya03/followers",
+ "following_url": "https://api.github.com/users/ritigya03/following{/other_user}",
+ "gists_url": "https://api.github.com/users/ritigya03/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/ritigya03/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/ritigya03/subscriptions",
+ "organizations_url": "https://api.github.com/users/ritigya03/orgs",
+ "repos_url": "https://api.github.com/users/ritigya03/repos",
+ "events_url": "https://api.github.com/users/ritigya03/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/ritigya03/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "rebeccabas",
+ "id": 103018188,
+ "node_id": "U_kgDOBiPuzA",
+ "avatar_url": "https://avatars.githubusercontent.com/u/103018188?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/rebeccabas",
+ "html_url": "https://github.com/rebeccabas",
+ "followers_url": "https://api.github.com/users/rebeccabas/followers",
+ "following_url": "https://api.github.com/users/rebeccabas/following{/other_user}",
+ "gists_url": "https://api.github.com/users/rebeccabas/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/rebeccabas/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/rebeccabas/subscriptions",
+ "organizations_url": "https://api.github.com/users/rebeccabas/orgs",
+ "repos_url": "https://api.github.com/users/rebeccabas/repos",
+ "events_url": "https://api.github.com/users/rebeccabas/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/rebeccabas/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "Ujjiyara",
+ "id": 192215632,
+ "node_id": "U_kgDOC3T6UA",
+ "avatar_url": "https://avatars.githubusercontent.com/u/192215632?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Ujjiyara",
+ "html_url": "https://github.com/Ujjiyara",
+ "followers_url": "https://api.github.com/users/Ujjiyara/followers",
+ "following_url": "https://api.github.com/users/Ujjiyara/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Ujjiyara/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Ujjiyara/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Ujjiyara/subscriptions",
+ "organizations_url": "https://api.github.com/users/Ujjiyara/orgs",
+ "repos_url": "https://api.github.com/users/Ujjiyara/repos",
+ "events_url": "https://api.github.com/users/Ujjiyara/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Ujjiyara/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "suryansh00001",
+ "id": 203127069,
+ "node_id": "U_kgDODBt5HQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/203127069?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/suryansh00001",
+ "html_url": "https://github.com/suryansh00001",
+ "followers_url": "https://api.github.com/users/suryansh00001/followers",
+ "following_url": "https://api.github.com/users/suryansh00001/following{/other_user}",
+ "gists_url": "https://api.github.com/users/suryansh00001/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/suryansh00001/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/suryansh00001/subscriptions",
+ "organizations_url": "https://api.github.com/users/suryansh00001/orgs",
+ "repos_url": "https://api.github.com/users/suryansh00001/repos",
+ "events_url": "https://api.github.com/users/suryansh00001/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/suryansh00001/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "tanmaysachann",
+ "id": 188097442,
+ "node_id": "U_kgDOCzYjog",
+ "avatar_url": "https://avatars.githubusercontent.com/u/188097442?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/tanmaysachann",
+ "html_url": "https://github.com/tanmaysachann",
+ "followers_url": "https://api.github.com/users/tanmaysachann/followers",
+ "following_url": "https://api.github.com/users/tanmaysachann/following{/other_user}",
+ "gists_url": "https://api.github.com/users/tanmaysachann/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/tanmaysachann/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/tanmaysachann/subscriptions",
+ "organizations_url": "https://api.github.com/users/tanmaysachann/orgs",
+ "repos_url": "https://api.github.com/users/tanmaysachann/repos",
+ "events_url": "https://api.github.com/users/tanmaysachann/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/tanmaysachann/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "Varun-JP",
+ "id": 92174003,
+ "node_id": "U_kgDOBX52sw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/92174003?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Varun-JP",
+ "html_url": "https://github.com/Varun-JP",
+ "followers_url": "https://api.github.com/users/Varun-JP/followers",
+ "following_url": "https://api.github.com/users/Varun-JP/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Varun-JP/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Varun-JP/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Varun-JP/subscriptions",
+ "organizations_url": "https://api.github.com/users/Varun-JP/orgs",
+ "repos_url": "https://api.github.com/users/Varun-JP/repos",
+ "events_url": "https://api.github.com/users/Varun-JP/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Varun-JP/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "VasuS609",
+ "id": 160463336,
+ "node_id": "U_kgDOCZB56A",
+ "avatar_url": "https://avatars.githubusercontent.com/u/160463336?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/VasuS609",
+ "html_url": "https://github.com/VasuS609",
+ "followers_url": "https://api.github.com/users/VasuS609/followers",
+ "following_url": "https://api.github.com/users/VasuS609/following{/other_user}",
+ "gists_url": "https://api.github.com/users/VasuS609/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/VasuS609/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/VasuS609/subscriptions",
+ "organizations_url": "https://api.github.com/users/VasuS609/orgs",
+ "repos_url": "https://api.github.com/users/VasuS609/repos",
+ "events_url": "https://api.github.com/users/VasuS609/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/VasuS609/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "devanmolx",
+ "id": 143805969,
+ "node_id": "U_kgDOCJJOEQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/143805969?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/devanmolx",
+ "html_url": "https://github.com/devanmolx",
+ "followers_url": "https://api.github.com/users/devanmolx/followers",
+ "following_url": "https://api.github.com/users/devanmolx/following{/other_user}",
+ "gists_url": "https://api.github.com/users/devanmolx/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/devanmolx/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/devanmolx/subscriptions",
+ "organizations_url": "https://api.github.com/users/devanmolx/orgs",
+ "repos_url": "https://api.github.com/users/devanmolx/repos",
+ "events_url": "https://api.github.com/users/devanmolx/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/devanmolx/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "Awaneesh03",
+ "id": 125533736,
+ "node_id": "U_kgDOB3t-KA",
+ "avatar_url": "https://avatars.githubusercontent.com/u/125533736?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Awaneesh03",
+ "html_url": "https://github.com/Awaneesh03",
+ "followers_url": "https://api.github.com/users/Awaneesh03/followers",
+ "following_url": "https://api.github.com/users/Awaneesh03/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Awaneesh03/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Awaneesh03/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Awaneesh03/subscriptions",
+ "organizations_url": "https://api.github.com/users/Awaneesh03/orgs",
+ "repos_url": "https://api.github.com/users/Awaneesh03/repos",
+ "events_url": "https://api.github.com/users/Awaneesh03/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Awaneesh03/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "dhruvi-16-me",
+ "id": 188478043,
+ "node_id": "U_kgDOCzvyWw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/188478043?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/dhruvi-16-me",
+ "html_url": "https://github.com/dhruvi-16-me",
+ "followers_url": "https://api.github.com/users/dhruvi-16-me/followers",
+ "following_url": "https://api.github.com/users/dhruvi-16-me/following{/other_user}",
+ "gists_url": "https://api.github.com/users/dhruvi-16-me/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/dhruvi-16-me/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/dhruvi-16-me/subscriptions",
+ "organizations_url": "https://api.github.com/users/dhruvi-16-me/orgs",
+ "repos_url": "https://api.github.com/users/dhruvi-16-me/repos",
+ "events_url": "https://api.github.com/users/dhruvi-16-me/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/dhruvi-16-me/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "g-k-s-03",
+ "id": 226368649,
+ "node_id": "U_kgDODX4ciQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/226368649?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/g-k-s-03",
+ "html_url": "https://github.com/g-k-s-03",
+ "followers_url": "https://api.github.com/users/g-k-s-03/followers",
+ "following_url": "https://api.github.com/users/g-k-s-03/following{/other_user}",
+ "gists_url": "https://api.github.com/users/g-k-s-03/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/g-k-s-03/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/g-k-s-03/subscriptions",
+ "organizations_url": "https://api.github.com/users/g-k-s-03/orgs",
+ "repos_url": "https://api.github.com/users/g-k-s-03/repos",
+ "events_url": "https://api.github.com/users/g-k-s-03/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/g-k-s-03/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "dehydrated-bear",
+ "id": 173430794,
+ "node_id": "U_kgDOClZYCg",
+ "avatar_url": "https://avatars.githubusercontent.com/u/173430794?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/dehydrated-bear",
+ "html_url": "https://github.com/dehydrated-bear",
+ "followers_url": "https://api.github.com/users/dehydrated-bear/followers",
+ "following_url": "https://api.github.com/users/dehydrated-bear/following{/other_user}",
+ "gists_url": "https://api.github.com/users/dehydrated-bear/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/dehydrated-bear/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/dehydrated-bear/subscriptions",
+ "organizations_url": "https://api.github.com/users/dehydrated-bear/orgs",
+ "repos_url": "https://api.github.com/users/dehydrated-bear/repos",
+ "events_url": "https://api.github.com/users/dehydrated-bear/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/dehydrated-bear/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "igennova",
+ "id": 91773416,
+ "node_id": "U_kgDOBXhZ6A",
+ "avatar_url": "https://avatars.githubusercontent.com/u/91773416?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/igennova",
+ "html_url": "https://github.com/igennova",
+ "followers_url": "https://api.github.com/users/igennova/followers",
+ "following_url": "https://api.github.com/users/igennova/following{/other_user}",
+ "gists_url": "https://api.github.com/users/igennova/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/igennova/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/igennova/subscriptions",
+ "organizations_url": "https://api.github.com/users/igennova/orgs",
+ "repos_url": "https://api.github.com/users/igennova/repos",
+ "events_url": "https://api.github.com/users/igennova/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/igennova/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "sawarn24",
+ "id": 150719088,
+ "node_id": "U_kgDOCPvKcA",
+ "avatar_url": "https://avatars.githubusercontent.com/u/150719088?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/sawarn24",
+ "html_url": "https://github.com/sawarn24",
+ "followers_url": "https://api.github.com/users/sawarn24/followers",
+ "following_url": "https://api.github.com/users/sawarn24/following{/other_user}",
+ "gists_url": "https://api.github.com/users/sawarn24/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/sawarn24/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/sawarn24/subscriptions",
+ "organizations_url": "https://api.github.com/users/sawarn24/orgs",
+ "repos_url": "https://api.github.com/users/sawarn24/repos",
+ "events_url": "https://api.github.com/users/sawarn24/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/sawarn24/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "smeet96",
+ "id": 171246282,
+ "node_id": "U_kgDOCjUCyg",
+ "avatar_url": "https://avatars.githubusercontent.com/u/171246282?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/smeet96",
+ "html_url": "https://github.com/smeet96",
+ "followers_url": "https://api.github.com/users/smeet96/followers",
+ "following_url": "https://api.github.com/users/smeet96/following{/other_user}",
+ "gists_url": "https://api.github.com/users/smeet96/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/smeet96/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/smeet96/subscriptions",
+ "organizations_url": "https://api.github.com/users/smeet96/orgs",
+ "repos_url": "https://api.github.com/users/smeet96/repos",
+ "events_url": "https://api.github.com/users/smeet96/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/smeet96/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "vipulgupta28",
+ "id": 121814604,
+ "node_id": "U_kgDOB0K-TA",
+ "avatar_url": "https://avatars.githubusercontent.com/u/121814604?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/vipulgupta28",
+ "html_url": "https://github.com/vipulgupta28",
+ "followers_url": "https://api.github.com/users/vipulgupta28/followers",
+ "following_url": "https://api.github.com/users/vipulgupta28/following{/other_user}",
+ "gists_url": "https://api.github.com/users/vipulgupta28/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/vipulgupta28/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/vipulgupta28/subscriptions",
+ "organizations_url": "https://api.github.com/users/vipulgupta28/orgs",
+ "repos_url": "https://api.github.com/users/vipulgupta28/repos",
+ "events_url": "https://api.github.com/users/vipulgupta28/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/vipulgupta28/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "yosinn1-blip",
+ "id": 269333706,
+ "node_id": "U_kgDOEA20yg",
+ "avatar_url": "https://avatars.githubusercontent.com/u/269333706?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/yosinn1-blip",
+ "html_url": "https://github.com/yosinn1-blip",
+ "followers_url": "https://api.github.com/users/yosinn1-blip/followers",
+ "following_url": "https://api.github.com/users/yosinn1-blip/following{/other_user}",
+ "gists_url": "https://api.github.com/users/yosinn1-blip/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/yosinn1-blip/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/yosinn1-blip/subscriptions",
+ "organizations_url": "https://api.github.com/users/yosinn1-blip/orgs",
+ "repos_url": "https://api.github.com/users/yosinn1-blip/repos",
+ "events_url": "https://api.github.com/users/yosinn1-blip/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/yosinn1-blip/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "aryash45",
+ "id": 180546589,
+ "node_id": "U_kgDOCsLsHQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/180546589?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/aryash45",
+ "html_url": "https://github.com/aryash45",
+ "followers_url": "https://api.github.com/users/aryash45/followers",
+ "following_url": "https://api.github.com/users/aryash45/following{/other_user}",
+ "gists_url": "https://api.github.com/users/aryash45/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/aryash45/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/aryash45/subscriptions",
+ "organizations_url": "https://api.github.com/users/aryash45/orgs",
+ "repos_url": "https://api.github.com/users/aryash45/repos",
+ "events_url": "https://api.github.com/users/aryash45/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/aryash45/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "Abhaysoft-inc",
+ "id": 57512017,
+ "node_id": "MDQ6VXNlcjU3NTEyMDE3",
+ "avatar_url": "https://avatars.githubusercontent.com/u/57512017?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Abhaysoft-inc",
+ "html_url": "https://github.com/Abhaysoft-inc",
+ "followers_url": "https://api.github.com/users/Abhaysoft-inc/followers",
+ "following_url": "https://api.github.com/users/Abhaysoft-inc/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Abhaysoft-inc/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Abhaysoft-inc/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Abhaysoft-inc/subscriptions",
+ "organizations_url": "https://api.github.com/users/Abhaysoft-inc/orgs",
+ "repos_url": "https://api.github.com/users/Abhaysoft-inc/repos",
+ "events_url": "https://api.github.com/users/Abhaysoft-inc/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Abhaysoft-inc/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "Adarsh-ops",
+ "id": 176600621,
+ "node_id": "U_kgDOCoa2LQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/176600621?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Adarsh-ops",
+ "html_url": "https://github.com/Adarsh-ops",
+ "followers_url": "https://api.github.com/users/Adarsh-ops/followers",
+ "following_url": "https://api.github.com/users/Adarsh-ops/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Adarsh-ops/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Adarsh-ops/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Adarsh-ops/subscriptions",
+ "organizations_url": "https://api.github.com/users/Adarsh-ops/orgs",
+ "repos_url": "https://api.github.com/users/Adarsh-ops/repos",
+ "events_url": "https://api.github.com/users/Adarsh-ops/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Adarsh-ops/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "aniket866",
+ "id": 200447751,
+ "node_id": "U_kgDOC_KXBw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/200447751?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/aniket866",
+ "html_url": "https://github.com/aniket866",
+ "followers_url": "https://api.github.com/users/aniket866/followers",
+ "following_url": "https://api.github.com/users/aniket866/following{/other_user}",
+ "gists_url": "https://api.github.com/users/aniket866/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/aniket866/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/aniket866/subscriptions",
+ "organizations_url": "https://api.github.com/users/aniket866/orgs",
+ "repos_url": "https://api.github.com/users/aniket866/repos",
+ "events_url": "https://api.github.com/users/aniket866/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/aniket866/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "steam-bell-92",
+ "id": 192874339,
+ "node_id": "U_kgDOC38HYw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/192874339?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/steam-bell-92",
+ "html_url": "https://github.com/steam-bell-92",
+ "followers_url": "https://api.github.com/users/steam-bell-92/followers",
+ "following_url": "https://api.github.com/users/steam-bell-92/following{/other_user}",
+ "gists_url": "https://api.github.com/users/steam-bell-92/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/steam-bell-92/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/steam-bell-92/subscriptions",
+ "organizations_url": "https://api.github.com/users/steam-bell-92/orgs",
+ "repos_url": "https://api.github.com/users/steam-bell-92/repos",
+ "events_url": "https://api.github.com/users/steam-bell-92/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/steam-bell-92/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "Arpitsh7",
+ "id": 125698685,
+ "node_id": "U_kgDOB34CfQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/125698685?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Arpitsh7",
+ "html_url": "https://github.com/Arpitsh7",
+ "followers_url": "https://api.github.com/users/Arpitsh7/followers",
+ "following_url": "https://api.github.com/users/Arpitsh7/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Arpitsh7/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Arpitsh7/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Arpitsh7/subscriptions",
+ "organizations_url": "https://api.github.com/users/Arpitsh7/orgs",
+ "repos_url": "https://api.github.com/users/Arpitsh7/repos",
+ "events_url": "https://api.github.com/users/Arpitsh7/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Arpitsh7/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "Daniel-Leve",
+ "id": 147330913,
+ "node_id": "U_kgDOCMgXYQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/147330913?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Daniel-Leve",
+ "html_url": "https://github.com/Daniel-Leve",
+ "followers_url": "https://api.github.com/users/Daniel-Leve/followers",
+ "following_url": "https://api.github.com/users/Daniel-Leve/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Daniel-Leve/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Daniel-Leve/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Daniel-Leve/subscriptions",
+ "organizations_url": "https://api.github.com/users/Daniel-Leve/orgs",
+ "repos_url": "https://api.github.com/users/Daniel-Leve/repos",
+ "events_url": "https://api.github.com/users/Daniel-Leve/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Daniel-Leve/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "HardikMathur11",
+ "id": 186831435,
+ "node_id": "U_kgDOCyLSSw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/186831435?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/HardikMathur11",
+ "html_url": "https://github.com/HardikMathur11",
+ "followers_url": "https://api.github.com/users/HardikMathur11/followers",
+ "following_url": "https://api.github.com/users/HardikMathur11/following{/other_user}",
+ "gists_url": "https://api.github.com/users/HardikMathur11/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/HardikMathur11/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/HardikMathur11/subscriptions",
+ "organizations_url": "https://api.github.com/users/HardikMathur11/orgs",
+ "repos_url": "https://api.github.com/users/HardikMathur11/repos",
+ "events_url": "https://api.github.com/users/HardikMathur11/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/HardikMathur11/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "harsh1519",
+ "id": 98206466,
+ "node_id": "U_kgDOBdqDAg",
+ "avatar_url": "https://avatars.githubusercontent.com/u/98206466?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/harsh1519",
+ "html_url": "https://github.com/harsh1519",
+ "followers_url": "https://api.github.com/users/harsh1519/followers",
+ "following_url": "https://api.github.com/users/harsh1519/following{/other_user}",
+ "gists_url": "https://api.github.com/users/harsh1519/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/harsh1519/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/harsh1519/subscriptions",
+ "organizations_url": "https://api.github.com/users/harsh1519/orgs",
+ "repos_url": "https://api.github.com/users/harsh1519/repos",
+ "events_url": "https://api.github.com/users/harsh1519/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/harsh1519/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "KKSurendran06",
+ "id": 137263515,
+ "node_id": "U_kgDOCC55mw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/137263515?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/KKSurendran06",
+ "html_url": "https://github.com/KKSurendran06",
+ "followers_url": "https://api.github.com/users/KKSurendran06/followers",
+ "following_url": "https://api.github.com/users/KKSurendran06/following{/other_user}",
+ "gists_url": "https://api.github.com/users/KKSurendran06/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/KKSurendran06/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/KKSurendran06/subscriptions",
+ "organizations_url": "https://api.github.com/users/KKSurendran06/orgs",
+ "repos_url": "https://api.github.com/users/KKSurendran06/repos",
+ "events_url": "https://api.github.com/users/KKSurendran06/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/KKSurendran06/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "kunal30114",
+ "id": 149945731,
+ "node_id": "U_kgDOCO_9gw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/149945731?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/kunal30114",
+ "html_url": "https://github.com/kunal30114",
+ "followers_url": "https://api.github.com/users/kunal30114/followers",
+ "following_url": "https://api.github.com/users/kunal30114/following{/other_user}",
+ "gists_url": "https://api.github.com/users/kunal30114/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/kunal30114/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/kunal30114/subscriptions",
+ "organizations_url": "https://api.github.com/users/kunal30114/orgs",
+ "repos_url": "https://api.github.com/users/kunal30114/repos",
+ "events_url": "https://api.github.com/users/kunal30114/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/kunal30114/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "kanishka-commits",
+ "id": 172115852,
+ "node_id": "U_kgDOCkJHjA",
+ "avatar_url": "https://avatars.githubusercontent.com/u/172115852?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/kanishka-commits",
+ "html_url": "https://github.com/kanishka-commits",
+ "followers_url": "https://api.github.com/users/kanishka-commits/followers",
+ "following_url": "https://api.github.com/users/kanishka-commits/following{/other_user}",
+ "gists_url": "https://api.github.com/users/kanishka-commits/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/kanishka-commits/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/kanishka-commits/subscriptions",
+ "organizations_url": "https://api.github.com/users/kanishka-commits/orgs",
+ "repos_url": "https://api.github.com/users/kanishka-commits/repos",
+ "events_url": "https://api.github.com/users/kanishka-commits/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/kanishka-commits/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "keshaviscool",
+ "id": 71484260,
+ "node_id": "MDQ6VXNlcjcxNDg0MjYw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/71484260?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/keshaviscool",
+ "html_url": "https://github.com/keshaviscool",
+ "followers_url": "https://api.github.com/users/keshaviscool/followers",
+ "following_url": "https://api.github.com/users/keshaviscool/following{/other_user}",
+ "gists_url": "https://api.github.com/users/keshaviscool/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/keshaviscool/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/keshaviscool/subscriptions",
+ "organizations_url": "https://api.github.com/users/keshaviscool/orgs",
+ "repos_url": "https://api.github.com/users/keshaviscool/repos",
+ "events_url": "https://api.github.com/users/keshaviscool/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/keshaviscool/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "manishyad375375",
+ "id": 123263131,
+ "node_id": "U_kgDOB1jYmw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/123263131?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/manishyad375375",
+ "html_url": "https://github.com/manishyad375375",
+ "followers_url": "https://api.github.com/users/manishyad375375/followers",
+ "following_url": "https://api.github.com/users/manishyad375375/following{/other_user}",
+ "gists_url": "https://api.github.com/users/manishyad375375/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/manishyad375375/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/manishyad375375/subscriptions",
+ "organizations_url": "https://api.github.com/users/manishyad375375/orgs",
+ "repos_url": "https://api.github.com/users/manishyad375375/repos",
+ "events_url": "https://api.github.com/users/manishyad375375/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/manishyad375375/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "PranjaliBhardwaj",
+ "id": 146981751,
+ "node_id": "U_kgDOCMLDdw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/146981751?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/PranjaliBhardwaj",
+ "html_url": "https://github.com/PranjaliBhardwaj",
+ "followers_url": "https://api.github.com/users/PranjaliBhardwaj/followers",
+ "following_url": "https://api.github.com/users/PranjaliBhardwaj/following{/other_user}",
+ "gists_url": "https://api.github.com/users/PranjaliBhardwaj/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/PranjaliBhardwaj/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/PranjaliBhardwaj/subscriptions",
+ "organizations_url": "https://api.github.com/users/PranjaliBhardwaj/orgs",
+ "repos_url": "https://api.github.com/users/PranjaliBhardwaj/repos",
+ "events_url": "https://api.github.com/users/PranjaliBhardwaj/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/PranjaliBhardwaj/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "Garry400",
+ "id": 97863544,
+ "node_id": "U_kgDOBdVHeA",
+ "avatar_url": "https://avatars.githubusercontent.com/u/97863544?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Garry400",
+ "html_url": "https://github.com/Garry400",
+ "followers_url": "https://api.github.com/users/Garry400/followers",
+ "following_url": "https://api.github.com/users/Garry400/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Garry400/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Garry400/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Garry400/subscriptions",
+ "organizations_url": "https://api.github.com/users/Garry400/orgs",
+ "repos_url": "https://api.github.com/users/Garry400/repos",
+ "events_url": "https://api.github.com/users/Garry400/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Garry400/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "Rishiii57",
+ "id": 218080108,
+ "node_id": "U_kgDODP-jbA",
+ "avatar_url": "https://avatars.githubusercontent.com/u/218080108?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Rishiii57",
+ "html_url": "https://github.com/Rishiii57",
+ "followers_url": "https://api.github.com/users/Rishiii57/followers",
+ "following_url": "https://api.github.com/users/Rishiii57/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Rishiii57/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Rishiii57/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Rishiii57/subscriptions",
+ "organizations_url": "https://api.github.com/users/Rishiii57/orgs",
+ "repos_url": "https://api.github.com/users/Rishiii57/repos",
+ "events_url": "https://api.github.com/users/Rishiii57/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Rishiii57/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ }
+ ],
+ "Resonate": [
+ {
+ "login": "Aarush-Acharya",
+ "id": 92685647,
+ "node_id": "U_kgDOBYZFTw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/92685647?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Aarush-Acharya",
+ "html_url": "https://github.com/Aarush-Acharya",
+ "followers_url": "https://api.github.com/users/Aarush-Acharya/followers",
+ "following_url": "https://api.github.com/users/Aarush-Acharya/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Aarush-Acharya/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Aarush-Acharya/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Aarush-Acharya/subscriptions",
+ "organizations_url": "https://api.github.com/users/Aarush-Acharya/orgs",
+ "repos_url": "https://api.github.com/users/Aarush-Acharya/repos",
+ "events_url": "https://api.github.com/users/Aarush-Acharya/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Aarush-Acharya/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 273
+ },
+ {
+ "login": "chandansgowda",
+ "id": 41890434,
+ "node_id": "MDQ6VXNlcjQxODkwNDM0",
+ "avatar_url": "https://avatars.githubusercontent.com/u/41890434?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/chandansgowda",
+ "html_url": "https://github.com/chandansgowda",
+ "followers_url": "https://api.github.com/users/chandansgowda/followers",
+ "following_url": "https://api.github.com/users/chandansgowda/following{/other_user}",
+ "gists_url": "https://api.github.com/users/chandansgowda/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/chandansgowda/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/chandansgowda/subscriptions",
+ "organizations_url": "https://api.github.com/users/chandansgowda/orgs",
+ "repos_url": "https://api.github.com/users/chandansgowda/repos",
+ "events_url": "https://api.github.com/users/chandansgowda/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/chandansgowda/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 257
+ },
+ {
+ "login": "M4dhav",
+ "id": 114633095,
+ "node_id": "U_kgDOBtUphw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/114633095?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/M4dhav",
+ "html_url": "https://github.com/M4dhav",
+ "followers_url": "https://api.github.com/users/M4dhav/followers",
+ "following_url": "https://api.github.com/users/M4dhav/following{/other_user}",
+ "gists_url": "https://api.github.com/users/M4dhav/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/M4dhav/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/M4dhav/subscriptions",
+ "organizations_url": "https://api.github.com/users/M4dhav/orgs",
+ "repos_url": "https://api.github.com/users/M4dhav/repos",
+ "events_url": "https://api.github.com/users/M4dhav/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/M4dhav/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 145
+ },
+ {
+ "login": "Mayank4352",
+ "id": 120477383,
+ "node_id": "U_kgDOBy5Wxw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/120477383?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Mayank4352",
+ "html_url": "https://github.com/Mayank4352",
+ "followers_url": "https://api.github.com/users/Mayank4352/followers",
+ "following_url": "https://api.github.com/users/Mayank4352/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Mayank4352/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Mayank4352/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Mayank4352/subscriptions",
+ "organizations_url": "https://api.github.com/users/Mayank4352/orgs",
+ "repos_url": "https://api.github.com/users/Mayank4352/repos",
+ "events_url": "https://api.github.com/users/Mayank4352/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Mayank4352/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 70
+ },
+ {
+ "login": "vrundraval24",
+ "id": 141143426,
+ "node_id": "U_kgDOCGmtgg",
+ "avatar_url": "https://avatars.githubusercontent.com/u/141143426?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/vrundraval24",
+ "html_url": "https://github.com/vrundraval24",
+ "followers_url": "https://api.github.com/users/vrundraval24/followers",
+ "following_url": "https://api.github.com/users/vrundraval24/following{/other_user}",
+ "gists_url": "https://api.github.com/users/vrundraval24/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/vrundraval24/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/vrundraval24/subscriptions",
+ "organizations_url": "https://api.github.com/users/vrundraval24/orgs",
+ "repos_url": "https://api.github.com/users/vrundraval24/repos",
+ "events_url": "https://api.github.com/users/vrundraval24/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/vrundraval24/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 55
+ },
+ {
+ "login": "xkaper001",
+ "id": 71162979,
+ "node_id": "MDQ6VXNlcjcxMTYyOTc5",
+ "avatar_url": "https://avatars.githubusercontent.com/u/71162979?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/xkaper001",
+ "html_url": "https://github.com/xkaper001",
+ "followers_url": "https://api.github.com/users/xkaper001/followers",
+ "following_url": "https://api.github.com/users/xkaper001/following{/other_user}",
+ "gists_url": "https://api.github.com/users/xkaper001/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/xkaper001/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/xkaper001/subscriptions",
+ "organizations_url": "https://api.github.com/users/xkaper001/orgs",
+ "repos_url": "https://api.github.com/users/xkaper001/repos",
+ "events_url": "https://api.github.com/users/xkaper001/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/xkaper001/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 50
+ },
+ {
+ "login": "AyaNady17",
+ "id": 144162711,
+ "node_id": "U_kgDOCJe_lw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/144162711?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AyaNady17",
+ "html_url": "https://github.com/AyaNady17",
+ "followers_url": "https://api.github.com/users/AyaNady17/followers",
+ "following_url": "https://api.github.com/users/AyaNady17/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AyaNady17/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AyaNady17/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AyaNady17/subscriptions",
+ "organizations_url": "https://api.github.com/users/AyaNady17/orgs",
+ "repos_url": "https://api.github.com/users/AyaNady17/repos",
+ "events_url": "https://api.github.com/users/AyaNady17/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AyaNady17/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 47
+ },
+ {
+ "login": "jddeep",
+ "id": 43133646,
+ "node_id": "MDQ6VXNlcjQzMTMzNjQ2",
+ "avatar_url": "https://avatars.githubusercontent.com/u/43133646?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/jddeep",
+ "html_url": "https://github.com/jddeep",
+ "followers_url": "https://api.github.com/users/jddeep/followers",
+ "following_url": "https://api.github.com/users/jddeep/following{/other_user}",
+ "gists_url": "https://api.github.com/users/jddeep/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/jddeep/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/jddeep/subscriptions",
+ "organizations_url": "https://api.github.com/users/jddeep/orgs",
+ "repos_url": "https://api.github.com/users/jddeep/repos",
+ "events_url": "https://api.github.com/users/jddeep/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/jddeep/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 37
+ },
+ {
+ "login": "0xAdiyat",
+ "id": 67780459,
+ "node_id": "MDQ6VXNlcjY3NzgwNDU5",
+ "avatar_url": "https://avatars.githubusercontent.com/u/67780459?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/0xAdiyat",
+ "html_url": "https://github.com/0xAdiyat",
+ "followers_url": "https://api.github.com/users/0xAdiyat/followers",
+ "following_url": "https://api.github.com/users/0xAdiyat/following{/other_user}",
+ "gists_url": "https://api.github.com/users/0xAdiyat/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/0xAdiyat/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/0xAdiyat/subscriptions",
+ "organizations_url": "https://api.github.com/users/0xAdiyat/orgs",
+ "repos_url": "https://api.github.com/users/0xAdiyat/repos",
+ "events_url": "https://api.github.com/users/0xAdiyat/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/0xAdiyat/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 34
+ },
+ {
+ "login": "github-actions[bot]",
+ "id": 41898282,
+ "node_id": "MDM6Qm90NDE4OTgyODI=",
+ "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/github-actions%5Bbot%5D",
+ "html_url": "https://github.com/apps/github-actions",
+ "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",
+ "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",
+ "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",
+ "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",
+ "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",
+ "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",
+ "type": "Bot",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 33
+ },
+ {
+ "login": "uju09",
+ "id": 191013708,
+ "node_id": "U_kgDOC2KjTA",
+ "avatar_url": "https://avatars.githubusercontent.com/u/191013708?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/uju09",
+ "html_url": "https://github.com/uju09",
+ "followers_url": "https://api.github.com/users/uju09/followers",
+ "following_url": "https://api.github.com/users/uju09/following{/other_user}",
+ "gists_url": "https://api.github.com/users/uju09/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/uju09/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/uju09/subscriptions",
+ "organizations_url": "https://api.github.com/users/uju09/orgs",
+ "repos_url": "https://api.github.com/users/uju09/repos",
+ "events_url": "https://api.github.com/users/uju09/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/uju09/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 29
+ },
+ {
+ "login": "ShivamMenda",
+ "id": 74780977,
+ "node_id": "MDQ6VXNlcjc0NzgwOTc3",
+ "avatar_url": "https://avatars.githubusercontent.com/u/74780977?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/ShivamMenda",
+ "html_url": "https://github.com/ShivamMenda",
+ "followers_url": "https://api.github.com/users/ShivamMenda/followers",
+ "following_url": "https://api.github.com/users/ShivamMenda/following{/other_user}",
+ "gists_url": "https://api.github.com/users/ShivamMenda/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/ShivamMenda/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/ShivamMenda/subscriptions",
+ "organizations_url": "https://api.github.com/users/ShivamMenda/orgs",
+ "repos_url": "https://api.github.com/users/ShivamMenda/repos",
+ "events_url": "https://api.github.com/users/ShivamMenda/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/ShivamMenda/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 27
+ },
+ {
+ "login": "puneethkumar18",
+ "id": 119596819,
+ "node_id": "U_kgDOByDnEw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/119596819?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/puneethkumar18",
+ "html_url": "https://github.com/puneethkumar18",
+ "followers_url": "https://api.github.com/users/puneethkumar18/followers",
+ "following_url": "https://api.github.com/users/puneethkumar18/following{/other_user}",
+ "gists_url": "https://api.github.com/users/puneethkumar18/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/puneethkumar18/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/puneethkumar18/subscriptions",
+ "organizations_url": "https://api.github.com/users/puneethkumar18/orgs",
+ "repos_url": "https://api.github.com/users/puneethkumar18/repos",
+ "events_url": "https://api.github.com/users/puneethkumar18/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/puneethkumar18/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 20
+ },
+ {
+ "login": "ARYPROGRAMMER",
+ "id": 75311742,
+ "node_id": "MDQ6VXNlcjc1MzExNzQy",
+ "avatar_url": "https://avatars.githubusercontent.com/u/75311742?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/ARYPROGRAMMER",
+ "html_url": "https://github.com/ARYPROGRAMMER",
+ "followers_url": "https://api.github.com/users/ARYPROGRAMMER/followers",
+ "following_url": "https://api.github.com/users/ARYPROGRAMMER/following{/other_user}",
+ "gists_url": "https://api.github.com/users/ARYPROGRAMMER/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/ARYPROGRAMMER/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/ARYPROGRAMMER/subscriptions",
+ "organizations_url": "https://api.github.com/users/ARYPROGRAMMER/orgs",
+ "repos_url": "https://api.github.com/users/ARYPROGRAMMER/repos",
+ "events_url": "https://api.github.com/users/ARYPROGRAMMER/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/ARYPROGRAMMER/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 16
+ },
+ {
+ "login": "4555jan",
+ "id": 119113736,
+ "node_id": "U_kgDOBxmICA",
+ "avatar_url": "https://avatars.githubusercontent.com/u/119113736?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/4555jan",
+ "html_url": "https://github.com/4555jan",
+ "followers_url": "https://api.github.com/users/4555jan/followers",
+ "following_url": "https://api.github.com/users/4555jan/following{/other_user}",
+ "gists_url": "https://api.github.com/users/4555jan/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/4555jan/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/4555jan/subscriptions",
+ "organizations_url": "https://api.github.com/users/4555jan/orgs",
+ "repos_url": "https://api.github.com/users/4555jan/repos",
+ "events_url": "https://api.github.com/users/4555jan/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/4555jan/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 16
+ },
+ {
+ "login": "asmitvimal-cred",
+ "id": 146125121,
+ "node_id": "U_kgDOCLWxQQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/146125121?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/asmitvimal-cred",
+ "html_url": "https://github.com/asmitvimal-cred",
+ "followers_url": "https://api.github.com/users/asmitvimal-cred/followers",
+ "following_url": "https://api.github.com/users/asmitvimal-cred/following{/other_user}",
+ "gists_url": "https://api.github.com/users/asmitvimal-cred/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/asmitvimal-cred/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/asmitvimal-cred/subscriptions",
+ "organizations_url": "https://api.github.com/users/asmitvimal-cred/orgs",
+ "repos_url": "https://api.github.com/users/asmitvimal-cred/repos",
+ "events_url": "https://api.github.com/users/asmitvimal-cred/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/asmitvimal-cred/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 15
+ },
+ {
+ "login": "JuanitaCathy",
+ "id": 114871036,
+ "node_id": "U_kgDOBtjK_A",
+ "avatar_url": "https://avatars.githubusercontent.com/u/114871036?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/JuanitaCathy",
+ "html_url": "https://github.com/JuanitaCathy",
+ "followers_url": "https://api.github.com/users/JuanitaCathy/followers",
+ "following_url": "https://api.github.com/users/JuanitaCathy/following{/other_user}",
+ "gists_url": "https://api.github.com/users/JuanitaCathy/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/JuanitaCathy/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/JuanitaCathy/subscriptions",
+ "organizations_url": "https://api.github.com/users/JuanitaCathy/orgs",
+ "repos_url": "https://api.github.com/users/JuanitaCathy/repos",
+ "events_url": "https://api.github.com/users/JuanitaCathy/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/JuanitaCathy/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 15
+ },
+ {
+ "login": "Sharma-Ji-21",
+ "id": 177863043,
+ "node_id": "U_kgDOCpn5gw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/177863043?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Sharma-Ji-21",
+ "html_url": "https://github.com/Sharma-Ji-21",
+ "followers_url": "https://api.github.com/users/Sharma-Ji-21/followers",
+ "following_url": "https://api.github.com/users/Sharma-Ji-21/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Sharma-Ji-21/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Sharma-Ji-21/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Sharma-Ji-21/subscriptions",
+ "organizations_url": "https://api.github.com/users/Sharma-Ji-21/orgs",
+ "repos_url": "https://api.github.com/users/Sharma-Ji-21/repos",
+ "events_url": "https://api.github.com/users/Sharma-Ji-21/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Sharma-Ji-21/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 14
+ },
+ {
+ "login": "TheGoodUser",
+ "id": 121678476,
+ "node_id": "U_kgDOB0CqjA",
+ "avatar_url": "https://avatars.githubusercontent.com/u/121678476?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/TheGoodUser",
+ "html_url": "https://github.com/TheGoodUser",
+ "followers_url": "https://api.github.com/users/TheGoodUser/followers",
+ "following_url": "https://api.github.com/users/TheGoodUser/following{/other_user}",
+ "gists_url": "https://api.github.com/users/TheGoodUser/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/TheGoodUser/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/TheGoodUser/subscriptions",
+ "organizations_url": "https://api.github.com/users/TheGoodUser/orgs",
+ "repos_url": "https://api.github.com/users/TheGoodUser/repos",
+ "events_url": "https://api.github.com/users/TheGoodUser/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/TheGoodUser/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 12
+ },
+ {
+ "login": "yuvikaaaaaa",
+ "id": 154015713,
+ "node_id": "U_kgDOCS4X4Q",
+ "avatar_url": "https://avatars.githubusercontent.com/u/154015713?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/yuvikaaaaaa",
+ "html_url": "https://github.com/yuvikaaaaaa",
+ "followers_url": "https://api.github.com/users/yuvikaaaaaa/followers",
+ "following_url": "https://api.github.com/users/yuvikaaaaaa/following{/other_user}",
+ "gists_url": "https://api.github.com/users/yuvikaaaaaa/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/yuvikaaaaaa/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/yuvikaaaaaa/subscriptions",
+ "organizations_url": "https://api.github.com/users/yuvikaaaaaa/orgs",
+ "repos_url": "https://api.github.com/users/yuvikaaaaaa/repos",
+ "events_url": "https://api.github.com/users/yuvikaaaaaa/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/yuvikaaaaaa/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 11
+ },
+ {
+ "login": "AKASHANGADII",
+ "id": 81625153,
+ "node_id": "MDQ6VXNlcjgxNjI1MTUz",
+ "avatar_url": "https://avatars.githubusercontent.com/u/81625153?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AKASHANGADII",
+ "html_url": "https://github.com/AKASHANGADII",
+ "followers_url": "https://api.github.com/users/AKASHANGADII/followers",
+ "following_url": "https://api.github.com/users/AKASHANGADII/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AKASHANGADII/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AKASHANGADII/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AKASHANGADII/subscriptions",
+ "organizations_url": "https://api.github.com/users/AKASHANGADII/orgs",
+ "repos_url": "https://api.github.com/users/AKASHANGADII/repos",
+ "events_url": "https://api.github.com/users/AKASHANGADII/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AKASHANGADII/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 10
+ },
+ {
+ "login": "ShamanthOP",
+ "id": 69506046,
+ "node_id": "MDQ6VXNlcjY5NTA2MDQ2",
+ "avatar_url": "https://avatars.githubusercontent.com/u/69506046?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/ShamanthOP",
+ "html_url": "https://github.com/ShamanthOP",
+ "followers_url": "https://api.github.com/users/ShamanthOP/followers",
+ "following_url": "https://api.github.com/users/ShamanthOP/following{/other_user}",
+ "gists_url": "https://api.github.com/users/ShamanthOP/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/ShamanthOP/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/ShamanthOP/subscriptions",
+ "organizations_url": "https://api.github.com/users/ShamanthOP/orgs",
+ "repos_url": "https://api.github.com/users/ShamanthOP/repos",
+ "events_url": "https://api.github.com/users/ShamanthOP/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/ShamanthOP/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 9
+ },
+ {
+ "login": "bhawesh2002",
+ "id": 55053472,
+ "node_id": "MDQ6VXNlcjU1MDUzNDcy",
+ "avatar_url": "https://avatars.githubusercontent.com/u/55053472?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/bhawesh2002",
+ "html_url": "https://github.com/bhawesh2002",
+ "followers_url": "https://api.github.com/users/bhawesh2002/followers",
+ "following_url": "https://api.github.com/users/bhawesh2002/following{/other_user}",
+ "gists_url": "https://api.github.com/users/bhawesh2002/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/bhawesh2002/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/bhawesh2002/subscriptions",
+ "organizations_url": "https://api.github.com/users/bhawesh2002/orgs",
+ "repos_url": "https://api.github.com/users/bhawesh2002/repos",
+ "events_url": "https://api.github.com/users/bhawesh2002/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/bhawesh2002/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 7
+ },
+ {
+ "login": "MrBooring",
+ "id": 110709126,
+ "node_id": "U_kgDOBplJhg",
+ "avatar_url": "https://avatars.githubusercontent.com/u/110709126?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/MrBooring",
+ "html_url": "https://github.com/MrBooring",
+ "followers_url": "https://api.github.com/users/MrBooring/followers",
+ "following_url": "https://api.github.com/users/MrBooring/following{/other_user}",
+ "gists_url": "https://api.github.com/users/MrBooring/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/MrBooring/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/MrBooring/subscriptions",
+ "organizations_url": "https://api.github.com/users/MrBooring/orgs",
+ "repos_url": "https://api.github.com/users/MrBooring/repos",
+ "events_url": "https://api.github.com/users/MrBooring/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/MrBooring/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 7
+ },
+ {
+ "login": "kareemabdeen",
+ "id": 118139061,
+ "node_id": "U_kgDOBwqotQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/118139061?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/kareemabdeen",
+ "html_url": "https://github.com/kareemabdeen",
+ "followers_url": "https://api.github.com/users/kareemabdeen/followers",
+ "following_url": "https://api.github.com/users/kareemabdeen/following{/other_user}",
+ "gists_url": "https://api.github.com/users/kareemabdeen/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/kareemabdeen/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/kareemabdeen/subscriptions",
+ "organizations_url": "https://api.github.com/users/kareemabdeen/orgs",
+ "repos_url": "https://api.github.com/users/kareemabdeen/repos",
+ "events_url": "https://api.github.com/users/kareemabdeen/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/kareemabdeen/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 6
+ },
+ {
+ "login": "Anushreebasics",
+ "id": 122273783,
+ "node_id": "U_kgDOB0m_9w",
+ "avatar_url": "https://avatars.githubusercontent.com/u/122273783?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Anushreebasics",
+ "html_url": "https://github.com/Anushreebasics",
+ "followers_url": "https://api.github.com/users/Anushreebasics/followers",
+ "following_url": "https://api.github.com/users/Anushreebasics/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Anushreebasics/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Anushreebasics/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Anushreebasics/subscriptions",
+ "organizations_url": "https://api.github.com/users/Anushreebasics/orgs",
+ "repos_url": "https://api.github.com/users/Anushreebasics/repos",
+ "events_url": "https://api.github.com/users/Anushreebasics/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Anushreebasics/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 6
+ },
+ {
+ "login": "bhoomikshetty",
+ "id": 76581406,
+ "node_id": "MDQ6VXNlcjc2NTgxNDA2",
+ "avatar_url": "https://avatars.githubusercontent.com/u/76581406?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/bhoomikshetty",
+ "html_url": "https://github.com/bhoomikshetty",
+ "followers_url": "https://api.github.com/users/bhoomikshetty/followers",
+ "following_url": "https://api.github.com/users/bhoomikshetty/following{/other_user}",
+ "gists_url": "https://api.github.com/users/bhoomikshetty/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/bhoomikshetty/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/bhoomikshetty/subscriptions",
+ "organizations_url": "https://api.github.com/users/bhoomikshetty/orgs",
+ "repos_url": "https://api.github.com/users/bhoomikshetty/repos",
+ "events_url": "https://api.github.com/users/bhoomikshetty/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/bhoomikshetty/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 5
+ },
+ {
+ "login": "Shweta-281",
+ "id": 144674061,
+ "node_id": "U_kgDOCJ-NDQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/144674061?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Shweta-281",
+ "html_url": "https://github.com/Shweta-281",
+ "followers_url": "https://api.github.com/users/Shweta-281/followers",
+ "following_url": "https://api.github.com/users/Shweta-281/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Shweta-281/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Shweta-281/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Shweta-281/subscriptions",
+ "organizations_url": "https://api.github.com/users/Shweta-281/orgs",
+ "repos_url": "https://api.github.com/users/Shweta-281/repos",
+ "events_url": "https://api.github.com/users/Shweta-281/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Shweta-281/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 5
+ },
+ {
+ "login": "vanshambansal",
+ "id": 170827871,
+ "node_id": "U_kgDOCi6gXw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/170827871?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/vanshambansal",
+ "html_url": "https://github.com/vanshambansal",
+ "followers_url": "https://api.github.com/users/vanshambansal/followers",
+ "following_url": "https://api.github.com/users/vanshambansal/following{/other_user}",
+ "gists_url": "https://api.github.com/users/vanshambansal/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/vanshambansal/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/vanshambansal/subscriptions",
+ "organizations_url": "https://api.github.com/users/vanshambansal/orgs",
+ "repos_url": "https://api.github.com/users/vanshambansal/repos",
+ "events_url": "https://api.github.com/users/vanshambansal/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/vanshambansal/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 4
+ },
+ {
+ "login": "SimardeepSingh1450",
+ "id": 92221517,
+ "node_id": "U_kgDOBX8wTQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/92221517?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/SimardeepSingh1450",
+ "html_url": "https://github.com/SimardeepSingh1450",
+ "followers_url": "https://api.github.com/users/SimardeepSingh1450/followers",
+ "following_url": "https://api.github.com/users/SimardeepSingh1450/following{/other_user}",
+ "gists_url": "https://api.github.com/users/SimardeepSingh1450/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/SimardeepSingh1450/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/SimardeepSingh1450/subscriptions",
+ "organizations_url": "https://api.github.com/users/SimardeepSingh1450/orgs",
+ "repos_url": "https://api.github.com/users/SimardeepSingh1450/repos",
+ "events_url": "https://api.github.com/users/SimardeepSingh1450/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/SimardeepSingh1450/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 3
+ },
+ {
+ "login": "Aditya062003",
+ "id": 102402625,
+ "node_id": "U_kgDOBhqKQQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/102402625?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Aditya062003",
+ "html_url": "https://github.com/Aditya062003",
+ "followers_url": "https://api.github.com/users/Aditya062003/followers",
+ "following_url": "https://api.github.com/users/Aditya062003/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Aditya062003/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Aditya062003/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Aditya062003/subscriptions",
+ "organizations_url": "https://api.github.com/users/Aditya062003/orgs",
+ "repos_url": "https://api.github.com/users/Aditya062003/repos",
+ "events_url": "https://api.github.com/users/Aditya062003/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Aditya062003/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 2
+ },
+ {
+ "login": "arice77",
+ "id": 92450890,
+ "node_id": "U_kgDOBYKwSg",
+ "avatar_url": "https://avatars.githubusercontent.com/u/92450890?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/arice77",
+ "html_url": "https://github.com/arice77",
+ "followers_url": "https://api.github.com/users/arice77/followers",
+ "following_url": "https://api.github.com/users/arice77/following{/other_user}",
+ "gists_url": "https://api.github.com/users/arice77/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/arice77/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/arice77/subscriptions",
+ "organizations_url": "https://api.github.com/users/arice77/orgs",
+ "repos_url": "https://api.github.com/users/arice77/repos",
+ "events_url": "https://api.github.com/users/arice77/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/arice77/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 2
+ },
+ {
+ "login": "xonx4l",
+ "id": 119700621,
+ "node_id": "U_kgDOByJ8jQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/119700621?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/xonx4l",
+ "html_url": "https://github.com/xonx4l",
+ "followers_url": "https://api.github.com/users/xonx4l/followers",
+ "following_url": "https://api.github.com/users/xonx4l/following{/other_user}",
+ "gists_url": "https://api.github.com/users/xonx4l/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/xonx4l/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/xonx4l/subscriptions",
+ "organizations_url": "https://api.github.com/users/xonx4l/orgs",
+ "repos_url": "https://api.github.com/users/xonx4l/repos",
+ "events_url": "https://api.github.com/users/xonx4l/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/xonx4l/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 2
+ },
+ {
+ "login": "ThienNg65",
+ "id": 112293169,
+ "node_id": "U_kgDOBrF1MQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/112293169?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/ThienNg65",
+ "html_url": "https://github.com/ThienNg65",
+ "followers_url": "https://api.github.com/users/ThienNg65/followers",
+ "following_url": "https://api.github.com/users/ThienNg65/following{/other_user}",
+ "gists_url": "https://api.github.com/users/ThienNg65/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/ThienNg65/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/ThienNg65/subscriptions",
+ "organizations_url": "https://api.github.com/users/ThienNg65/orgs",
+ "repos_url": "https://api.github.com/users/ThienNg65/repos",
+ "events_url": "https://api.github.com/users/ThienNg65/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/ThienNg65/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 2
+ },
+ {
+ "login": "shwetd19",
+ "id": 119885670,
+ "node_id": "U_kgDOByVPZg",
+ "avatar_url": "https://avatars.githubusercontent.com/u/119885670?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/shwetd19",
+ "html_url": "https://github.com/shwetd19",
+ "followers_url": "https://api.github.com/users/shwetd19/followers",
+ "following_url": "https://api.github.com/users/shwetd19/following{/other_user}",
+ "gists_url": "https://api.github.com/users/shwetd19/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/shwetd19/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/shwetd19/subscriptions",
+ "organizations_url": "https://api.github.com/users/shwetd19/orgs",
+ "repos_url": "https://api.github.com/users/shwetd19/repos",
+ "events_url": "https://api.github.com/users/shwetd19/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/shwetd19/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 2
+ },
+ {
+ "login": "sandy4242",
+ "id": 152861071,
+ "node_id": "U_kgDOCRx5jw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/152861071?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/sandy4242",
+ "html_url": "https://github.com/sandy4242",
+ "followers_url": "https://api.github.com/users/sandy4242/followers",
+ "following_url": "https://api.github.com/users/sandy4242/following{/other_user}",
+ "gists_url": "https://api.github.com/users/sandy4242/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/sandy4242/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/sandy4242/subscriptions",
+ "organizations_url": "https://api.github.com/users/sandy4242/orgs",
+ "repos_url": "https://api.github.com/users/sandy4242/repos",
+ "events_url": "https://api.github.com/users/sandy4242/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/sandy4242/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 2
+ },
+ {
+ "login": "NishchayShakya1",
+ "id": 79781577,
+ "node_id": "MDQ6VXNlcjc5NzgxNTc3",
+ "avatar_url": "https://avatars.githubusercontent.com/u/79781577?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/NishchayShakya1",
+ "html_url": "https://github.com/NishchayShakya1",
+ "followers_url": "https://api.github.com/users/NishchayShakya1/followers",
+ "following_url": "https://api.github.com/users/NishchayShakya1/following{/other_user}",
+ "gists_url": "https://api.github.com/users/NishchayShakya1/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/NishchayShakya1/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/NishchayShakya1/subscriptions",
+ "organizations_url": "https://api.github.com/users/NishchayShakya1/orgs",
+ "repos_url": "https://api.github.com/users/NishchayShakya1/repos",
+ "events_url": "https://api.github.com/users/NishchayShakya1/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/NishchayShakya1/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 2
+ },
+ {
+ "login": "SharmaDhruv2511",
+ "id": 102755411,
+ "node_id": "U_kgDOBh_sUw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/102755411?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/SharmaDhruv2511",
+ "html_url": "https://github.com/SharmaDhruv2511",
+ "followers_url": "https://api.github.com/users/SharmaDhruv2511/followers",
+ "following_url": "https://api.github.com/users/SharmaDhruv2511/following{/other_user}",
+ "gists_url": "https://api.github.com/users/SharmaDhruv2511/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/SharmaDhruv2511/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/SharmaDhruv2511/subscriptions",
+ "organizations_url": "https://api.github.com/users/SharmaDhruv2511/orgs",
+ "repos_url": "https://api.github.com/users/SharmaDhruv2511/repos",
+ "events_url": "https://api.github.com/users/SharmaDhruv2511/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/SharmaDhruv2511/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 2
+ },
+ {
+ "login": "Charan-BS",
+ "id": 128631171,
+ "node_id": "U_kgDOB6rBgw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/128631171?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Charan-BS",
+ "html_url": "https://github.com/Charan-BS",
+ "followers_url": "https://api.github.com/users/Charan-BS/followers",
+ "following_url": "https://api.github.com/users/Charan-BS/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Charan-BS/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Charan-BS/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Charan-BS/subscriptions",
+ "organizations_url": "https://api.github.com/users/Charan-BS/orgs",
+ "repos_url": "https://api.github.com/users/Charan-BS/repos",
+ "events_url": "https://api.github.com/users/Charan-BS/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Charan-BS/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 2
+ },
+ {
+ "login": "theadityaagnihotri",
+ "id": 95487342,
+ "node_id": "U_kgDOBbEFbg",
+ "avatar_url": "https://avatars.githubusercontent.com/u/95487342?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/theadityaagnihotri",
+ "html_url": "https://github.com/theadityaagnihotri",
+ "followers_url": "https://api.github.com/users/theadityaagnihotri/followers",
+ "following_url": "https://api.github.com/users/theadityaagnihotri/following{/other_user}",
+ "gists_url": "https://api.github.com/users/theadityaagnihotri/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/theadityaagnihotri/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/theadityaagnihotri/subscriptions",
+ "organizations_url": "https://api.github.com/users/theadityaagnihotri/orgs",
+ "repos_url": "https://api.github.com/users/theadityaagnihotri/repos",
+ "events_url": "https://api.github.com/users/theadityaagnihotri/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/theadityaagnihotri/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "HimaTeju",
+ "id": 90406478,
+ "node_id": "MDQ6VXNlcjkwNDA2NDc4",
+ "avatar_url": "https://avatars.githubusercontent.com/u/90406478?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/HimaTeju",
+ "html_url": "https://github.com/HimaTeju",
+ "followers_url": "https://api.github.com/users/HimaTeju/followers",
+ "following_url": "https://api.github.com/users/HimaTeju/following{/other_user}",
+ "gists_url": "https://api.github.com/users/HimaTeju/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/HimaTeju/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/HimaTeju/subscriptions",
+ "organizations_url": "https://api.github.com/users/HimaTeju/orgs",
+ "repos_url": "https://api.github.com/users/HimaTeju/repos",
+ "events_url": "https://api.github.com/users/HimaTeju/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/HimaTeju/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "Jhalakupadhyay",
+ "id": 89909502,
+ "node_id": "MDQ6VXNlcjg5OTA5NTAy",
+ "avatar_url": "https://avatars.githubusercontent.com/u/89909502?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Jhalakupadhyay",
+ "html_url": "https://github.com/Jhalakupadhyay",
+ "followers_url": "https://api.github.com/users/Jhalakupadhyay/followers",
+ "following_url": "https://api.github.com/users/Jhalakupadhyay/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Jhalakupadhyay/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Jhalakupadhyay/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Jhalakupadhyay/subscriptions",
+ "organizations_url": "https://api.github.com/users/Jhalakupadhyay/orgs",
+ "repos_url": "https://api.github.com/users/Jhalakupadhyay/repos",
+ "events_url": "https://api.github.com/users/Jhalakupadhyay/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Jhalakupadhyay/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "Naman-30903",
+ "id": 85550236,
+ "node_id": "MDQ6VXNlcjg1NTUwMjM2",
+ "avatar_url": "https://avatars.githubusercontent.com/u/85550236?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Naman-30903",
+ "html_url": "https://github.com/Naman-30903",
+ "followers_url": "https://api.github.com/users/Naman-30903/followers",
+ "following_url": "https://api.github.com/users/Naman-30903/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Naman-30903/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Naman-30903/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Naman-30903/subscriptions",
+ "organizations_url": "https://api.github.com/users/Naman-30903/orgs",
+ "repos_url": "https://api.github.com/users/Naman-30903/repos",
+ "events_url": "https://api.github.com/users/Naman-30903/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Naman-30903/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "amanraval76593",
+ "id": 136071018,
+ "node_id": "U_kgDOCBxHag",
+ "avatar_url": "https://avatars.githubusercontent.com/u/136071018?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/amanraval76593",
+ "html_url": "https://github.com/amanraval76593",
+ "followers_url": "https://api.github.com/users/amanraval76593/followers",
+ "following_url": "https://api.github.com/users/amanraval76593/following{/other_user}",
+ "gists_url": "https://api.github.com/users/amanraval76593/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/amanraval76593/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/amanraval76593/subscriptions",
+ "organizations_url": "https://api.github.com/users/amanraval76593/orgs",
+ "repos_url": "https://api.github.com/users/amanraval76593/repos",
+ "events_url": "https://api.github.com/users/amanraval76593/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/amanraval76593/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "animeshchaudhri",
+ "id": 111721851,
+ "node_id": "U_kgDOBqi9ew",
+ "avatar_url": "https://avatars.githubusercontent.com/u/111721851?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/animeshchaudhri",
+ "html_url": "https://github.com/animeshchaudhri",
+ "followers_url": "https://api.github.com/users/animeshchaudhri/followers",
+ "following_url": "https://api.github.com/users/animeshchaudhri/following{/other_user}",
+ "gists_url": "https://api.github.com/users/animeshchaudhri/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/animeshchaudhri/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/animeshchaudhri/subscriptions",
+ "organizations_url": "https://api.github.com/users/animeshchaudhri/orgs",
+ "repos_url": "https://api.github.com/users/animeshchaudhri/repos",
+ "events_url": "https://api.github.com/users/animeshchaudhri/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/animeshchaudhri/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "Md-hayath",
+ "id": 160020427,
+ "node_id": "U_kgDOCYm3yw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/160020427?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Md-hayath",
+ "html_url": "https://github.com/Md-hayath",
+ "followers_url": "https://api.github.com/users/Md-hayath/followers",
+ "following_url": "https://api.github.com/users/Md-hayath/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Md-hayath/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Md-hayath/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Md-hayath/subscriptions",
+ "organizations_url": "https://api.github.com/users/Md-hayath/orgs",
+ "repos_url": "https://api.github.com/users/Md-hayath/repos",
+ "events_url": "https://api.github.com/users/Md-hayath/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Md-hayath/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "notpritam",
+ "id": 119423845,
+ "node_id": "U_kgDOBx5DZQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/119423845?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/notpritam",
+ "html_url": "https://github.com/notpritam",
+ "followers_url": "https://api.github.com/users/notpritam/followers",
+ "following_url": "https://api.github.com/users/notpritam/following{/other_user}",
+ "gists_url": "https://api.github.com/users/notpritam/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/notpritam/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/notpritam/subscriptions",
+ "organizations_url": "https://api.github.com/users/notpritam/orgs",
+ "repos_url": "https://api.github.com/users/notpritam/repos",
+ "events_url": "https://api.github.com/users/notpritam/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/notpritam/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "r1n1os",
+ "id": 32699540,
+ "node_id": "MDQ6VXNlcjMyNjk5NTQw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/32699540?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/r1n1os",
+ "html_url": "https://github.com/r1n1os",
+ "followers_url": "https://api.github.com/users/r1n1os/followers",
+ "following_url": "https://api.github.com/users/r1n1os/following{/other_user}",
+ "gists_url": "https://api.github.com/users/r1n1os/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/r1n1os/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/r1n1os/subscriptions",
+ "organizations_url": "https://api.github.com/users/r1n1os/orgs",
+ "repos_url": "https://api.github.com/users/r1n1os/repos",
+ "events_url": "https://api.github.com/users/r1n1os/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/r1n1os/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ }
+ ],
+ "EduAid": [
+ {
+ "login": "Aditya062003",
+ "id": 102402625,
+ "node_id": "U_kgDOBhqKQQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/102402625?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Aditya062003",
+ "html_url": "https://github.com/Aditya062003",
+ "followers_url": "https://api.github.com/users/Aditya062003/followers",
+ "following_url": "https://api.github.com/users/Aditya062003/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Aditya062003/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Aditya062003/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Aditya062003/subscriptions",
+ "organizations_url": "https://api.github.com/users/Aditya062003/orgs",
+ "repos_url": "https://api.github.com/users/Aditya062003/repos",
+ "events_url": "https://api.github.com/users/Aditya062003/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Aditya062003/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 26
+ },
+ {
+ "login": "yatikakain",
+ "id": 169523142,
+ "node_id": "U_kgDOChq3xg",
+ "avatar_url": "https://avatars.githubusercontent.com/u/169523142?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/yatikakain",
+ "html_url": "https://github.com/yatikakain",
+ "followers_url": "https://api.github.com/users/yatikakain/followers",
+ "following_url": "https://api.github.com/users/yatikakain/following{/other_user}",
+ "gists_url": "https://api.github.com/users/yatikakain/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/yatikakain/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/yatikakain/subscriptions",
+ "organizations_url": "https://api.github.com/users/yatikakain/orgs",
+ "repos_url": "https://api.github.com/users/yatikakain/repos",
+ "events_url": "https://api.github.com/users/yatikakain/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/yatikakain/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 21
+ },
+ {
+ "login": "prarabdhshukla",
+ "id": 87240342,
+ "node_id": "MDQ6VXNlcjg3MjQwMzQy",
+ "avatar_url": "https://avatars.githubusercontent.com/u/87240342?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/prarabdhshukla",
+ "html_url": "https://github.com/prarabdhshukla",
+ "followers_url": "https://api.github.com/users/prarabdhshukla/followers",
+ "following_url": "https://api.github.com/users/prarabdhshukla/following{/other_user}",
+ "gists_url": "https://api.github.com/users/prarabdhshukla/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/prarabdhshukla/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/prarabdhshukla/subscriptions",
+ "organizations_url": "https://api.github.com/users/prarabdhshukla/orgs",
+ "repos_url": "https://api.github.com/users/prarabdhshukla/repos",
+ "events_url": "https://api.github.com/users/prarabdhshukla/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/prarabdhshukla/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 19
+ },
+ {
+ "login": "Roaster05",
+ "id": 100672872,
+ "node_id": "U_kgDOBgAlaA",
+ "avatar_url": "https://avatars.githubusercontent.com/u/100672872?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Roaster05",
+ "html_url": "https://github.com/Roaster05",
+ "followers_url": "https://api.github.com/users/Roaster05/followers",
+ "following_url": "https://api.github.com/users/Roaster05/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Roaster05/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Roaster05/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Roaster05/subscriptions",
+ "organizations_url": "https://api.github.com/users/Roaster05/orgs",
+ "repos_url": "https://api.github.com/users/Roaster05/repos",
+ "events_url": "https://api.github.com/users/Roaster05/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Roaster05/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 19
+ },
+ {
+ "login": "jayydevs",
+ "id": 229104396,
+ "node_id": "U_kgDODafbDA",
+ "avatar_url": "https://avatars.githubusercontent.com/u/229104396?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/jayydevs",
+ "html_url": "https://github.com/jayydevs",
+ "followers_url": "https://api.github.com/users/jayydevs/followers",
+ "following_url": "https://api.github.com/users/jayydevs/following{/other_user}",
+ "gists_url": "https://api.github.com/users/jayydevs/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/jayydevs/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/jayydevs/subscriptions",
+ "organizations_url": "https://api.github.com/users/jayydevs/orgs",
+ "repos_url": "https://api.github.com/users/jayydevs/repos",
+ "events_url": "https://api.github.com/users/jayydevs/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/jayydevs/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 5
+ },
+ {
+ "login": "sakina1303",
+ "id": 184861570,
+ "node_id": "U_kgDOCwTDgg",
+ "avatar_url": "https://avatars.githubusercontent.com/u/184861570?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/sakina1303",
+ "html_url": "https://github.com/sakina1303",
+ "followers_url": "https://api.github.com/users/sakina1303/followers",
+ "following_url": "https://api.github.com/users/sakina1303/following{/other_user}",
+ "gists_url": "https://api.github.com/users/sakina1303/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/sakina1303/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/sakina1303/subscriptions",
+ "organizations_url": "https://api.github.com/users/sakina1303/orgs",
+ "repos_url": "https://api.github.com/users/sakina1303/repos",
+ "events_url": "https://api.github.com/users/sakina1303/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/sakina1303/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 3
+ },
+ {
+ "login": "Zahnentferner",
+ "id": 1809436,
+ "node_id": "MDQ6VXNlcjE4MDk0MzY=",
+ "avatar_url": "https://avatars.githubusercontent.com/u/1809436?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Zahnentferner",
+ "html_url": "https://github.com/Zahnentferner",
+ "followers_url": "https://api.github.com/users/Zahnentferner/followers",
+ "following_url": "https://api.github.com/users/Zahnentferner/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Zahnentferner/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Zahnentferner/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Zahnentferner/subscriptions",
+ "organizations_url": "https://api.github.com/users/Zahnentferner/orgs",
+ "repos_url": "https://api.github.com/users/Zahnentferner/repos",
+ "events_url": "https://api.github.com/users/Zahnentferner/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Zahnentferner/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 2
+ },
+ {
+ "login": "SxBxcoder",
+ "id": 159655656,
+ "node_id": "U_kgDOCYQm6A",
+ "avatar_url": "https://avatars.githubusercontent.com/u/159655656?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/SxBxcoder",
+ "html_url": "https://github.com/SxBxcoder",
+ "followers_url": "https://api.github.com/users/SxBxcoder/followers",
+ "following_url": "https://api.github.com/users/SxBxcoder/following{/other_user}",
+ "gists_url": "https://api.github.com/users/SxBxcoder/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/SxBxcoder/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/SxBxcoder/subscriptions",
+ "organizations_url": "https://api.github.com/users/SxBxcoder/orgs",
+ "repos_url": "https://api.github.com/users/SxBxcoder/repos",
+ "events_url": "https://api.github.com/users/SxBxcoder/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/SxBxcoder/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 2
+ },
+ {
+ "login": "yugalkaushik",
+ "id": 138966980,
+ "node_id": "U_kgDOCEh3xA",
+ "avatar_url": "https://avatars.githubusercontent.com/u/138966980?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/yugalkaushik",
+ "html_url": "https://github.com/yugalkaushik",
+ "followers_url": "https://api.github.com/users/yugalkaushik/followers",
+ "following_url": "https://api.github.com/users/yugalkaushik/following{/other_user}",
+ "gists_url": "https://api.github.com/users/yugalkaushik/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/yugalkaushik/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/yugalkaushik/subscriptions",
+ "organizations_url": "https://api.github.com/users/yugalkaushik/orgs",
+ "repos_url": "https://api.github.com/users/yugalkaushik/repos",
+ "events_url": "https://api.github.com/users/yugalkaushik/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/yugalkaushik/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 2
+ },
+ {
+ "login": "singhshaurya01",
+ "id": 222411767,
+ "node_id": "U_kgDODUG79w",
+ "avatar_url": "https://avatars.githubusercontent.com/u/222411767?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/singhshaurya01",
+ "html_url": "https://github.com/singhshaurya01",
+ "followers_url": "https://api.github.com/users/singhshaurya01/followers",
+ "following_url": "https://api.github.com/users/singhshaurya01/following{/other_user}",
+ "gists_url": "https://api.github.com/users/singhshaurya01/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/singhshaurya01/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/singhshaurya01/subscriptions",
+ "organizations_url": "https://api.github.com/users/singhshaurya01/orgs",
+ "repos_url": "https://api.github.com/users/singhshaurya01/repos",
+ "events_url": "https://api.github.com/users/singhshaurya01/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/singhshaurya01/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 2
+ },
+ {
+ "login": "ansh26748ar",
+ "id": 89684482,
+ "node_id": "MDQ6VXNlcjg5Njg0NDgy",
+ "avatar_url": "https://avatars.githubusercontent.com/u/89684482?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/ansh26748ar",
+ "html_url": "https://github.com/ansh26748ar",
+ "followers_url": "https://api.github.com/users/ansh26748ar/followers",
+ "following_url": "https://api.github.com/users/ansh26748ar/following{/other_user}",
+ "gists_url": "https://api.github.com/users/ansh26748ar/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/ansh26748ar/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/ansh26748ar/subscriptions",
+ "organizations_url": "https://api.github.com/users/ansh26748ar/orgs",
+ "repos_url": "https://api.github.com/users/ansh26748ar/repos",
+ "events_url": "https://api.github.com/users/ansh26748ar/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/ansh26748ar/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "saurabh007007",
+ "id": 116506457,
+ "node_id": "U_kgDOBvG_WQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/116506457?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/saurabh007007",
+ "html_url": "https://github.com/saurabh007007",
+ "followers_url": "https://api.github.com/users/saurabh007007/followers",
+ "following_url": "https://api.github.com/users/saurabh007007/following{/other_user}",
+ "gists_url": "https://api.github.com/users/saurabh007007/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/saurabh007007/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/saurabh007007/subscriptions",
+ "organizations_url": "https://api.github.com/users/saurabh007007/orgs",
+ "repos_url": "https://api.github.com/users/saurabh007007/repos",
+ "events_url": "https://api.github.com/users/saurabh007007/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/saurabh007007/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "Naman-B-Parlecha",
+ "id": 140307212,
+ "node_id": "U_kgDOCFzrDA",
+ "avatar_url": "https://avatars.githubusercontent.com/u/140307212?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Naman-B-Parlecha",
+ "html_url": "https://github.com/Naman-B-Parlecha",
+ "followers_url": "https://api.github.com/users/Naman-B-Parlecha/followers",
+ "following_url": "https://api.github.com/users/Naman-B-Parlecha/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Naman-B-Parlecha/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Naman-B-Parlecha/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Naman-B-Parlecha/subscriptions",
+ "organizations_url": "https://api.github.com/users/Naman-B-Parlecha/orgs",
+ "repos_url": "https://api.github.com/users/Naman-B-Parlecha/repos",
+ "events_url": "https://api.github.com/users/Naman-B-Parlecha/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Naman-B-Parlecha/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "kartik-212004",
+ "id": 103111467,
+ "node_id": "U_kgDOBiVbKw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/103111467?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/kartik-212004",
+ "html_url": "https://github.com/kartik-212004",
+ "followers_url": "https://api.github.com/users/kartik-212004/followers",
+ "following_url": "https://api.github.com/users/kartik-212004/following{/other_user}",
+ "gists_url": "https://api.github.com/users/kartik-212004/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/kartik-212004/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/kartik-212004/subscriptions",
+ "organizations_url": "https://api.github.com/users/kartik-212004/orgs",
+ "repos_url": "https://api.github.com/users/kartik-212004/repos",
+ "events_url": "https://api.github.com/users/kartik-212004/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/kartik-212004/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "MiHarsh",
+ "id": 58695010,
+ "node_id": "MDQ6VXNlcjU4Njk1MDEw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/58695010?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/MiHarsh",
+ "html_url": "https://github.com/MiHarsh",
+ "followers_url": "https://api.github.com/users/MiHarsh/followers",
+ "following_url": "https://api.github.com/users/MiHarsh/following{/other_user}",
+ "gists_url": "https://api.github.com/users/MiHarsh/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/MiHarsh/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/MiHarsh/subscriptions",
+ "organizations_url": "https://api.github.com/users/MiHarsh/orgs",
+ "repos_url": "https://api.github.com/users/MiHarsh/repos",
+ "events_url": "https://api.github.com/users/MiHarsh/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/MiHarsh/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "Ashvin-KS",
+ "id": 90855180,
+ "node_id": "MDQ6VXNlcjkwODU1MTgw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/90855180?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Ashvin-KS",
+ "html_url": "https://github.com/Ashvin-KS",
+ "followers_url": "https://api.github.com/users/Ashvin-KS/followers",
+ "following_url": "https://api.github.com/users/Ashvin-KS/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Ashvin-KS/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Ashvin-KS/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Ashvin-KS/subscriptions",
+ "organizations_url": "https://api.github.com/users/Ashvin-KS/orgs",
+ "repos_url": "https://api.github.com/users/Ashvin-KS/repos",
+ "events_url": "https://api.github.com/users/Ashvin-KS/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Ashvin-KS/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "Aditya30ag",
+ "id": 162010355,
+ "node_id": "U_kgDOCagU8w",
+ "avatar_url": "https://avatars.githubusercontent.com/u/162010355?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Aditya30ag",
+ "html_url": "https://github.com/Aditya30ag",
+ "followers_url": "https://api.github.com/users/Aditya30ag/followers",
+ "following_url": "https://api.github.com/users/Aditya30ag/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Aditya30ag/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Aditya30ag/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Aditya30ag/subscriptions",
+ "organizations_url": "https://api.github.com/users/Aditya30ag/orgs",
+ "repos_url": "https://api.github.com/users/Aditya30ag/repos",
+ "events_url": "https://api.github.com/users/Aditya30ag/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Aditya30ag/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "Adilkhan6465",
+ "id": 197754617,
+ "node_id": "U_kgDOC8l--Q",
+ "avatar_url": "https://avatars.githubusercontent.com/u/197754617?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Adilkhan6465",
+ "html_url": "https://github.com/Adilkhan6465",
+ "followers_url": "https://api.github.com/users/Adilkhan6465/followers",
+ "following_url": "https://api.github.com/users/Adilkhan6465/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Adilkhan6465/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Adilkhan6465/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Adilkhan6465/subscriptions",
+ "organizations_url": "https://api.github.com/users/Adilkhan6465/orgs",
+ "repos_url": "https://api.github.com/users/Adilkhan6465/repos",
+ "events_url": "https://api.github.com/users/Adilkhan6465/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Adilkhan6465/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ }
+ ],
+ "Website": [
+ {
+ "login": "Zahnentferner",
+ "id": 1809436,
+ "node_id": "MDQ6VXNlcjE4MDk0MzY=",
+ "avatar_url": "https://avatars.githubusercontent.com/u/1809436?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Zahnentferner",
+ "html_url": "https://github.com/Zahnentferner",
+ "followers_url": "https://api.github.com/users/Zahnentferner/followers",
+ "following_url": "https://api.github.com/users/Zahnentferner/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Zahnentferner/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Zahnentferner/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Zahnentferner/subscriptions",
+ "organizations_url": "https://api.github.com/users/Zahnentferner/orgs",
+ "repos_url": "https://api.github.com/users/Zahnentferner/repos",
+ "events_url": "https://api.github.com/users/Zahnentferner/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Zahnentferner/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 89
+ },
+ {
+ "login": "jddeep",
+ "id": 43133646,
+ "node_id": "MDQ6VXNlcjQzMTMzNjQ2",
+ "avatar_url": "https://avatars.githubusercontent.com/u/43133646?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/jddeep",
+ "html_url": "https://github.com/jddeep",
+ "followers_url": "https://api.github.com/users/jddeep/followers",
+ "following_url": "https://api.github.com/users/jddeep/following{/other_user}",
+ "gists_url": "https://api.github.com/users/jddeep/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/jddeep/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/jddeep/subscriptions",
+ "organizations_url": "https://api.github.com/users/jddeep/orgs",
+ "repos_url": "https://api.github.com/users/jddeep/repos",
+ "events_url": "https://api.github.com/users/jddeep/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/jddeep/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 25
+ },
+ {
+ "login": "reach2saksham",
+ "id": 113931310,
+ "node_id": "U_kgDOBsp0Lg",
+ "avatar_url": "https://avatars.githubusercontent.com/u/113931310?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/reach2saksham",
+ "html_url": "https://github.com/reach2saksham",
+ "followers_url": "https://api.github.com/users/reach2saksham/followers",
+ "following_url": "https://api.github.com/users/reach2saksham/following{/other_user}",
+ "gists_url": "https://api.github.com/users/reach2saksham/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/reach2saksham/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/reach2saksham/subscriptions",
+ "organizations_url": "https://api.github.com/users/reach2saksham/orgs",
+ "repos_url": "https://api.github.com/users/reach2saksham/repos",
+ "events_url": "https://api.github.com/users/reach2saksham/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/reach2saksham/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 20
+ },
+ {
+ "login": "blizet",
+ "id": 109814198,
+ "node_id": "U_kgDOBouhtg",
+ "avatar_url": "https://avatars.githubusercontent.com/u/109814198?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/blizet",
+ "html_url": "https://github.com/blizet",
+ "followers_url": "https://api.github.com/users/blizet/followers",
+ "following_url": "https://api.github.com/users/blizet/following{/other_user}",
+ "gists_url": "https://api.github.com/users/blizet/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/blizet/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/blizet/subscriptions",
+ "organizations_url": "https://api.github.com/users/blizet/orgs",
+ "repos_url": "https://api.github.com/users/blizet/repos",
+ "events_url": "https://api.github.com/users/blizet/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/blizet/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 18
+ },
+ {
+ "login": "DeveloperAmrit",
+ "id": 105799602,
+ "node_id": "U_kgDOBk5fsg",
+ "avatar_url": "https://avatars.githubusercontent.com/u/105799602?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/DeveloperAmrit",
+ "html_url": "https://github.com/DeveloperAmrit",
+ "followers_url": "https://api.github.com/users/DeveloperAmrit/followers",
+ "following_url": "https://api.github.com/users/DeveloperAmrit/following{/other_user}",
+ "gists_url": "https://api.github.com/users/DeveloperAmrit/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/DeveloperAmrit/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/DeveloperAmrit/subscriptions",
+ "organizations_url": "https://api.github.com/users/DeveloperAmrit/orgs",
+ "repos_url": "https://api.github.com/users/DeveloperAmrit/repos",
+ "events_url": "https://api.github.com/users/DeveloperAmrit/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/DeveloperAmrit/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 16
+ },
+ {
+ "login": "ankitkr104",
+ "id": 179861827,
+ "node_id": "U_kgDOCrh5Qw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/179861827?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/ankitkr104",
+ "html_url": "https://github.com/ankitkr104",
+ "followers_url": "https://api.github.com/users/ankitkr104/followers",
+ "following_url": "https://api.github.com/users/ankitkr104/following{/other_user}",
+ "gists_url": "https://api.github.com/users/ankitkr104/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/ankitkr104/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/ankitkr104/subscriptions",
+ "organizations_url": "https://api.github.com/users/ankitkr104/orgs",
+ "repos_url": "https://api.github.com/users/ankitkr104/repos",
+ "events_url": "https://api.github.com/users/ankitkr104/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/ankitkr104/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 15
+ },
+ {
+ "login": "ManavSarkar",
+ "id": 42129636,
+ "node_id": "MDQ6VXNlcjQyMTI5NjM2",
+ "avatar_url": "https://avatars.githubusercontent.com/u/42129636?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/ManavSarkar",
+ "html_url": "https://github.com/ManavSarkar",
+ "followers_url": "https://api.github.com/users/ManavSarkar/followers",
+ "following_url": "https://api.github.com/users/ManavSarkar/following{/other_user}",
+ "gists_url": "https://api.github.com/users/ManavSarkar/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/ManavSarkar/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/ManavSarkar/subscriptions",
+ "organizations_url": "https://api.github.com/users/ManavSarkar/orgs",
+ "repos_url": "https://api.github.com/users/ManavSarkar/repos",
+ "events_url": "https://api.github.com/users/ManavSarkar/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/ManavSarkar/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 14
+ },
+ {
+ "login": "reveurguy",
+ "id": 59417546,
+ "node_id": "MDQ6VXNlcjU5NDE3NTQ2",
+ "avatar_url": "https://avatars.githubusercontent.com/u/59417546?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/reveurguy",
+ "html_url": "https://github.com/reveurguy",
+ "followers_url": "https://api.github.com/users/reveurguy/followers",
+ "following_url": "https://api.github.com/users/reveurguy/following{/other_user}",
+ "gists_url": "https://api.github.com/users/reveurguy/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/reveurguy/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/reveurguy/subscriptions",
+ "organizations_url": "https://api.github.com/users/reveurguy/orgs",
+ "repos_url": "https://api.github.com/users/reveurguy/repos",
+ "events_url": "https://api.github.com/users/reveurguy/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/reveurguy/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 8
+ },
+ {
+ "login": "madhavansingh",
+ "id": 174650268,
+ "node_id": "U_kgDOCmjznA",
+ "avatar_url": "https://avatars.githubusercontent.com/u/174650268?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/madhavansingh",
+ "html_url": "https://github.com/madhavansingh",
+ "followers_url": "https://api.github.com/users/madhavansingh/followers",
+ "following_url": "https://api.github.com/users/madhavansingh/following{/other_user}",
+ "gists_url": "https://api.github.com/users/madhavansingh/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/madhavansingh/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/madhavansingh/subscriptions",
+ "organizations_url": "https://api.github.com/users/madhavansingh/orgs",
+ "repos_url": "https://api.github.com/users/madhavansingh/repos",
+ "events_url": "https://api.github.com/users/madhavansingh/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/madhavansingh/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 8
+ },
+ {
+ "login": "chandansgowda",
+ "id": 41890434,
+ "node_id": "MDQ6VXNlcjQxODkwNDM0",
+ "avatar_url": "https://avatars.githubusercontent.com/u/41890434?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/chandansgowda",
+ "html_url": "https://github.com/chandansgowda",
+ "followers_url": "https://api.github.com/users/chandansgowda/followers",
+ "following_url": "https://api.github.com/users/chandansgowda/following{/other_user}",
+ "gists_url": "https://api.github.com/users/chandansgowda/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/chandansgowda/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/chandansgowda/subscriptions",
+ "organizations_url": "https://api.github.com/users/chandansgowda/orgs",
+ "repos_url": "https://api.github.com/users/chandansgowda/repos",
+ "events_url": "https://api.github.com/users/chandansgowda/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/chandansgowda/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 8
+ },
+ {
+ "login": "swathi2006",
+ "id": 149090342,
+ "node_id": "U_kgDOCOLwJg",
+ "avatar_url": "https://avatars.githubusercontent.com/u/149090342?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/swathi2006",
+ "html_url": "https://github.com/swathi2006",
+ "followers_url": "https://api.github.com/users/swathi2006/followers",
+ "following_url": "https://api.github.com/users/swathi2006/following{/other_user}",
+ "gists_url": "https://api.github.com/users/swathi2006/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/swathi2006/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/swathi2006/subscriptions",
+ "organizations_url": "https://api.github.com/users/swathi2006/orgs",
+ "repos_url": "https://api.github.com/users/swathi2006/repos",
+ "events_url": "https://api.github.com/users/swathi2006/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/swathi2006/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 6
+ },
+ {
+ "login": "Muneerali199",
+ "id": 186174121,
+ "node_id": "U_kgDOCxjKqQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/186174121?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Muneerali199",
+ "html_url": "https://github.com/Muneerali199",
+ "followers_url": "https://api.github.com/users/Muneerali199/followers",
+ "following_url": "https://api.github.com/users/Muneerali199/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Muneerali199/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Muneerali199/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Muneerali199/subscriptions",
+ "organizations_url": "https://api.github.com/users/Muneerali199/orgs",
+ "repos_url": "https://api.github.com/users/Muneerali199/repos",
+ "events_url": "https://api.github.com/users/Muneerali199/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Muneerali199/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 5
+ },
+ {
+ "login": "MiHarsh",
+ "id": 58695010,
+ "node_id": "MDQ6VXNlcjU4Njk1MDEw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/58695010?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/MiHarsh",
+ "html_url": "https://github.com/MiHarsh",
+ "followers_url": "https://api.github.com/users/MiHarsh/followers",
+ "following_url": "https://api.github.com/users/MiHarsh/following{/other_user}",
+ "gists_url": "https://api.github.com/users/MiHarsh/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/MiHarsh/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/MiHarsh/subscriptions",
+ "organizations_url": "https://api.github.com/users/MiHarsh/orgs",
+ "repos_url": "https://api.github.com/users/MiHarsh/repos",
+ "events_url": "https://api.github.com/users/MiHarsh/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/MiHarsh/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 4
+ },
+ {
+ "login": "AACHAL2303PATIL",
+ "id": 143063155,
+ "node_id": "U_kgDOCIb4cw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/143063155?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AACHAL2303PATIL",
+ "html_url": "https://github.com/AACHAL2303PATIL",
+ "followers_url": "https://api.github.com/users/AACHAL2303PATIL/followers",
+ "following_url": "https://api.github.com/users/AACHAL2303PATIL/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AACHAL2303PATIL/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AACHAL2303PATIL/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AACHAL2303PATIL/subscriptions",
+ "organizations_url": "https://api.github.com/users/AACHAL2303PATIL/orgs",
+ "repos_url": "https://api.github.com/users/AACHAL2303PATIL/repos",
+ "events_url": "https://api.github.com/users/AACHAL2303PATIL/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AACHAL2303PATIL/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 4
+ },
+ {
+ "login": "Aarush-Acharya",
+ "id": 92685647,
+ "node_id": "U_kgDOBYZFTw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/92685647?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Aarush-Acharya",
+ "html_url": "https://github.com/Aarush-Acharya",
+ "followers_url": "https://api.github.com/users/Aarush-Acharya/followers",
+ "following_url": "https://api.github.com/users/Aarush-Acharya/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Aarush-Acharya/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Aarush-Acharya/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Aarush-Acharya/subscriptions",
+ "organizations_url": "https://api.github.com/users/Aarush-Acharya/orgs",
+ "repos_url": "https://api.github.com/users/Aarush-Acharya/repos",
+ "events_url": "https://api.github.com/users/Aarush-Acharya/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Aarush-Acharya/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 4
+ },
+ {
+ "login": "Aarya-Chaudhari",
+ "id": 164394872,
+ "node_id": "U_kgDOCcx3eA",
+ "avatar_url": "https://avatars.githubusercontent.com/u/164394872?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Aarya-Chaudhari",
+ "html_url": "https://github.com/Aarya-Chaudhari",
+ "followers_url": "https://api.github.com/users/Aarya-Chaudhari/followers",
+ "following_url": "https://api.github.com/users/Aarya-Chaudhari/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Aarya-Chaudhari/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Aarya-Chaudhari/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Aarya-Chaudhari/subscriptions",
+ "organizations_url": "https://api.github.com/users/Aarya-Chaudhari/orgs",
+ "repos_url": "https://api.github.com/users/Aarya-Chaudhari/repos",
+ "events_url": "https://api.github.com/users/Aarya-Chaudhari/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Aarya-Chaudhari/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 4
+ },
+ {
+ "login": "M4dhav",
+ "id": 114633095,
+ "node_id": "U_kgDOBtUphw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/114633095?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/M4dhav",
+ "html_url": "https://github.com/M4dhav",
+ "followers_url": "https://api.github.com/users/M4dhav/followers",
+ "following_url": "https://api.github.com/users/M4dhav/following{/other_user}",
+ "gists_url": "https://api.github.com/users/M4dhav/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/M4dhav/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/M4dhav/subscriptions",
+ "organizations_url": "https://api.github.com/users/M4dhav/orgs",
+ "repos_url": "https://api.github.com/users/M4dhav/repos",
+ "events_url": "https://api.github.com/users/M4dhav/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/M4dhav/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 3
+ },
+ {
+ "login": "hackeramitkumar",
+ "id": 76870298,
+ "node_id": "MDQ6VXNlcjc2ODcwMjk4",
+ "avatar_url": "https://avatars.githubusercontent.com/u/76870298?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/hackeramitkumar",
+ "html_url": "https://github.com/hackeramitkumar",
+ "followers_url": "https://api.github.com/users/hackeramitkumar/followers",
+ "following_url": "https://api.github.com/users/hackeramitkumar/following{/other_user}",
+ "gists_url": "https://api.github.com/users/hackeramitkumar/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/hackeramitkumar/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/hackeramitkumar/subscriptions",
+ "organizations_url": "https://api.github.com/users/hackeramitkumar/orgs",
+ "repos_url": "https://api.github.com/users/hackeramitkumar/repos",
+ "events_url": "https://api.github.com/users/hackeramitkumar/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/hackeramitkumar/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 3
+ },
+ {
+ "login": "prathamkhatwani",
+ "id": 241340310,
+ "node_id": "U_kgDODmKPlg",
+ "avatar_url": "https://avatars.githubusercontent.com/u/241340310?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/prathamkhatwani",
+ "html_url": "https://github.com/prathamkhatwani",
+ "followers_url": "https://api.github.com/users/prathamkhatwani/followers",
+ "following_url": "https://api.github.com/users/prathamkhatwani/following{/other_user}",
+ "gists_url": "https://api.github.com/users/prathamkhatwani/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/prathamkhatwani/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/prathamkhatwani/subscriptions",
+ "organizations_url": "https://api.github.com/users/prathamkhatwani/orgs",
+ "repos_url": "https://api.github.com/users/prathamkhatwani/repos",
+ "events_url": "https://api.github.com/users/prathamkhatwani/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/prathamkhatwani/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 3
+ },
+ {
+ "login": "Pranav0-0Aggarwal",
+ "id": 96537779,
+ "node_id": "U_kgDOBcEMsw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/96537779?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Pranav0-0Aggarwal",
+ "html_url": "https://github.com/Pranav0-0Aggarwal",
+ "followers_url": "https://api.github.com/users/Pranav0-0Aggarwal/followers",
+ "following_url": "https://api.github.com/users/Pranav0-0Aggarwal/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Pranav0-0Aggarwal/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Pranav0-0Aggarwal/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Pranav0-0Aggarwal/subscriptions",
+ "organizations_url": "https://api.github.com/users/Pranav0-0Aggarwal/orgs",
+ "repos_url": "https://api.github.com/users/Pranav0-0Aggarwal/repos",
+ "events_url": "https://api.github.com/users/Pranav0-0Aggarwal/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Pranav0-0Aggarwal/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 3
+ },
+ {
+ "login": "mdmohsin7",
+ "id": 59914433,
+ "node_id": "MDQ6VXNlcjU5OTE0NDMz",
+ "avatar_url": "https://avatars.githubusercontent.com/u/59914433?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/mdmohsin7",
+ "html_url": "https://github.com/mdmohsin7",
+ "followers_url": "https://api.github.com/users/mdmohsin7/followers",
+ "following_url": "https://api.github.com/users/mdmohsin7/following{/other_user}",
+ "gists_url": "https://api.github.com/users/mdmohsin7/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/mdmohsin7/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/mdmohsin7/subscriptions",
+ "organizations_url": "https://api.github.com/users/mdmohsin7/orgs",
+ "repos_url": "https://api.github.com/users/mdmohsin7/repos",
+ "events_url": "https://api.github.com/users/mdmohsin7/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/mdmohsin7/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 3
+ },
+ {
+ "login": "AnshuPriya-1",
+ "id": 212613629,
+ "node_id": "U_kgDODKw5_Q",
+ "avatar_url": "https://avatars.githubusercontent.com/u/212613629?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AnshuPriya-1",
+ "html_url": "https://github.com/AnshuPriya-1",
+ "followers_url": "https://api.github.com/users/AnshuPriya-1/followers",
+ "following_url": "https://api.github.com/users/AnshuPriya-1/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AnshuPriya-1/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AnshuPriya-1/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AnshuPriya-1/subscriptions",
+ "organizations_url": "https://api.github.com/users/AnshuPriya-1/orgs",
+ "repos_url": "https://api.github.com/users/AnshuPriya-1/repos",
+ "events_url": "https://api.github.com/users/AnshuPriya-1/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AnshuPriya-1/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 2
+ },
+ {
+ "login": "divyanshu887",
+ "id": 59568700,
+ "node_id": "MDQ6VXNlcjU5NTY4NzAw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/59568700?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/divyanshu887",
+ "html_url": "https://github.com/divyanshu887",
+ "followers_url": "https://api.github.com/users/divyanshu887/followers",
+ "following_url": "https://api.github.com/users/divyanshu887/following{/other_user}",
+ "gists_url": "https://api.github.com/users/divyanshu887/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/divyanshu887/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/divyanshu887/subscriptions",
+ "organizations_url": "https://api.github.com/users/divyanshu887/orgs",
+ "repos_url": "https://api.github.com/users/divyanshu887/repos",
+ "events_url": "https://api.github.com/users/divyanshu887/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/divyanshu887/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 2
+ },
+ {
+ "login": "rahul-vyas-dev",
+ "id": 194380849,
+ "node_id": "U_kgDOC5YEMQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/194380849?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/rahul-vyas-dev",
+ "html_url": "https://github.com/rahul-vyas-dev",
+ "followers_url": "https://api.github.com/users/rahul-vyas-dev/followers",
+ "following_url": "https://api.github.com/users/rahul-vyas-dev/following{/other_user}",
+ "gists_url": "https://api.github.com/users/rahul-vyas-dev/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/rahul-vyas-dev/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/rahul-vyas-dev/subscriptions",
+ "organizations_url": "https://api.github.com/users/rahul-vyas-dev/orgs",
+ "repos_url": "https://api.github.com/users/rahul-vyas-dev/repos",
+ "events_url": "https://api.github.com/users/rahul-vyas-dev/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/rahul-vyas-dev/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 2
+ },
+ {
+ "login": "bhavik-mangla",
+ "id": 92915999,
+ "node_id": "U_kgDOBYnJHw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/92915999?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/bhavik-mangla",
+ "html_url": "https://github.com/bhavik-mangla",
+ "followers_url": "https://api.github.com/users/bhavik-mangla/followers",
+ "following_url": "https://api.github.com/users/bhavik-mangla/following{/other_user}",
+ "gists_url": "https://api.github.com/users/bhavik-mangla/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/bhavik-mangla/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/bhavik-mangla/subscriptions",
+ "organizations_url": "https://api.github.com/users/bhavik-mangla/orgs",
+ "repos_url": "https://api.github.com/users/bhavik-mangla/repos",
+ "events_url": "https://api.github.com/users/bhavik-mangla/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/bhavik-mangla/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 2
+ },
+ {
+ "login": "Copilot",
+ "id": 198982749,
+ "node_id": "BOT_kgDOC9w8XQ",
+ "avatar_url": "https://avatars.githubusercontent.com/in/1143301?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Copilot",
+ "html_url": "https://github.com/apps/copilot-swe-agent",
+ "followers_url": "https://api.github.com/users/Copilot/followers",
+ "following_url": "https://api.github.com/users/Copilot/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Copilot/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Copilot/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Copilot/subscriptions",
+ "organizations_url": "https://api.github.com/users/Copilot/orgs",
+ "repos_url": "https://api.github.com/users/Copilot/repos",
+ "events_url": "https://api.github.com/users/Copilot/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Copilot/received_events",
+ "type": "Bot",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 2
+ },
+ {
+ "login": "Aditya062003",
+ "id": 102402625,
+ "node_id": "U_kgDOBhqKQQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/102402625?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Aditya062003",
+ "html_url": "https://github.com/Aditya062003",
+ "followers_url": "https://api.github.com/users/Aditya062003/followers",
+ "following_url": "https://api.github.com/users/Aditya062003/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Aditya062003/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Aditya062003/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Aditya062003/subscriptions",
+ "organizations_url": "https://api.github.com/users/Aditya062003/orgs",
+ "repos_url": "https://api.github.com/users/Aditya062003/repos",
+ "events_url": "https://api.github.com/users/Aditya062003/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Aditya062003/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "bassamadnan",
+ "id": 109953791,
+ "node_id": "U_kgDOBo3C_w",
+ "avatar_url": "https://avatars.githubusercontent.com/u/109953791?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/bassamadnan",
+ "html_url": "https://github.com/bassamadnan",
+ "followers_url": "https://api.github.com/users/bassamadnan/followers",
+ "following_url": "https://api.github.com/users/bassamadnan/following{/other_user}",
+ "gists_url": "https://api.github.com/users/bassamadnan/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/bassamadnan/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/bassamadnan/subscriptions",
+ "organizations_url": "https://api.github.com/users/bassamadnan/orgs",
+ "repos_url": "https://api.github.com/users/bassamadnan/repos",
+ "events_url": "https://api.github.com/users/bassamadnan/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/bassamadnan/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "Ronnieraj37",
+ "id": 101713157,
+ "node_id": "U_kgDOBhAFBQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/101713157?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Ronnieraj37",
+ "html_url": "https://github.com/Ronnieraj37",
+ "followers_url": "https://api.github.com/users/Ronnieraj37/followers",
+ "following_url": "https://api.github.com/users/Ronnieraj37/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Ronnieraj37/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Ronnieraj37/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Ronnieraj37/subscriptions",
+ "organizations_url": "https://api.github.com/users/Ronnieraj37/orgs",
+ "repos_url": "https://api.github.com/users/Ronnieraj37/repos",
+ "events_url": "https://api.github.com/users/Ronnieraj37/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Ronnieraj37/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "Swapnilden",
+ "id": 142904704,
+ "node_id": "U_kgDOCISNgA",
+ "avatar_url": "https://avatars.githubusercontent.com/u/142904704?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Swapnilden",
+ "html_url": "https://github.com/Swapnilden",
+ "followers_url": "https://api.github.com/users/Swapnilden/followers",
+ "following_url": "https://api.github.com/users/Swapnilden/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Swapnilden/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Swapnilden/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Swapnilden/subscriptions",
+ "organizations_url": "https://api.github.com/users/Swapnilden/orgs",
+ "repos_url": "https://api.github.com/users/Swapnilden/repos",
+ "events_url": "https://api.github.com/users/Swapnilden/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Swapnilden/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "icemc",
+ "id": 14994500,
+ "node_id": "MDQ6VXNlcjE0OTk0NTAw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/14994500?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/icemc",
+ "html_url": "https://github.com/icemc",
+ "followers_url": "https://api.github.com/users/icemc/followers",
+ "following_url": "https://api.github.com/users/icemc/following{/other_user}",
+ "gists_url": "https://api.github.com/users/icemc/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/icemc/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/icemc/subscriptions",
+ "organizations_url": "https://api.github.com/users/icemc/orgs",
+ "repos_url": "https://api.github.com/users/icemc/repos",
+ "events_url": "https://api.github.com/users/icemc/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/icemc/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ }
+ ],
+ "Agora-Blockchain": [
+ {
+ "login": "Ronnieraj37",
+ "id": 101713157,
+ "node_id": "U_kgDOBhAFBQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/101713157?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Ronnieraj37",
+ "html_url": "https://github.com/Ronnieraj37",
+ "followers_url": "https://api.github.com/users/Ronnieraj37/followers",
+ "following_url": "https://api.github.com/users/Ronnieraj37/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Ronnieraj37/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Ronnieraj37/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Ronnieraj37/subscriptions",
+ "organizations_url": "https://api.github.com/users/Ronnieraj37/orgs",
+ "repos_url": "https://api.github.com/users/Ronnieraj37/repos",
+ "events_url": "https://api.github.com/users/Ronnieraj37/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Ronnieraj37/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 30
+ },
+ {
+ "login": "rajranjan0608",
+ "id": 40765810,
+ "node_id": "MDQ6VXNlcjQwNzY1ODEw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/40765810?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/rajranjan0608",
+ "html_url": "https://github.com/rajranjan0608",
+ "followers_url": "https://api.github.com/users/rajranjan0608/followers",
+ "following_url": "https://api.github.com/users/rajranjan0608/following{/other_user}",
+ "gists_url": "https://api.github.com/users/rajranjan0608/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/rajranjan0608/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/rajranjan0608/subscriptions",
+ "organizations_url": "https://api.github.com/users/rajranjan0608/orgs",
+ "repos_url": "https://api.github.com/users/rajranjan0608/repos",
+ "events_url": "https://api.github.com/users/rajranjan0608/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/rajranjan0608/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 21
+ },
+ {
+ "login": "rairohit17",
+ "id": 154455386,
+ "node_id": "U_kgDOCTTNWg",
+ "avatar_url": "https://avatars.githubusercontent.com/u/154455386?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/rairohit17",
+ "html_url": "https://github.com/rairohit17",
+ "followers_url": "https://api.github.com/users/rairohit17/followers",
+ "following_url": "https://api.github.com/users/rairohit17/following{/other_user}",
+ "gists_url": "https://api.github.com/users/rairohit17/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/rairohit17/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/rairohit17/subscriptions",
+ "organizations_url": "https://api.github.com/users/rairohit17/orgs",
+ "repos_url": "https://api.github.com/users/rairohit17/repos",
+ "events_url": "https://api.github.com/users/rairohit17/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/rairohit17/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 19
+ },
+ {
+ "login": "kirtilodha",
+ "id": 67586672,
+ "node_id": "MDQ6VXNlcjY3NTg2Njcy",
+ "avatar_url": "https://avatars.githubusercontent.com/u/67586672?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/kirtilodha",
+ "html_url": "https://github.com/kirtilodha",
+ "followers_url": "https://api.github.com/users/kirtilodha/followers",
+ "following_url": "https://api.github.com/users/kirtilodha/following{/other_user}",
+ "gists_url": "https://api.github.com/users/kirtilodha/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/kirtilodha/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/kirtilodha/subscriptions",
+ "organizations_url": "https://api.github.com/users/kirtilodha/orgs",
+ "repos_url": "https://api.github.com/users/kirtilodha/repos",
+ "events_url": "https://api.github.com/users/kirtilodha/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/kirtilodha/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 16
+ },
+ {
+ "login": "Yugg007",
+ "id": 88202862,
+ "node_id": "MDQ6VXNlcjg4MjAyODYy",
+ "avatar_url": "https://avatars.githubusercontent.com/u/88202862?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Yugg007",
+ "html_url": "https://github.com/Yugg007",
+ "followers_url": "https://api.github.com/users/Yugg007/followers",
+ "following_url": "https://api.github.com/users/Yugg007/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Yugg007/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Yugg007/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Yugg007/subscriptions",
+ "organizations_url": "https://api.github.com/users/Yugg007/orgs",
+ "repos_url": "https://api.github.com/users/Yugg007/repos",
+ "events_url": "https://api.github.com/users/Yugg007/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Yugg007/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 16
+ },
+ {
+ "login": "sreenikethMadgula",
+ "id": 56798332,
+ "node_id": "MDQ6VXNlcjU2Nzk4MzMy",
+ "avatar_url": "https://avatars.githubusercontent.com/u/56798332?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/sreenikethMadgula",
+ "html_url": "https://github.com/sreenikethMadgula",
+ "followers_url": "https://api.github.com/users/sreenikethMadgula/followers",
+ "following_url": "https://api.github.com/users/sreenikethMadgula/following{/other_user}",
+ "gists_url": "https://api.github.com/users/sreenikethMadgula/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/sreenikethMadgula/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/sreenikethMadgula/subscriptions",
+ "organizations_url": "https://api.github.com/users/sreenikethMadgula/orgs",
+ "repos_url": "https://api.github.com/users/sreenikethMadgula/repos",
+ "events_url": "https://api.github.com/users/sreenikethMadgula/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/sreenikethMadgula/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 9
+ },
+ {
+ "login": "IronJam11",
+ "id": 148959043,
+ "node_id": "U_kgDOCODvQw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/148959043?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/IronJam11",
+ "html_url": "https://github.com/IronJam11",
+ "followers_url": "https://api.github.com/users/IronJam11/followers",
+ "following_url": "https://api.github.com/users/IronJam11/following{/other_user}",
+ "gists_url": "https://api.github.com/users/IronJam11/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/IronJam11/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/IronJam11/subscriptions",
+ "organizations_url": "https://api.github.com/users/IronJam11/orgs",
+ "repos_url": "https://api.github.com/users/IronJam11/repos",
+ "events_url": "https://api.github.com/users/IronJam11/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/IronJam11/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 7
+ },
+ {
+ "login": "ajaysehwal",
+ "id": 110731336,
+ "node_id": "U_kgDOBpmgSA",
+ "avatar_url": "https://avatars.githubusercontent.com/u/110731336?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/ajaysehwal",
+ "html_url": "https://github.com/ajaysehwal",
+ "followers_url": "https://api.github.com/users/ajaysehwal/followers",
+ "following_url": "https://api.github.com/users/ajaysehwal/following{/other_user}",
+ "gists_url": "https://api.github.com/users/ajaysehwal/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/ajaysehwal/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/ajaysehwal/subscriptions",
+ "organizations_url": "https://api.github.com/users/ajaysehwal/orgs",
+ "repos_url": "https://api.github.com/users/ajaysehwal/repos",
+ "events_url": "https://api.github.com/users/ajaysehwal/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/ajaysehwal/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 6
+ },
+ {
+ "login": "kailash360",
+ "id": 75155230,
+ "node_id": "MDQ6VXNlcjc1MTU1MjMw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/75155230?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/kailash360",
+ "html_url": "https://github.com/kailash360",
+ "followers_url": "https://api.github.com/users/kailash360/followers",
+ "following_url": "https://api.github.com/users/kailash360/following{/other_user}",
+ "gists_url": "https://api.github.com/users/kailash360/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/kailash360/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/kailash360/subscriptions",
+ "organizations_url": "https://api.github.com/users/kailash360/orgs",
+ "repos_url": "https://api.github.com/users/kailash360/repos",
+ "events_url": "https://api.github.com/users/kailash360/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/kailash360/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 5
+ },
+ {
+ "login": "anisharma07",
+ "id": 126901961,
+ "node_id": "U_kgDOB5BeyQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/126901961?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/anisharma07",
+ "html_url": "https://github.com/anisharma07",
+ "followers_url": "https://api.github.com/users/anisharma07/followers",
+ "following_url": "https://api.github.com/users/anisharma07/following{/other_user}",
+ "gists_url": "https://api.github.com/users/anisharma07/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/anisharma07/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/anisharma07/subscriptions",
+ "organizations_url": "https://api.github.com/users/anisharma07/orgs",
+ "repos_url": "https://api.github.com/users/anisharma07/repos",
+ "events_url": "https://api.github.com/users/anisharma07/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/anisharma07/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 4
+ },
+ {
+ "login": "govindsingh3477",
+ "id": 140132860,
+ "node_id": "U_kgDOCFpB_A",
+ "avatar_url": "https://avatars.githubusercontent.com/u/140132860?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/govindsingh3477",
+ "html_url": "https://github.com/govindsingh3477",
+ "followers_url": "https://api.github.com/users/govindsingh3477/followers",
+ "following_url": "https://api.github.com/users/govindsingh3477/following{/other_user}",
+ "gists_url": "https://api.github.com/users/govindsingh3477/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/govindsingh3477/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/govindsingh3477/subscriptions",
+ "organizations_url": "https://api.github.com/users/govindsingh3477/orgs",
+ "repos_url": "https://api.github.com/users/govindsingh3477/repos",
+ "events_url": "https://api.github.com/users/govindsingh3477/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/govindsingh3477/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 3
+ },
+ {
+ "login": "jayeshpatil7",
+ "id": 182396551,
+ "node_id": "U_kgDOCt8mhw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/182396551?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/jayeshpatil7",
+ "html_url": "https://github.com/jayeshpatil7",
+ "followers_url": "https://api.github.com/users/jayeshpatil7/followers",
+ "following_url": "https://api.github.com/users/jayeshpatil7/following{/other_user}",
+ "gists_url": "https://api.github.com/users/jayeshpatil7/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/jayeshpatil7/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/jayeshpatil7/subscriptions",
+ "organizations_url": "https://api.github.com/users/jayeshpatil7/orgs",
+ "repos_url": "https://api.github.com/users/jayeshpatil7/repos",
+ "events_url": "https://api.github.com/users/jayeshpatil7/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/jayeshpatil7/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 3
+ },
+ {
+ "login": "Zahnentferner",
+ "id": 1809436,
+ "node_id": "MDQ6VXNlcjE4MDk0MzY=",
+ "avatar_url": "https://avatars.githubusercontent.com/u/1809436?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Zahnentferner",
+ "html_url": "https://github.com/Zahnentferner",
+ "followers_url": "https://api.github.com/users/Zahnentferner/followers",
+ "following_url": "https://api.github.com/users/Zahnentferner/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Zahnentferner/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Zahnentferner/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Zahnentferner/subscriptions",
+ "organizations_url": "https://api.github.com/users/Zahnentferner/orgs",
+ "repos_url": "https://api.github.com/users/Zahnentferner/repos",
+ "events_url": "https://api.github.com/users/Zahnentferner/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Zahnentferner/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 2
+ },
+ {
+ "login": "meetjn",
+ "id": 141674944,
+ "node_id": "U_kgDOCHHJwA",
+ "avatar_url": "https://avatars.githubusercontent.com/u/141674944?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/meetjn",
+ "html_url": "https://github.com/meetjn",
+ "followers_url": "https://api.github.com/users/meetjn/followers",
+ "following_url": "https://api.github.com/users/meetjn/following{/other_user}",
+ "gists_url": "https://api.github.com/users/meetjn/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/meetjn/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/meetjn/subscriptions",
+ "organizations_url": "https://api.github.com/users/meetjn/orgs",
+ "repos_url": "https://api.github.com/users/meetjn/repos",
+ "events_url": "https://api.github.com/users/meetjn/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/meetjn/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 2
+ },
+ {
+ "login": "thuva4",
+ "id": 17289840,
+ "node_id": "MDQ6VXNlcjE3Mjg5ODQw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/17289840?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/thuva4",
+ "html_url": "https://github.com/thuva4",
+ "followers_url": "https://api.github.com/users/thuva4/followers",
+ "following_url": "https://api.github.com/users/thuva4/following{/other_user}",
+ "gists_url": "https://api.github.com/users/thuva4/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/thuva4/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/thuva4/subscriptions",
+ "organizations_url": "https://api.github.com/users/thuva4/orgs",
+ "repos_url": "https://api.github.com/users/thuva4/repos",
+ "events_url": "https://api.github.com/users/thuva4/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/thuva4/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 2
+ },
+ {
+ "login": "ayush0x00",
+ "id": 44584229,
+ "node_id": "MDQ6VXNlcjQ0NTg0MjI5",
+ "avatar_url": "https://avatars.githubusercontent.com/u/44584229?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/ayush0x00",
+ "html_url": "https://github.com/ayush0x00",
+ "followers_url": "https://api.github.com/users/ayush0x00/followers",
+ "following_url": "https://api.github.com/users/ayush0x00/following{/other_user}",
+ "gists_url": "https://api.github.com/users/ayush0x00/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/ayush0x00/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/ayush0x00/subscriptions",
+ "organizations_url": "https://api.github.com/users/ayush0x00/orgs",
+ "repos_url": "https://api.github.com/users/ayush0x00/repos",
+ "events_url": "https://api.github.com/users/ayush0x00/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/ayush0x00/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "Deep-1507",
+ "id": 126111717,
+ "node_id": "U_kgDOB4RP5Q",
+ "avatar_url": "https://avatars.githubusercontent.com/u/126111717?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Deep-1507",
+ "html_url": "https://github.com/Deep-1507",
+ "followers_url": "https://api.github.com/users/Deep-1507/followers",
+ "following_url": "https://api.github.com/users/Deep-1507/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Deep-1507/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Deep-1507/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Deep-1507/subscriptions",
+ "organizations_url": "https://api.github.com/users/Deep-1507/orgs",
+ "repos_url": "https://api.github.com/users/Deep-1507/repos",
+ "events_url": "https://api.github.com/users/Deep-1507/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Deep-1507/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "ParagGhatage",
+ "id": 146347793,
+ "node_id": "U_kgDOCLkXEQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/146347793?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/ParagGhatage",
+ "html_url": "https://github.com/ParagGhatage",
+ "followers_url": "https://api.github.com/users/ParagGhatage/followers",
+ "following_url": "https://api.github.com/users/ParagGhatage/following{/other_user}",
+ "gists_url": "https://api.github.com/users/ParagGhatage/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/ParagGhatage/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/ParagGhatage/subscriptions",
+ "organizations_url": "https://api.github.com/users/ParagGhatage/orgs",
+ "repos_url": "https://api.github.com/users/ParagGhatage/repos",
+ "events_url": "https://api.github.com/users/ParagGhatage/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/ParagGhatage/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "saikiranpatil",
+ "id": 84263946,
+ "node_id": "MDQ6VXNlcjg0MjYzOTQ2",
+ "avatar_url": "https://avatars.githubusercontent.com/u/84263946?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/saikiranpatil",
+ "html_url": "https://github.com/saikiranpatil",
+ "followers_url": "https://api.github.com/users/saikiranpatil/followers",
+ "following_url": "https://api.github.com/users/saikiranpatil/following{/other_user}",
+ "gists_url": "https://api.github.com/users/saikiranpatil/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/saikiranpatil/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/saikiranpatil/subscriptions",
+ "organizations_url": "https://api.github.com/users/saikiranpatil/orgs",
+ "repos_url": "https://api.github.com/users/saikiranpatil/repos",
+ "events_url": "https://api.github.com/users/saikiranpatil/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/saikiranpatil/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "asmit27rai",
+ "id": 146473475,
+ "node_id": "U_kgDOCLsCAw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/146473475?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/asmit27rai",
+ "html_url": "https://github.com/asmit27rai",
+ "followers_url": "https://api.github.com/users/asmit27rai/followers",
+ "following_url": "https://api.github.com/users/asmit27rai/following{/other_user}",
+ "gists_url": "https://api.github.com/users/asmit27rai/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/asmit27rai/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/asmit27rai/subscriptions",
+ "organizations_url": "https://api.github.com/users/asmit27rai/orgs",
+ "repos_url": "https://api.github.com/users/asmit27rai/repos",
+ "events_url": "https://api.github.com/users/asmit27rai/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/asmit27rai/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "singhshaurya01",
+ "id": 222411767,
+ "node_id": "U_kgDODUG79w",
+ "avatar_url": "https://avatars.githubusercontent.com/u/222411767?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/singhshaurya01",
+ "html_url": "https://github.com/singhshaurya01",
+ "followers_url": "https://api.github.com/users/singhshaurya01/followers",
+ "following_url": "https://api.github.com/users/singhshaurya01/following{/other_user}",
+ "gists_url": "https://api.github.com/users/singhshaurya01/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/singhshaurya01/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/singhshaurya01/subscriptions",
+ "organizations_url": "https://api.github.com/users/singhshaurya01/orgs",
+ "repos_url": "https://api.github.com/users/singhshaurya01/repos",
+ "events_url": "https://api.github.com/users/singhshaurya01/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/singhshaurya01/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ }
+ ],
+ "InPactAI": [
+ {
+ "login": "Vivekgupta008",
+ "id": 124180585,
+ "node_id": "U_kgDOB2bYaQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/124180585?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Vivekgupta008",
+ "html_url": "https://github.com/Vivekgupta008",
+ "followers_url": "https://api.github.com/users/Vivekgupta008/followers",
+ "following_url": "https://api.github.com/users/Vivekgupta008/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Vivekgupta008/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Vivekgupta008/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Vivekgupta008/subscriptions",
+ "organizations_url": "https://api.github.com/users/Vivekgupta008/orgs",
+ "repos_url": "https://api.github.com/users/Vivekgupta008/repos",
+ "events_url": "https://api.github.com/users/Vivekgupta008/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Vivekgupta008/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 7
+ },
+ {
+ "login": "ishaanxgupta",
+ "id": 124028055,
+ "node_id": "U_kgDOB2SElw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/124028055?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/ishaanxgupta",
+ "html_url": "https://github.com/ishaanxgupta",
+ "followers_url": "https://api.github.com/users/ishaanxgupta/followers",
+ "following_url": "https://api.github.com/users/ishaanxgupta/following{/other_user}",
+ "gists_url": "https://api.github.com/users/ishaanxgupta/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/ishaanxgupta/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/ishaanxgupta/subscriptions",
+ "organizations_url": "https://api.github.com/users/ishaanxgupta/orgs",
+ "repos_url": "https://api.github.com/users/ishaanxgupta/repos",
+ "events_url": "https://api.github.com/users/ishaanxgupta/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/ishaanxgupta/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 6
+ },
+ {
+ "login": "chandansgowda",
+ "id": 41890434,
+ "node_id": "MDQ6VXNlcjQxODkwNDM0",
+ "avatar_url": "https://avatars.githubusercontent.com/u/41890434?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/chandansgowda",
+ "html_url": "https://github.com/chandansgowda",
+ "followers_url": "https://api.github.com/users/chandansgowda/followers",
+ "following_url": "https://api.github.com/users/chandansgowda/following{/other_user}",
+ "gists_url": "https://api.github.com/users/chandansgowda/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/chandansgowda/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/chandansgowda/subscriptions",
+ "organizations_url": "https://api.github.com/users/chandansgowda/orgs",
+ "repos_url": "https://api.github.com/users/chandansgowda/repos",
+ "events_url": "https://api.github.com/users/chandansgowda/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/chandansgowda/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 4
+ },
+ {
+ "login": "Saahi30",
+ "id": 66820791,
+ "node_id": "MDQ6VXNlcjY2ODIwNzkx",
+ "avatar_url": "https://avatars.githubusercontent.com/u/66820791?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Saahi30",
+ "html_url": "https://github.com/Saahi30",
+ "followers_url": "https://api.github.com/users/Saahi30/followers",
+ "following_url": "https://api.github.com/users/Saahi30/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Saahi30/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Saahi30/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Saahi30/subscriptions",
+ "organizations_url": "https://api.github.com/users/Saahi30/orgs",
+ "repos_url": "https://api.github.com/users/Saahi30/repos",
+ "events_url": "https://api.github.com/users/Saahi30/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Saahi30/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 4
+ },
+ {
+ "login": "Zahnentferner",
+ "id": 1809436,
+ "node_id": "MDQ6VXNlcjE4MDk0MzY=",
+ "avatar_url": "https://avatars.githubusercontent.com/u/1809436?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Zahnentferner",
+ "html_url": "https://github.com/Zahnentferner",
+ "followers_url": "https://api.github.com/users/Zahnentferner/followers",
+ "following_url": "https://api.github.com/users/Zahnentferner/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Zahnentferner/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Zahnentferner/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Zahnentferner/subscriptions",
+ "organizations_url": "https://api.github.com/users/Zahnentferner/orgs",
+ "repos_url": "https://api.github.com/users/Zahnentferner/repos",
+ "events_url": "https://api.github.com/users/Zahnentferner/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Zahnentferner/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 3
+ },
+ {
+ "login": "muntaxir4",
+ "id": 73852736,
+ "node_id": "MDQ6VXNlcjczODUyNzM2",
+ "avatar_url": "https://avatars.githubusercontent.com/u/73852736?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/muntaxir4",
+ "html_url": "https://github.com/muntaxir4",
+ "followers_url": "https://api.github.com/users/muntaxir4/followers",
+ "following_url": "https://api.github.com/users/muntaxir4/following{/other_user}",
+ "gists_url": "https://api.github.com/users/muntaxir4/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/muntaxir4/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/muntaxir4/subscriptions",
+ "organizations_url": "https://api.github.com/users/muntaxir4/orgs",
+ "repos_url": "https://api.github.com/users/muntaxir4/repos",
+ "events_url": "https://api.github.com/users/muntaxir4/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/muntaxir4/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 3
+ },
+ {
+ "login": "Priyansh-max",
+ "id": 109947651,
+ "node_id": "U_kgDOBo2rAw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/109947651?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Priyansh-max",
+ "html_url": "https://github.com/Priyansh-max",
+ "followers_url": "https://api.github.com/users/Priyansh-max/followers",
+ "following_url": "https://api.github.com/users/Priyansh-max/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Priyansh-max/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Priyansh-max/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Priyansh-max/subscriptions",
+ "organizations_url": "https://api.github.com/users/Priyansh-max/orgs",
+ "repos_url": "https://api.github.com/users/Priyansh-max/repos",
+ "events_url": "https://api.github.com/users/Priyansh-max/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Priyansh-max/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 3
+ },
+ {
+ "login": "Aditya30ag",
+ "id": 162010355,
+ "node_id": "U_kgDOCagU8w",
+ "avatar_url": "https://avatars.githubusercontent.com/u/162010355?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Aditya30ag",
+ "html_url": "https://github.com/Aditya30ag",
+ "followers_url": "https://api.github.com/users/Aditya30ag/followers",
+ "following_url": "https://api.github.com/users/Aditya30ag/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Aditya30ag/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Aditya30ag/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Aditya30ag/subscriptions",
+ "organizations_url": "https://api.github.com/users/Aditya30ag/orgs",
+ "repos_url": "https://api.github.com/users/Aditya30ag/repos",
+ "events_url": "https://api.github.com/users/Aditya30ag/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Aditya30ag/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 2
+ },
+ {
+ "login": "prakharsingh-74",
+ "id": 148339919,
+ "node_id": "U_kgDOCNd8zw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/148339919?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/prakharsingh-74",
+ "html_url": "https://github.com/prakharsingh-74",
+ "followers_url": "https://api.github.com/users/prakharsingh-74/followers",
+ "following_url": "https://api.github.com/users/prakharsingh-74/following{/other_user}",
+ "gists_url": "https://api.github.com/users/prakharsingh-74/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/prakharsingh-74/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/prakharsingh-74/subscriptions",
+ "organizations_url": "https://api.github.com/users/prakharsingh-74/orgs",
+ "repos_url": "https://api.github.com/users/prakharsingh-74/repos",
+ "events_url": "https://api.github.com/users/prakharsingh-74/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/prakharsingh-74/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 2
+ },
+ {
+ "login": "singhshaurya01",
+ "id": 222411767,
+ "node_id": "U_kgDODUG79w",
+ "avatar_url": "https://avatars.githubusercontent.com/u/222411767?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/singhshaurya01",
+ "html_url": "https://github.com/singhshaurya01",
+ "followers_url": "https://api.github.com/users/singhshaurya01/followers",
+ "following_url": "https://api.github.com/users/singhshaurya01/following{/other_user}",
+ "gists_url": "https://api.github.com/users/singhshaurya01/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/singhshaurya01/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/singhshaurya01/subscriptions",
+ "organizations_url": "https://api.github.com/users/singhshaurya01/orgs",
+ "repos_url": "https://api.github.com/users/singhshaurya01/repos",
+ "events_url": "https://api.github.com/users/singhshaurya01/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/singhshaurya01/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 2
+ },
+ {
+ "login": "aniket866",
+ "id": 200447751,
+ "node_id": "U_kgDOC_KXBw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/200447751?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/aniket866",
+ "html_url": "https://github.com/aniket866",
+ "followers_url": "https://api.github.com/users/aniket866/followers",
+ "following_url": "https://api.github.com/users/aniket866/following{/other_user}",
+ "gists_url": "https://api.github.com/users/aniket866/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/aniket866/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/aniket866/subscriptions",
+ "organizations_url": "https://api.github.com/users/aniket866/orgs",
+ "repos_url": "https://api.github.com/users/aniket866/repos",
+ "events_url": "https://api.github.com/users/aniket866/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/aniket866/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "Jk-karunadu",
+ "id": 158207370,
+ "node_id": "U_kgDOCW4Nig",
+ "avatar_url": "https://avatars.githubusercontent.com/u/158207370?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Jk-karunadu",
+ "html_url": "https://github.com/Jk-karunadu",
+ "followers_url": "https://api.github.com/users/Jk-karunadu/followers",
+ "following_url": "https://api.github.com/users/Jk-karunadu/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Jk-karunadu/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Jk-karunadu/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Jk-karunadu/subscriptions",
+ "organizations_url": "https://api.github.com/users/Jk-karunadu/orgs",
+ "repos_url": "https://api.github.com/users/Jk-karunadu/repos",
+ "events_url": "https://api.github.com/users/Jk-karunadu/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Jk-karunadu/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "Rrahullkumar",
+ "id": 175727888,
+ "node_id": "U_kgDOCnllEA",
+ "avatar_url": "https://avatars.githubusercontent.com/u/175727888?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Rrahullkumar",
+ "html_url": "https://github.com/Rrahullkumar",
+ "followers_url": "https://api.github.com/users/Rrahullkumar/followers",
+ "following_url": "https://api.github.com/users/Rrahullkumar/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Rrahullkumar/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Rrahullkumar/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Rrahullkumar/subscriptions",
+ "organizations_url": "https://api.github.com/users/Rrahullkumar/orgs",
+ "repos_url": "https://api.github.com/users/Rrahullkumar/repos",
+ "events_url": "https://api.github.com/users/Rrahullkumar/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Rrahullkumar/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "SharkyBytes",
+ "id": 129230225,
+ "node_id": "U_kgDOB7PlkQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/129230225?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/SharkyBytes",
+ "html_url": "https://github.com/SharkyBytes",
+ "followers_url": "https://api.github.com/users/SharkyBytes/followers",
+ "following_url": "https://api.github.com/users/SharkyBytes/following{/other_user}",
+ "gists_url": "https://api.github.com/users/SharkyBytes/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/SharkyBytes/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/SharkyBytes/subscriptions",
+ "organizations_url": "https://api.github.com/users/SharkyBytes/orgs",
+ "repos_url": "https://api.github.com/users/SharkyBytes/repos",
+ "events_url": "https://api.github.com/users/SharkyBytes/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/SharkyBytes/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "geeky-hypertext629",
+ "id": 107639960,
+ "node_id": "U_kgDOBmp0mA",
+ "avatar_url": "https://avatars.githubusercontent.com/u/107639960?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/geeky-hypertext629",
+ "html_url": "https://github.com/geeky-hypertext629",
+ "followers_url": "https://api.github.com/users/geeky-hypertext629/followers",
+ "following_url": "https://api.github.com/users/geeky-hypertext629/following{/other_user}",
+ "gists_url": "https://api.github.com/users/geeky-hypertext629/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/geeky-hypertext629/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/geeky-hypertext629/subscriptions",
+ "organizations_url": "https://api.github.com/users/geeky-hypertext629/orgs",
+ "repos_url": "https://api.github.com/users/geeky-hypertext629/repos",
+ "events_url": "https://api.github.com/users/geeky-hypertext629/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/geeky-hypertext629/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "DisturbedCrow",
+ "id": 277257760,
+ "node_id": "U_kgDOEIaeIA",
+ "avatar_url": "https://avatars.githubusercontent.com/u/277257760?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/DisturbedCrow",
+ "html_url": "https://github.com/DisturbedCrow",
+ "followers_url": "https://api.github.com/users/DisturbedCrow/followers",
+ "following_url": "https://api.github.com/users/DisturbedCrow/following{/other_user}",
+ "gists_url": "https://api.github.com/users/DisturbedCrow/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/DisturbedCrow/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/DisturbedCrow/subscriptions",
+ "organizations_url": "https://api.github.com/users/DisturbedCrow/orgs",
+ "repos_url": "https://api.github.com/users/DisturbedCrow/repos",
+ "events_url": "https://api.github.com/users/DisturbedCrow/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/DisturbedCrow/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ }
+ ],
+ "DebateAI": [
+ {
+ "login": "rixitgithub",
+ "id": 128586763,
+ "node_id": "U_kgDOB6oUCw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/128586763?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/rixitgithub",
+ "html_url": "https://github.com/rixitgithub",
+ "followers_url": "https://api.github.com/users/rixitgithub/followers",
+ "following_url": "https://api.github.com/users/rixitgithub/following{/other_user}",
+ "gists_url": "https://api.github.com/users/rixitgithub/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/rixitgithub/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/rixitgithub/subscriptions",
+ "organizations_url": "https://api.github.com/users/rixitgithub/orgs",
+ "repos_url": "https://api.github.com/users/rixitgithub/repos",
+ "events_url": "https://api.github.com/users/rixitgithub/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/rixitgithub/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 61
+ },
+ {
+ "login": "bhavik-mangla",
+ "id": 92915999,
+ "node_id": "U_kgDOBYnJHw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/92915999?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/bhavik-mangla",
+ "html_url": "https://github.com/bhavik-mangla",
+ "followers_url": "https://api.github.com/users/bhavik-mangla/followers",
+ "following_url": "https://api.github.com/users/bhavik-mangla/following{/other_user}",
+ "gists_url": "https://api.github.com/users/bhavik-mangla/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/bhavik-mangla/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/bhavik-mangla/subscriptions",
+ "organizations_url": "https://api.github.com/users/bhavik-mangla/orgs",
+ "repos_url": "https://api.github.com/users/bhavik-mangla/repos",
+ "events_url": "https://api.github.com/users/bhavik-mangla/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/bhavik-mangla/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 31
+ },
+ {
+ "login": "SoorejS",
+ "id": 143519771,
+ "node_id": "U_kgDOCI3wGw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/143519771?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/SoorejS",
+ "html_url": "https://github.com/SoorejS",
+ "followers_url": "https://api.github.com/users/SoorejS/followers",
+ "following_url": "https://api.github.com/users/SoorejS/following{/other_user}",
+ "gists_url": "https://api.github.com/users/SoorejS/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/SoorejS/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/SoorejS/subscriptions",
+ "organizations_url": "https://api.github.com/users/SoorejS/orgs",
+ "repos_url": "https://api.github.com/users/SoorejS/repos",
+ "events_url": "https://api.github.com/users/SoorejS/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/SoorejS/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 11
+ },
+ {
+ "login": "keshav-nischal",
+ "id": 91429557,
+ "node_id": "MDQ6VXNlcjkxNDI5NTU3",
+ "avatar_url": "https://avatars.githubusercontent.com/u/91429557?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/keshav-nischal",
+ "html_url": "https://github.com/keshav-nischal",
+ "followers_url": "https://api.github.com/users/keshav-nischal/followers",
+ "following_url": "https://api.github.com/users/keshav-nischal/following{/other_user}",
+ "gists_url": "https://api.github.com/users/keshav-nischal/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/keshav-nischal/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/keshav-nischal/subscriptions",
+ "organizations_url": "https://api.github.com/users/keshav-nischal/orgs",
+ "repos_url": "https://api.github.com/users/keshav-nischal/repos",
+ "events_url": "https://api.github.com/users/keshav-nischal/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/keshav-nischal/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 9
+ },
+ {
+ "login": "ayush00git",
+ "id": 183527389,
+ "node_id": "U_kgDOCvBn3Q",
+ "avatar_url": "https://avatars.githubusercontent.com/u/183527389?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/ayush00git",
+ "html_url": "https://github.com/ayush00git",
+ "followers_url": "https://api.github.com/users/ayush00git/followers",
+ "following_url": "https://api.github.com/users/ayush00git/following{/other_user}",
+ "gists_url": "https://api.github.com/users/ayush00git/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/ayush00git/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/ayush00git/subscriptions",
+ "organizations_url": "https://api.github.com/users/ayush00git/orgs",
+ "repos_url": "https://api.github.com/users/ayush00git/repos",
+ "events_url": "https://api.github.com/users/ayush00git/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/ayush00git/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 9
+ },
+ {
+ "login": "ARCoder181105",
+ "id": 171220000,
+ "node_id": "U_kgDOCjScIA",
+ "avatar_url": "https://avatars.githubusercontent.com/u/171220000?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/ARCoder181105",
+ "html_url": "https://github.com/ARCoder181105",
+ "followers_url": "https://api.github.com/users/ARCoder181105/followers",
+ "following_url": "https://api.github.com/users/ARCoder181105/following{/other_user}",
+ "gists_url": "https://api.github.com/users/ARCoder181105/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/ARCoder181105/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/ARCoder181105/subscriptions",
+ "organizations_url": "https://api.github.com/users/ARCoder181105/orgs",
+ "repos_url": "https://api.github.com/users/ARCoder181105/repos",
+ "events_url": "https://api.github.com/users/ARCoder181105/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/ARCoder181105/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 8
+ },
+ {
+ "login": "ProthamD",
+ "id": 155388736,
+ "node_id": "U_kgDOCUMLQA",
+ "avatar_url": "https://avatars.githubusercontent.com/u/155388736?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/ProthamD",
+ "html_url": "https://github.com/ProthamD",
+ "followers_url": "https://api.github.com/users/ProthamD/followers",
+ "following_url": "https://api.github.com/users/ProthamD/following{/other_user}",
+ "gists_url": "https://api.github.com/users/ProthamD/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/ProthamD/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/ProthamD/subscriptions",
+ "organizations_url": "https://api.github.com/users/ProthamD/orgs",
+ "repos_url": "https://api.github.com/users/ProthamD/repos",
+ "events_url": "https://api.github.com/users/ProthamD/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/ProthamD/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 5
+ },
+ {
+ "login": "Abhishek2005-ard",
+ "id": 176069631,
+ "node_id": "U_kgDOCn6b_w",
+ "avatar_url": "https://avatars.githubusercontent.com/u/176069631?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Abhishek2005-ard",
+ "html_url": "https://github.com/Abhishek2005-ard",
+ "followers_url": "https://api.github.com/users/Abhishek2005-ard/followers",
+ "following_url": "https://api.github.com/users/Abhishek2005-ard/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Abhishek2005-ard/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Abhishek2005-ard/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Abhishek2005-ard/subscriptions",
+ "organizations_url": "https://api.github.com/users/Abhishek2005-ard/orgs",
+ "repos_url": "https://api.github.com/users/Abhishek2005-ard/repos",
+ "events_url": "https://api.github.com/users/Abhishek2005-ard/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Abhishek2005-ard/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 4
+ },
+ {
+ "login": "sakshi-in-loops",
+ "id": 57134054,
+ "node_id": "MDQ6VXNlcjU3MTM0MDU0",
+ "avatar_url": "https://avatars.githubusercontent.com/u/57134054?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/sakshi-in-loops",
+ "html_url": "https://github.com/sakshi-in-loops",
+ "followers_url": "https://api.github.com/users/sakshi-in-loops/followers",
+ "following_url": "https://api.github.com/users/sakshi-in-loops/following{/other_user}",
+ "gists_url": "https://api.github.com/users/sakshi-in-loops/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/sakshi-in-loops/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/sakshi-in-loops/subscriptions",
+ "organizations_url": "https://api.github.com/users/sakshi-in-loops/orgs",
+ "repos_url": "https://api.github.com/users/sakshi-in-loops/repos",
+ "events_url": "https://api.github.com/users/sakshi-in-loops/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/sakshi-in-loops/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 4
+ },
+ {
+ "login": "compiler041",
+ "id": 209431292,
+ "node_id": "U_kgDODHuq_A",
+ "avatar_url": "https://avatars.githubusercontent.com/u/209431292?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/compiler041",
+ "html_url": "https://github.com/compiler041",
+ "followers_url": "https://api.github.com/users/compiler041/followers",
+ "following_url": "https://api.github.com/users/compiler041/following{/other_user}",
+ "gists_url": "https://api.github.com/users/compiler041/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/compiler041/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/compiler041/subscriptions",
+ "organizations_url": "https://api.github.com/users/compiler041/orgs",
+ "repos_url": "https://api.github.com/users/compiler041/repos",
+ "events_url": "https://api.github.com/users/compiler041/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/compiler041/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 3
+ },
+ {
+ "login": "Basharkhan7776",
+ "id": 146465667,
+ "node_id": "U_kgDOCLrjgw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/146465667?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Basharkhan7776",
+ "html_url": "https://github.com/Basharkhan7776",
+ "followers_url": "https://api.github.com/users/Basharkhan7776/followers",
+ "following_url": "https://api.github.com/users/Basharkhan7776/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Basharkhan7776/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Basharkhan7776/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Basharkhan7776/subscriptions",
+ "organizations_url": "https://api.github.com/users/Basharkhan7776/orgs",
+ "repos_url": "https://api.github.com/users/Basharkhan7776/repos",
+ "events_url": "https://api.github.com/users/Basharkhan7776/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Basharkhan7776/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 3
+ },
+ {
+ "login": "tripcoded",
+ "id": 206809037,
+ "node_id": "U_kgDODFOnzQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/206809037?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/tripcoded",
+ "html_url": "https://github.com/tripcoded",
+ "followers_url": "https://api.github.com/users/tripcoded/followers",
+ "following_url": "https://api.github.com/users/tripcoded/following{/other_user}",
+ "gists_url": "https://api.github.com/users/tripcoded/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/tripcoded/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/tripcoded/subscriptions",
+ "organizations_url": "https://api.github.com/users/tripcoded/orgs",
+ "repos_url": "https://api.github.com/users/tripcoded/repos",
+ "events_url": "https://api.github.com/users/tripcoded/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/tripcoded/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 3
+ },
+ {
+ "login": "DeveloperAmrit",
+ "id": 105799602,
+ "node_id": "U_kgDOBk5fsg",
+ "avatar_url": "https://avatars.githubusercontent.com/u/105799602?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/DeveloperAmrit",
+ "html_url": "https://github.com/DeveloperAmrit",
+ "followers_url": "https://api.github.com/users/DeveloperAmrit/followers",
+ "following_url": "https://api.github.com/users/DeveloperAmrit/following{/other_user}",
+ "gists_url": "https://api.github.com/users/DeveloperAmrit/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/DeveloperAmrit/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/DeveloperAmrit/subscriptions",
+ "organizations_url": "https://api.github.com/users/DeveloperAmrit/orgs",
+ "repos_url": "https://api.github.com/users/DeveloperAmrit/repos",
+ "events_url": "https://api.github.com/users/DeveloperAmrit/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/DeveloperAmrit/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 2
+ },
+ {
+ "login": "samrat53",
+ "id": 122829487,
+ "node_id": "U_kgDOB1I6rw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/122829487?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/samrat53",
+ "html_url": "https://github.com/samrat53",
+ "followers_url": "https://api.github.com/users/samrat53/followers",
+ "following_url": "https://api.github.com/users/samrat53/following{/other_user}",
+ "gists_url": "https://api.github.com/users/samrat53/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/samrat53/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/samrat53/subscriptions",
+ "organizations_url": "https://api.github.com/users/samrat53/orgs",
+ "repos_url": "https://api.github.com/users/samrat53/repos",
+ "events_url": "https://api.github.com/users/samrat53/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/samrat53/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 2
+ },
+ {
+ "login": "221fa04732",
+ "id": 140374924,
+ "node_id": "U_kgDOCF3zjA",
+ "avatar_url": "https://avatars.githubusercontent.com/u/140374924?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/221fa04732",
+ "html_url": "https://github.com/221fa04732",
+ "followers_url": "https://api.github.com/users/221fa04732/followers",
+ "following_url": "https://api.github.com/users/221fa04732/following{/other_user}",
+ "gists_url": "https://api.github.com/users/221fa04732/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/221fa04732/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/221fa04732/subscriptions",
+ "organizations_url": "https://api.github.com/users/221fa04732/orgs",
+ "repos_url": "https://api.github.com/users/221fa04732/repos",
+ "events_url": "https://api.github.com/users/221fa04732/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/221fa04732/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "Ayushdas1904",
+ "id": 143927004,
+ "node_id": "U_kgDOCJQm3A",
+ "avatar_url": "https://avatars.githubusercontent.com/u/143927004?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Ayushdas1904",
+ "html_url": "https://github.com/Ayushdas1904",
+ "followers_url": "https://api.github.com/users/Ayushdas1904/followers",
+ "following_url": "https://api.github.com/users/Ayushdas1904/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Ayushdas1904/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Ayushdas1904/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Ayushdas1904/subscriptions",
+ "organizations_url": "https://api.github.com/users/Ayushdas1904/orgs",
+ "repos_url": "https://api.github.com/users/Ayushdas1904/repos",
+ "events_url": "https://api.github.com/users/Ayushdas1904/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Ayushdas1904/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "Zahnentferner",
+ "id": 1809436,
+ "node_id": "MDQ6VXNlcjE4MDk0MzY=",
+ "avatar_url": "https://avatars.githubusercontent.com/u/1809436?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Zahnentferner",
+ "html_url": "https://github.com/Zahnentferner",
+ "followers_url": "https://api.github.com/users/Zahnentferner/followers",
+ "following_url": "https://api.github.com/users/Zahnentferner/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Zahnentferner/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Zahnentferner/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Zahnentferner/subscriptions",
+ "organizations_url": "https://api.github.com/users/Zahnentferner/orgs",
+ "repos_url": "https://api.github.com/users/Zahnentferner/repos",
+ "events_url": "https://api.github.com/users/Zahnentferner/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Zahnentferner/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "Naman-B-Parlecha",
+ "id": 140307212,
+ "node_id": "U_kgDOCFzrDA",
+ "avatar_url": "https://avatars.githubusercontent.com/u/140307212?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Naman-B-Parlecha",
+ "html_url": "https://github.com/Naman-B-Parlecha",
+ "followers_url": "https://api.github.com/users/Naman-B-Parlecha/followers",
+ "following_url": "https://api.github.com/users/Naman-B-Parlecha/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Naman-B-Parlecha/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Naman-B-Parlecha/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Naman-B-Parlecha/subscriptions",
+ "organizations_url": "https://api.github.com/users/Naman-B-Parlecha/orgs",
+ "repos_url": "https://api.github.com/users/Naman-B-Parlecha/repos",
+ "events_url": "https://api.github.com/users/Naman-B-Parlecha/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Naman-B-Parlecha/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "optmyzrKeshav",
+ "id": 167280192,
+ "node_id": "U_kgDOCfh-QA",
+ "avatar_url": "https://avatars.githubusercontent.com/u/167280192?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/optmyzrKeshav",
+ "html_url": "https://github.com/optmyzrKeshav",
+ "followers_url": "https://api.github.com/users/optmyzrKeshav/followers",
+ "following_url": "https://api.github.com/users/optmyzrKeshav/following{/other_user}",
+ "gists_url": "https://api.github.com/users/optmyzrKeshav/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/optmyzrKeshav/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/optmyzrKeshav/subscriptions",
+ "organizations_url": "https://api.github.com/users/optmyzrKeshav/orgs",
+ "repos_url": "https://api.github.com/users/optmyzrKeshav/repos",
+ "events_url": "https://api.github.com/users/optmyzrKeshav/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/optmyzrKeshav/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "Rishab87",
+ "id": 138858208,
+ "node_id": "U_kgDOCEbO4A",
+ "avatar_url": "https://avatars.githubusercontent.com/u/138858208?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Rishab87",
+ "html_url": "https://github.com/Rishab87",
+ "followers_url": "https://api.github.com/users/Rishab87/followers",
+ "following_url": "https://api.github.com/users/Rishab87/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Rishab87/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Rishab87/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Rishab87/subscriptions",
+ "organizations_url": "https://api.github.com/users/Rishab87/orgs",
+ "repos_url": "https://api.github.com/users/Rishab87/repos",
+ "events_url": "https://api.github.com/users/Rishab87/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Rishab87/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ }
+ ],
+ "Devr.AI": [
+ {
+ "login": "smokeyScraper",
+ "id": 116462808,
+ "node_id": "U_kgDOBvEU2A",
+ "avatar_url": "https://avatars.githubusercontent.com/u/116462808?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/smokeyScraper",
+ "html_url": "https://github.com/smokeyScraper",
+ "followers_url": "https://api.github.com/users/smokeyScraper/followers",
+ "following_url": "https://api.github.com/users/smokeyScraper/following{/other_user}",
+ "gists_url": "https://api.github.com/users/smokeyScraper/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/smokeyScraper/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/smokeyScraper/subscriptions",
+ "organizations_url": "https://api.github.com/users/smokeyScraper/orgs",
+ "repos_url": "https://api.github.com/users/smokeyScraper/repos",
+ "events_url": "https://api.github.com/users/smokeyScraper/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/smokeyScraper/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 165
+ },
+ {
+ "login": "chandansgowda",
+ "id": 41890434,
+ "node_id": "MDQ6VXNlcjQxODkwNDM0",
+ "avatar_url": "https://avatars.githubusercontent.com/u/41890434?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/chandansgowda",
+ "html_url": "https://github.com/chandansgowda",
+ "followers_url": "https://api.github.com/users/chandansgowda/followers",
+ "following_url": "https://api.github.com/users/chandansgowda/following{/other_user}",
+ "gists_url": "https://api.github.com/users/chandansgowda/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/chandansgowda/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/chandansgowda/subscriptions",
+ "organizations_url": "https://api.github.com/users/chandansgowda/orgs",
+ "repos_url": "https://api.github.com/users/chandansgowda/repos",
+ "events_url": "https://api.github.com/users/chandansgowda/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/chandansgowda/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 42
+ },
+ {
+ "login": "bakayu",
+ "id": 56398566,
+ "node_id": "MDQ6VXNlcjU2Mzk4NTY2",
+ "avatar_url": "https://avatars.githubusercontent.com/u/56398566?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/bakayu",
+ "html_url": "https://github.com/bakayu",
+ "followers_url": "https://api.github.com/users/bakayu/followers",
+ "following_url": "https://api.github.com/users/bakayu/following{/other_user}",
+ "gists_url": "https://api.github.com/users/bakayu/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/bakayu/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/bakayu/subscriptions",
+ "organizations_url": "https://api.github.com/users/bakayu/orgs",
+ "repos_url": "https://api.github.com/users/bakayu/repos",
+ "events_url": "https://api.github.com/users/bakayu/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/bakayu/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 32
+ },
+ {
+ "login": "DhruvK278",
+ "id": 136009129,
+ "node_id": "U_kgDOCBtVqQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/136009129?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/DhruvK278",
+ "html_url": "https://github.com/DhruvK278",
+ "followers_url": "https://api.github.com/users/DhruvK278/followers",
+ "following_url": "https://api.github.com/users/DhruvK278/following{/other_user}",
+ "gists_url": "https://api.github.com/users/DhruvK278/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/DhruvK278/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/DhruvK278/subscriptions",
+ "organizations_url": "https://api.github.com/users/DhruvK278/orgs",
+ "repos_url": "https://api.github.com/users/DhruvK278/repos",
+ "events_url": "https://api.github.com/users/DhruvK278/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/DhruvK278/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 12
+ },
+ {
+ "login": "ShivamMenda",
+ "id": 74780977,
+ "node_id": "MDQ6VXNlcjc0NzgwOTc3",
+ "avatar_url": "https://avatars.githubusercontent.com/u/74780977?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/ShivamMenda",
+ "html_url": "https://github.com/ShivamMenda",
+ "followers_url": "https://api.github.com/users/ShivamMenda/followers",
+ "following_url": "https://api.github.com/users/ShivamMenda/following{/other_user}",
+ "gists_url": "https://api.github.com/users/ShivamMenda/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/ShivamMenda/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/ShivamMenda/subscriptions",
+ "organizations_url": "https://api.github.com/users/ShivamMenda/orgs",
+ "repos_url": "https://api.github.com/users/ShivamMenda/repos",
+ "events_url": "https://api.github.com/users/ShivamMenda/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/ShivamMenda/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 12
+ },
+ {
+ "login": "SharkyBytes",
+ "id": 129230225,
+ "node_id": "U_kgDOB7PlkQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/129230225?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/SharkyBytes",
+ "html_url": "https://github.com/SharkyBytes",
+ "followers_url": "https://api.github.com/users/SharkyBytes/followers",
+ "following_url": "https://api.github.com/users/SharkyBytes/following{/other_user}",
+ "gists_url": "https://api.github.com/users/SharkyBytes/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/SharkyBytes/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/SharkyBytes/subscriptions",
+ "organizations_url": "https://api.github.com/users/SharkyBytes/orgs",
+ "repos_url": "https://api.github.com/users/SharkyBytes/repos",
+ "events_url": "https://api.github.com/users/SharkyBytes/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/SharkyBytes/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 10
+ },
+ {
+ "login": "Dharya4242",
+ "id": 119648064,
+ "node_id": "U_kgDOByGvQA",
+ "avatar_url": "https://avatars.githubusercontent.com/u/119648064?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Dharya4242",
+ "html_url": "https://github.com/Dharya4242",
+ "followers_url": "https://api.github.com/users/Dharya4242/followers",
+ "following_url": "https://api.github.com/users/Dharya4242/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Dharya4242/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Dharya4242/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Dharya4242/subscriptions",
+ "organizations_url": "https://api.github.com/users/Dharya4242/orgs",
+ "repos_url": "https://api.github.com/users/Dharya4242/repos",
+ "events_url": "https://api.github.com/users/Dharya4242/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Dharya4242/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 8
+ },
+ {
+ "login": "Aditya30ag",
+ "id": 162010355,
+ "node_id": "U_kgDOCagU8w",
+ "avatar_url": "https://avatars.githubusercontent.com/u/162010355?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Aditya30ag",
+ "html_url": "https://github.com/Aditya30ag",
+ "followers_url": "https://api.github.com/users/Aditya30ag/followers",
+ "following_url": "https://api.github.com/users/Aditya30ag/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Aditya30ag/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Aditya30ag/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Aditya30ag/subscriptions",
+ "organizations_url": "https://api.github.com/users/Aditya30ag/orgs",
+ "repos_url": "https://api.github.com/users/Aditya30ag/repos",
+ "events_url": "https://api.github.com/users/Aditya30ag/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Aditya30ag/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 7
+ },
+ {
+ "login": "Vivekgupta008",
+ "id": 124180585,
+ "node_id": "U_kgDOB2bYaQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/124180585?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Vivekgupta008",
+ "html_url": "https://github.com/Vivekgupta008",
+ "followers_url": "https://api.github.com/users/Vivekgupta008/followers",
+ "following_url": "https://api.github.com/users/Vivekgupta008/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Vivekgupta008/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Vivekgupta008/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Vivekgupta008/subscriptions",
+ "organizations_url": "https://api.github.com/users/Vivekgupta008/orgs",
+ "repos_url": "https://api.github.com/users/Vivekgupta008/repos",
+ "events_url": "https://api.github.com/users/Vivekgupta008/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Vivekgupta008/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 7
+ },
+ {
+ "login": "Eli4479",
+ "id": 98244788,
+ "node_id": "U_kgDOBdsYtA",
+ "avatar_url": "https://avatars.githubusercontent.com/u/98244788?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Eli4479",
+ "html_url": "https://github.com/Eli4479",
+ "followers_url": "https://api.github.com/users/Eli4479/followers",
+ "following_url": "https://api.github.com/users/Eli4479/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Eli4479/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Eli4479/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Eli4479/subscriptions",
+ "organizations_url": "https://api.github.com/users/Eli4479/orgs",
+ "repos_url": "https://api.github.com/users/Eli4479/repos",
+ "events_url": "https://api.github.com/users/Eli4479/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Eli4479/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 6
+ },
+ {
+ "login": "ParagGhatage",
+ "id": 146347793,
+ "node_id": "U_kgDOCLkXEQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/146347793?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/ParagGhatage",
+ "html_url": "https://github.com/ParagGhatage",
+ "followers_url": "https://api.github.com/users/ParagGhatage/followers",
+ "following_url": "https://api.github.com/users/ParagGhatage/following{/other_user}",
+ "gists_url": "https://api.github.com/users/ParagGhatage/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/ParagGhatage/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/ParagGhatage/subscriptions",
+ "organizations_url": "https://api.github.com/users/ParagGhatage/orgs",
+ "repos_url": "https://api.github.com/users/ParagGhatage/repos",
+ "events_url": "https://api.github.com/users/ParagGhatage/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/ParagGhatage/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 5
+ },
+ {
+ "login": "ishaanxgupta",
+ "id": 124028055,
+ "node_id": "U_kgDOB2SElw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/124028055?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/ishaanxgupta",
+ "html_url": "https://github.com/ishaanxgupta",
+ "followers_url": "https://api.github.com/users/ishaanxgupta/followers",
+ "following_url": "https://api.github.com/users/ishaanxgupta/following{/other_user}",
+ "gists_url": "https://api.github.com/users/ishaanxgupta/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/ishaanxgupta/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/ishaanxgupta/subscriptions",
+ "organizations_url": "https://api.github.com/users/ishaanxgupta/orgs",
+ "repos_url": "https://api.github.com/users/ishaanxgupta/repos",
+ "events_url": "https://api.github.com/users/ishaanxgupta/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/ishaanxgupta/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 3
+ },
+ {
+ "login": "PinJinx",
+ "id": 177038078,
+ "node_id": "U_kgDOCo1i_g",
+ "avatar_url": "https://avatars.githubusercontent.com/u/177038078?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/PinJinx",
+ "html_url": "https://github.com/PinJinx",
+ "followers_url": "https://api.github.com/users/PinJinx/followers",
+ "following_url": "https://api.github.com/users/PinJinx/following{/other_user}",
+ "gists_url": "https://api.github.com/users/PinJinx/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/PinJinx/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/PinJinx/subscriptions",
+ "organizations_url": "https://api.github.com/users/PinJinx/orgs",
+ "repos_url": "https://api.github.com/users/PinJinx/repos",
+ "events_url": "https://api.github.com/users/PinJinx/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/PinJinx/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 3
+ },
+ {
+ "login": "mithun50",
+ "id": 99024517,
+ "node_id": "U_kgDOBeb-hQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/99024517?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/mithun50",
+ "html_url": "https://github.com/mithun50",
+ "followers_url": "https://api.github.com/users/mithun50/followers",
+ "following_url": "https://api.github.com/users/mithun50/following{/other_user}",
+ "gists_url": "https://api.github.com/users/mithun50/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/mithun50/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/mithun50/subscriptions",
+ "organizations_url": "https://api.github.com/users/mithun50/orgs",
+ "repos_url": "https://api.github.com/users/mithun50/repos",
+ "events_url": "https://api.github.com/users/mithun50/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/mithun50/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 3
+ },
+ {
+ "login": "PranshuLakhotia",
+ "id": 164731237,
+ "node_id": "U_kgDOCdGZZQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/164731237?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/PranshuLakhotia",
+ "html_url": "https://github.com/PranshuLakhotia",
+ "followers_url": "https://api.github.com/users/PranshuLakhotia/followers",
+ "following_url": "https://api.github.com/users/PranshuLakhotia/following{/other_user}",
+ "gists_url": "https://api.github.com/users/PranshuLakhotia/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/PranshuLakhotia/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/PranshuLakhotia/subscriptions",
+ "organizations_url": "https://api.github.com/users/PranshuLakhotia/orgs",
+ "repos_url": "https://api.github.com/users/PranshuLakhotia/repos",
+ "events_url": "https://api.github.com/users/PranshuLakhotia/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/PranshuLakhotia/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 2
+ },
+ {
+ "login": "Rudra775",
+ "id": 131602828,
+ "node_id": "U_kgDOB9gZjA",
+ "avatar_url": "https://avatars.githubusercontent.com/u/131602828?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Rudra775",
+ "html_url": "https://github.com/Rudra775",
+ "followers_url": "https://api.github.com/users/Rudra775/followers",
+ "following_url": "https://api.github.com/users/Rudra775/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Rudra775/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Rudra775/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Rudra775/subscriptions",
+ "organizations_url": "https://api.github.com/users/Rudra775/orgs",
+ "repos_url": "https://api.github.com/users/Rudra775/repos",
+ "events_url": "https://api.github.com/users/Rudra775/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Rudra775/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 2
+ },
+ {
+ "login": "DisturbedCrow",
+ "id": 277257760,
+ "node_id": "U_kgDOEIaeIA",
+ "avatar_url": "https://avatars.githubusercontent.com/u/277257760?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/DisturbedCrow",
+ "html_url": "https://github.com/DisturbedCrow",
+ "followers_url": "https://api.github.com/users/DisturbedCrow/followers",
+ "following_url": "https://api.github.com/users/DisturbedCrow/following{/other_user}",
+ "gists_url": "https://api.github.com/users/DisturbedCrow/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/DisturbedCrow/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/DisturbedCrow/subscriptions",
+ "organizations_url": "https://api.github.com/users/DisturbedCrow/orgs",
+ "repos_url": "https://api.github.com/users/DisturbedCrow/repos",
+ "events_url": "https://api.github.com/users/DisturbedCrow/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/DisturbedCrow/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 2
+ },
+ {
+ "login": "Zahnentferner",
+ "id": 1809436,
+ "node_id": "MDQ6VXNlcjE4MDk0MzY=",
+ "avatar_url": "https://avatars.githubusercontent.com/u/1809436?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Zahnentferner",
+ "html_url": "https://github.com/Zahnentferner",
+ "followers_url": "https://api.github.com/users/Zahnentferner/followers",
+ "following_url": "https://api.github.com/users/Zahnentferner/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Zahnentferner/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Zahnentferner/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Zahnentferner/subscriptions",
+ "organizations_url": "https://api.github.com/users/Zahnentferner/orgs",
+ "repos_url": "https://api.github.com/users/Zahnentferner/repos",
+ "events_url": "https://api.github.com/users/Zahnentferner/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Zahnentferner/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "HrishikeshUchake",
+ "id": 135912491,
+ "node_id": "U_kgDOCBncKw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/135912491?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/HrishikeshUchake",
+ "html_url": "https://github.com/HrishikeshUchake",
+ "followers_url": "https://api.github.com/users/HrishikeshUchake/followers",
+ "following_url": "https://api.github.com/users/HrishikeshUchake/following{/other_user}",
+ "gists_url": "https://api.github.com/users/HrishikeshUchake/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/HrishikeshUchake/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/HrishikeshUchake/subscriptions",
+ "organizations_url": "https://api.github.com/users/HrishikeshUchake/orgs",
+ "repos_url": "https://api.github.com/users/HrishikeshUchake/repos",
+ "events_url": "https://api.github.com/users/HrishikeshUchake/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/HrishikeshUchake/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "prakharsingh-74",
+ "id": 148339919,
+ "node_id": "U_kgDOCNd8zw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/148339919?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/prakharsingh-74",
+ "html_url": "https://github.com/prakharsingh-74",
+ "followers_url": "https://api.github.com/users/prakharsingh-74/followers",
+ "following_url": "https://api.github.com/users/prakharsingh-74/following{/other_user}",
+ "gists_url": "https://api.github.com/users/prakharsingh-74/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/prakharsingh-74/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/prakharsingh-74/subscriptions",
+ "organizations_url": "https://api.github.com/users/prakharsingh-74/orgs",
+ "repos_url": "https://api.github.com/users/prakharsingh-74/repos",
+ "events_url": "https://api.github.com/users/prakharsingh-74/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/prakharsingh-74/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "vidit-maheshwari",
+ "id": 134200004,
+ "node_id": "U_kgDOB_-6xA",
+ "avatar_url": "https://avatars.githubusercontent.com/u/134200004?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/vidit-maheshwari",
+ "html_url": "https://github.com/vidit-maheshwari",
+ "followers_url": "https://api.github.com/users/vidit-maheshwari/followers",
+ "following_url": "https://api.github.com/users/vidit-maheshwari/following{/other_user}",
+ "gists_url": "https://api.github.com/users/vidit-maheshwari/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/vidit-maheshwari/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/vidit-maheshwari/subscriptions",
+ "organizations_url": "https://api.github.com/users/vidit-maheshwari/orgs",
+ "repos_url": "https://api.github.com/users/vidit-maheshwari/repos",
+ "events_url": "https://api.github.com/users/vidit-maheshwari/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/vidit-maheshwari/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "singhshaurya01",
+ "id": 222411767,
+ "node_id": "U_kgDODUG79w",
+ "avatar_url": "https://avatars.githubusercontent.com/u/222411767?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/singhshaurya01",
+ "html_url": "https://github.com/singhshaurya01",
+ "followers_url": "https://api.github.com/users/singhshaurya01/followers",
+ "following_url": "https://api.github.com/users/singhshaurya01/following{/other_user}",
+ "gists_url": "https://api.github.com/users/singhshaurya01/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/singhshaurya01/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/singhshaurya01/subscriptions",
+ "organizations_url": "https://api.github.com/users/singhshaurya01/orgs",
+ "repos_url": "https://api.github.com/users/singhshaurya01/repos",
+ "events_url": "https://api.github.com/users/singhshaurya01/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/singhshaurya01/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ }
+ ],
+ "Resonate-Website": [
+ {
+ "login": "M4dhav",
+ "id": 114633095,
+ "node_id": "U_kgDOBtUphw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/114633095?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/M4dhav",
+ "html_url": "https://github.com/M4dhav",
+ "followers_url": "https://api.github.com/users/M4dhav/followers",
+ "following_url": "https://api.github.com/users/M4dhav/following{/other_user}",
+ "gists_url": "https://api.github.com/users/M4dhav/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/M4dhav/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/M4dhav/subscriptions",
+ "organizations_url": "https://api.github.com/users/M4dhav/orgs",
+ "repos_url": "https://api.github.com/users/M4dhav/repos",
+ "events_url": "https://api.github.com/users/M4dhav/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/M4dhav/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 36
+ },
+ {
+ "login": "aniket866",
+ "id": 200447751,
+ "node_id": "U_kgDOC_KXBw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/200447751?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/aniket866",
+ "html_url": "https://github.com/aniket866",
+ "followers_url": "https://api.github.com/users/aniket866/followers",
+ "following_url": "https://api.github.com/users/aniket866/following{/other_user}",
+ "gists_url": "https://api.github.com/users/aniket866/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/aniket866/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/aniket866/subscriptions",
+ "organizations_url": "https://api.github.com/users/aniket866/orgs",
+ "repos_url": "https://api.github.com/users/aniket866/repos",
+ "events_url": "https://api.github.com/users/aniket866/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/aniket866/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 15
+ },
+ {
+ "login": "Muneerali199",
+ "id": 186174121,
+ "node_id": "U_kgDOCxjKqQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/186174121?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Muneerali199",
+ "html_url": "https://github.com/Muneerali199",
+ "followers_url": "https://api.github.com/users/Muneerali199/followers",
+ "following_url": "https://api.github.com/users/Muneerali199/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Muneerali199/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Muneerali199/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Muneerali199/subscriptions",
+ "organizations_url": "https://api.github.com/users/Muneerali199/orgs",
+ "repos_url": "https://api.github.com/users/Muneerali199/repos",
+ "events_url": "https://api.github.com/users/Muneerali199/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Muneerali199/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 14
+ },
+ {
+ "login": "mahatolalit",
+ "id": 166677345,
+ "node_id": "U_kgDOCe9LYQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/166677345?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/mahatolalit",
+ "html_url": "https://github.com/mahatolalit",
+ "followers_url": "https://api.github.com/users/mahatolalit/followers",
+ "following_url": "https://api.github.com/users/mahatolalit/following{/other_user}",
+ "gists_url": "https://api.github.com/users/mahatolalit/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/mahatolalit/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/mahatolalit/subscriptions",
+ "organizations_url": "https://api.github.com/users/mahatolalit/orgs",
+ "repos_url": "https://api.github.com/users/mahatolalit/repos",
+ "events_url": "https://api.github.com/users/mahatolalit/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/mahatolalit/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 12
+ },
+ {
+ "login": "Mayank4352",
+ "id": 120477383,
+ "node_id": "U_kgDOBy5Wxw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/120477383?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Mayank4352",
+ "html_url": "https://github.com/Mayank4352",
+ "followers_url": "https://api.github.com/users/Mayank4352/followers",
+ "following_url": "https://api.github.com/users/Mayank4352/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Mayank4352/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Mayank4352/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Mayank4352/subscriptions",
+ "organizations_url": "https://api.github.com/users/Mayank4352/orgs",
+ "repos_url": "https://api.github.com/users/Mayank4352/repos",
+ "events_url": "https://api.github.com/users/Mayank4352/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Mayank4352/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 7
+ },
+ {
+ "login": "dependabot[bot]",
+ "id": 49699333,
+ "node_id": "MDM6Qm90NDk2OTkzMzM=",
+ "avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/dependabot%5Bbot%5D",
+ "html_url": "https://github.com/apps/dependabot",
+ "followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers",
+ "following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}",
+ "gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions",
+ "organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs",
+ "repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos",
+ "events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events",
+ "type": "Bot",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 5
+ },
+ {
+ "login": "JaYRaNa213",
+ "id": 172463082,
+ "node_id": "U_kgDOCkeT6g",
+ "avatar_url": "https://avatars.githubusercontent.com/u/172463082?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/JaYRaNa213",
+ "html_url": "https://github.com/JaYRaNa213",
+ "followers_url": "https://api.github.com/users/JaYRaNa213/followers",
+ "following_url": "https://api.github.com/users/JaYRaNa213/following{/other_user}",
+ "gists_url": "https://api.github.com/users/JaYRaNa213/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/JaYRaNa213/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/JaYRaNa213/subscriptions",
+ "organizations_url": "https://api.github.com/users/JaYRaNa213/orgs",
+ "repos_url": "https://api.github.com/users/JaYRaNa213/repos",
+ "events_url": "https://api.github.com/users/JaYRaNa213/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/JaYRaNa213/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 4
+ },
+ {
+ "login": "chandansgowda",
+ "id": 41890434,
+ "node_id": "MDQ6VXNlcjQxODkwNDM0",
+ "avatar_url": "https://avatars.githubusercontent.com/u/41890434?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/chandansgowda",
+ "html_url": "https://github.com/chandansgowda",
+ "followers_url": "https://api.github.com/users/chandansgowda/followers",
+ "following_url": "https://api.github.com/users/chandansgowda/following{/other_user}",
+ "gists_url": "https://api.github.com/users/chandansgowda/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/chandansgowda/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/chandansgowda/subscriptions",
+ "organizations_url": "https://api.github.com/users/chandansgowda/orgs",
+ "repos_url": "https://api.github.com/users/chandansgowda/repos",
+ "events_url": "https://api.github.com/users/chandansgowda/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/chandansgowda/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 3
+ },
+ {
+ "login": "DeveloperAmrit",
+ "id": 105799602,
+ "node_id": "U_kgDOBk5fsg",
+ "avatar_url": "https://avatars.githubusercontent.com/u/105799602?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/DeveloperAmrit",
+ "html_url": "https://github.com/DeveloperAmrit",
+ "followers_url": "https://api.github.com/users/DeveloperAmrit/followers",
+ "following_url": "https://api.github.com/users/DeveloperAmrit/following{/other_user}",
+ "gists_url": "https://api.github.com/users/DeveloperAmrit/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/DeveloperAmrit/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/DeveloperAmrit/subscriptions",
+ "organizations_url": "https://api.github.com/users/DeveloperAmrit/orgs",
+ "repos_url": "https://api.github.com/users/DeveloperAmrit/repos",
+ "events_url": "https://api.github.com/users/DeveloperAmrit/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/DeveloperAmrit/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 3
+ },
+ {
+ "login": "ayushman1210",
+ "id": 138183570,
+ "node_id": "U_kgDOCDyDkg",
+ "avatar_url": "https://avatars.githubusercontent.com/u/138183570?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/ayushman1210",
+ "html_url": "https://github.com/ayushman1210",
+ "followers_url": "https://api.github.com/users/ayushman1210/followers",
+ "following_url": "https://api.github.com/users/ayushman1210/following{/other_user}",
+ "gists_url": "https://api.github.com/users/ayushman1210/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/ayushman1210/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/ayushman1210/subscriptions",
+ "organizations_url": "https://api.github.com/users/ayushman1210/orgs",
+ "repos_url": "https://api.github.com/users/ayushman1210/repos",
+ "events_url": "https://api.github.com/users/ayushman1210/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/ayushman1210/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 3
+ },
+ {
+ "login": "udaykiran243",
+ "id": 132606304,
+ "node_id": "U_kgDOB-dpYA",
+ "avatar_url": "https://avatars.githubusercontent.com/u/132606304?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/udaykiran243",
+ "html_url": "https://github.com/udaykiran243",
+ "followers_url": "https://api.github.com/users/udaykiran243/followers",
+ "following_url": "https://api.github.com/users/udaykiran243/following{/other_user}",
+ "gists_url": "https://api.github.com/users/udaykiran243/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/udaykiran243/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/udaykiran243/subscriptions",
+ "organizations_url": "https://api.github.com/users/udaykiran243/orgs",
+ "repos_url": "https://api.github.com/users/udaykiran243/repos",
+ "events_url": "https://api.github.com/users/udaykiran243/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/udaykiran243/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 2
+ },
+ {
+ "login": "SimardeepSingh1450",
+ "id": 92221517,
+ "node_id": "U_kgDOBX8wTQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/92221517?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/SimardeepSingh1450",
+ "html_url": "https://github.com/SimardeepSingh1450",
+ "followers_url": "https://api.github.com/users/SimardeepSingh1450/followers",
+ "following_url": "https://api.github.com/users/SimardeepSingh1450/following{/other_user}",
+ "gists_url": "https://api.github.com/users/SimardeepSingh1450/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/SimardeepSingh1450/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/SimardeepSingh1450/subscriptions",
+ "organizations_url": "https://api.github.com/users/SimardeepSingh1450/orgs",
+ "repos_url": "https://api.github.com/users/SimardeepSingh1450/repos",
+ "events_url": "https://api.github.com/users/SimardeepSingh1450/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/SimardeepSingh1450/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 2
+ },
+ {
+ "login": "AyusKumarPathak",
+ "id": 150468678,
+ "node_id": "U_kgDOCPf4Rg",
+ "avatar_url": "https://avatars.githubusercontent.com/u/150468678?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/AyusKumarPathak",
+ "html_url": "https://github.com/AyusKumarPathak",
+ "followers_url": "https://api.github.com/users/AyusKumarPathak/followers",
+ "following_url": "https://api.github.com/users/AyusKumarPathak/following{/other_user}",
+ "gists_url": "https://api.github.com/users/AyusKumarPathak/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/AyusKumarPathak/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/AyusKumarPathak/subscriptions",
+ "organizations_url": "https://api.github.com/users/AyusKumarPathak/orgs",
+ "repos_url": "https://api.github.com/users/AyusKumarPathak/repos",
+ "events_url": "https://api.github.com/users/AyusKumarPathak/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/AyusKumarPathak/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 2
+ },
+ {
+ "login": "akshat3410",
+ "id": 69171692,
+ "node_id": "MDQ6VXNlcjY5MTcxNjky",
+ "avatar_url": "https://avatars.githubusercontent.com/u/69171692?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/akshat3410",
+ "html_url": "https://github.com/akshat3410",
+ "followers_url": "https://api.github.com/users/akshat3410/followers",
+ "following_url": "https://api.github.com/users/akshat3410/following{/other_user}",
+ "gists_url": "https://api.github.com/users/akshat3410/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/akshat3410/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/akshat3410/subscriptions",
+ "organizations_url": "https://api.github.com/users/akshat3410/orgs",
+ "repos_url": "https://api.github.com/users/akshat3410/repos",
+ "events_url": "https://api.github.com/users/akshat3410/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/akshat3410/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "bibekjoshi01",
+ "id": 107404712,
+ "node_id": "U_kgDOBmbdqA",
+ "avatar_url": "https://avatars.githubusercontent.com/u/107404712?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/bibekjoshi01",
+ "html_url": "https://github.com/bibekjoshi01",
+ "followers_url": "https://api.github.com/users/bibekjoshi01/followers",
+ "following_url": "https://api.github.com/users/bibekjoshi01/following{/other_user}",
+ "gists_url": "https://api.github.com/users/bibekjoshi01/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/bibekjoshi01/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/bibekjoshi01/subscriptions",
+ "organizations_url": "https://api.github.com/users/bibekjoshi01/orgs",
+ "repos_url": "https://api.github.com/users/bibekjoshi01/repos",
+ "events_url": "https://api.github.com/users/bibekjoshi01/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/bibekjoshi01/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "kunal-bunkar",
+ "id": 183866603,
+ "node_id": "U_kgDOCvWU6w",
+ "avatar_url": "https://avatars.githubusercontent.com/u/183866603?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/kunal-bunkar",
+ "html_url": "https://github.com/kunal-bunkar",
+ "followers_url": "https://api.github.com/users/kunal-bunkar/followers",
+ "following_url": "https://api.github.com/users/kunal-bunkar/following{/other_user}",
+ "gists_url": "https://api.github.com/users/kunal-bunkar/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/kunal-bunkar/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/kunal-bunkar/subscriptions",
+ "organizations_url": "https://api.github.com/users/kunal-bunkar/orgs",
+ "repos_url": "https://api.github.com/users/kunal-bunkar/repos",
+ "events_url": "https://api.github.com/users/kunal-bunkar/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/kunal-bunkar/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "prajjwalyd",
+ "id": 111794524,
+ "node_id": "U_kgDOBqnZXA",
+ "avatar_url": "https://avatars.githubusercontent.com/u/111794524?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/prajjwalyd",
+ "html_url": "https://github.com/prajjwalyd",
+ "followers_url": "https://api.github.com/users/prajjwalyd/followers",
+ "following_url": "https://api.github.com/users/prajjwalyd/following{/other_user}",
+ "gists_url": "https://api.github.com/users/prajjwalyd/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/prajjwalyd/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/prajjwalyd/subscriptions",
+ "organizations_url": "https://api.github.com/users/prajjwalyd/orgs",
+ "repos_url": "https://api.github.com/users/prajjwalyd/repos",
+ "events_url": "https://api.github.com/users/prajjwalyd/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/prajjwalyd/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "saurabh007007",
+ "id": 116506457,
+ "node_id": "U_kgDOBvG_WQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/116506457?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/saurabh007007",
+ "html_url": "https://github.com/saurabh007007",
+ "followers_url": "https://api.github.com/users/saurabh007007/followers",
+ "following_url": "https://api.github.com/users/saurabh007007/following{/other_user}",
+ "gists_url": "https://api.github.com/users/saurabh007007/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/saurabh007007/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/saurabh007007/subscriptions",
+ "organizations_url": "https://api.github.com/users/saurabh007007/orgs",
+ "repos_url": "https://api.github.com/users/saurabh007007/repos",
+ "events_url": "https://api.github.com/users/saurabh007007/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/saurabh007007/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "4555jan",
+ "id": 119113736,
+ "node_id": "U_kgDOBxmICA",
+ "avatar_url": "https://avatars.githubusercontent.com/u/119113736?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/4555jan",
+ "html_url": "https://github.com/4555jan",
+ "followers_url": "https://api.github.com/users/4555jan/followers",
+ "following_url": "https://api.github.com/users/4555jan/following{/other_user}",
+ "gists_url": "https://api.github.com/users/4555jan/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/4555jan/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/4555jan/subscriptions",
+ "organizations_url": "https://api.github.com/users/4555jan/orgs",
+ "repos_url": "https://api.github.com/users/4555jan/repos",
+ "events_url": "https://api.github.com/users/4555jan/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/4555jan/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "piyusha-chopra",
+ "id": 197360966,
+ "node_id": "U_kgDOC8N9Rg",
+ "avatar_url": "https://avatars.githubusercontent.com/u/197360966?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/piyusha-chopra",
+ "html_url": "https://github.com/piyusha-chopra",
+ "followers_url": "https://api.github.com/users/piyusha-chopra/followers",
+ "following_url": "https://api.github.com/users/piyusha-chopra/following{/other_user}",
+ "gists_url": "https://api.github.com/users/piyusha-chopra/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/piyusha-chopra/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/piyusha-chopra/subscriptions",
+ "organizations_url": "https://api.github.com/users/piyusha-chopra/orgs",
+ "repos_url": "https://api.github.com/users/piyusha-chopra/repos",
+ "events_url": "https://api.github.com/users/piyusha-chopra/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/piyusha-chopra/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "singhshaurya01",
+ "id": 222411767,
+ "node_id": "U_kgDODUG79w",
+ "avatar_url": "https://avatars.githubusercontent.com/u/222411767?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/singhshaurya01",
+ "html_url": "https://github.com/singhshaurya01",
+ "followers_url": "https://api.github.com/users/singhshaurya01/followers",
+ "following_url": "https://api.github.com/users/singhshaurya01/following{/other_user}",
+ "gists_url": "https://api.github.com/users/singhshaurya01/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/singhshaurya01/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/singhshaurya01/subscriptions",
+ "organizations_url": "https://api.github.com/users/singhshaurya01/orgs",
+ "repos_url": "https://api.github.com/users/singhshaurya01/repos",
+ "events_url": "https://api.github.com/users/singhshaurya01/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/singhshaurya01/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ }
+ ],
+ "Ell-ena": [
+ {
+ "login": "SharkyBytes",
+ "id": 129230225,
+ "node_id": "U_kgDOB7PlkQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/129230225?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/SharkyBytes",
+ "html_url": "https://github.com/SharkyBytes",
+ "followers_url": "https://api.github.com/users/SharkyBytes/followers",
+ "following_url": "https://api.github.com/users/SharkyBytes/following{/other_user}",
+ "gists_url": "https://api.github.com/users/SharkyBytes/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/SharkyBytes/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/SharkyBytes/subscriptions",
+ "organizations_url": "https://api.github.com/users/SharkyBytes/orgs",
+ "repos_url": "https://api.github.com/users/SharkyBytes/repos",
+ "events_url": "https://api.github.com/users/SharkyBytes/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/SharkyBytes/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 101
+ },
+ {
+ "login": "may-tas",
+ "id": 135056339,
+ "node_id": "U_kgDOCAzL0w",
+ "avatar_url": "https://avatars.githubusercontent.com/u/135056339?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/may-tas",
+ "html_url": "https://github.com/may-tas",
+ "followers_url": "https://api.github.com/users/may-tas/followers",
+ "following_url": "https://api.github.com/users/may-tas/following{/other_user}",
+ "gists_url": "https://api.github.com/users/may-tas/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/may-tas/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/may-tas/subscriptions",
+ "organizations_url": "https://api.github.com/users/may-tas/orgs",
+ "repos_url": "https://api.github.com/users/may-tas/repos",
+ "events_url": "https://api.github.com/users/may-tas/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/may-tas/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 19
+ },
+ {
+ "login": "g-k-s-03",
+ "id": 226368649,
+ "node_id": "U_kgDODX4ciQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/226368649?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/g-k-s-03",
+ "html_url": "https://github.com/g-k-s-03",
+ "followers_url": "https://api.github.com/users/g-k-s-03/followers",
+ "following_url": "https://api.github.com/users/g-k-s-03/following{/other_user}",
+ "gists_url": "https://api.github.com/users/g-k-s-03/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/g-k-s-03/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/g-k-s-03/subscriptions",
+ "organizations_url": "https://api.github.com/users/g-k-s-03/orgs",
+ "repos_url": "https://api.github.com/users/g-k-s-03/repos",
+ "events_url": "https://api.github.com/users/g-k-s-03/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/g-k-s-03/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 16
+ },
+ {
+ "login": "hasanravda",
+ "id": 73700675,
+ "node_id": "MDQ6VXNlcjczNzAwNjc1",
+ "avatar_url": "https://avatars.githubusercontent.com/u/73700675?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/hasanravda",
+ "html_url": "https://github.com/hasanravda",
+ "followers_url": "https://api.github.com/users/hasanravda/followers",
+ "following_url": "https://api.github.com/users/hasanravda/following{/other_user}",
+ "gists_url": "https://api.github.com/users/hasanravda/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/hasanravda/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/hasanravda/subscriptions",
+ "organizations_url": "https://api.github.com/users/hasanravda/orgs",
+ "repos_url": "https://api.github.com/users/hasanravda/repos",
+ "events_url": "https://api.github.com/users/hasanravda/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/hasanravda/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 13
+ },
+ {
+ "login": "jddeep",
+ "id": 43133646,
+ "node_id": "MDQ6VXNlcjQzMTMzNjQ2",
+ "avatar_url": "https://avatars.githubusercontent.com/u/43133646?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/jddeep",
+ "html_url": "https://github.com/jddeep",
+ "followers_url": "https://api.github.com/users/jddeep/followers",
+ "following_url": "https://api.github.com/users/jddeep/following{/other_user}",
+ "gists_url": "https://api.github.com/users/jddeep/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/jddeep/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/jddeep/subscriptions",
+ "organizations_url": "https://api.github.com/users/jddeep/orgs",
+ "repos_url": "https://api.github.com/users/jddeep/repos",
+ "events_url": "https://api.github.com/users/jddeep/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/jddeep/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 11
+ },
+ {
+ "login": "dhruvi-16-me",
+ "id": 188478043,
+ "node_id": "U_kgDOCzvyWw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/188478043?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/dhruvi-16-me",
+ "html_url": "https://github.com/dhruvi-16-me",
+ "followers_url": "https://api.github.com/users/dhruvi-16-me/followers",
+ "following_url": "https://api.github.com/users/dhruvi-16-me/following{/other_user}",
+ "gists_url": "https://api.github.com/users/dhruvi-16-me/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/dhruvi-16-me/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/dhruvi-16-me/subscriptions",
+ "organizations_url": "https://api.github.com/users/dhruvi-16-me/orgs",
+ "repos_url": "https://api.github.com/users/dhruvi-16-me/repos",
+ "events_url": "https://api.github.com/users/dhruvi-16-me/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/dhruvi-16-me/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 11
+ },
+ {
+ "login": "bhavik-mangla",
+ "id": 92915999,
+ "node_id": "U_kgDOBYnJHw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/92915999?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/bhavik-mangla",
+ "html_url": "https://github.com/bhavik-mangla",
+ "followers_url": "https://api.github.com/users/bhavik-mangla/followers",
+ "following_url": "https://api.github.com/users/bhavik-mangla/following{/other_user}",
+ "gists_url": "https://api.github.com/users/bhavik-mangla/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/bhavik-mangla/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/bhavik-mangla/subscriptions",
+ "organizations_url": "https://api.github.com/users/bhavik-mangla/orgs",
+ "repos_url": "https://api.github.com/users/bhavik-mangla/repos",
+ "events_url": "https://api.github.com/users/bhavik-mangla/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/bhavik-mangla/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 9
+ },
+ {
+ "login": "PraneetBose",
+ "id": 94593299,
+ "node_id": "U_kgDOBaNhEw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/94593299?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/PraneetBose",
+ "html_url": "https://github.com/PraneetBose",
+ "followers_url": "https://api.github.com/users/PraneetBose/followers",
+ "following_url": "https://api.github.com/users/PraneetBose/following{/other_user}",
+ "gists_url": "https://api.github.com/users/PraneetBose/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/PraneetBose/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/PraneetBose/subscriptions",
+ "organizations_url": "https://api.github.com/users/PraneetBose/orgs",
+ "repos_url": "https://api.github.com/users/PraneetBose/repos",
+ "events_url": "https://api.github.com/users/PraneetBose/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/PraneetBose/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 5
+ },
+ {
+ "login": "dolliecoder",
+ "id": 227510566,
+ "node_id": "U_kgDODY-JJg",
+ "avatar_url": "https://avatars.githubusercontent.com/u/227510566?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/dolliecoder",
+ "html_url": "https://github.com/dolliecoder",
+ "followers_url": "https://api.github.com/users/dolliecoder/followers",
+ "following_url": "https://api.github.com/users/dolliecoder/following{/other_user}",
+ "gists_url": "https://api.github.com/users/dolliecoder/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/dolliecoder/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/dolliecoder/subscriptions",
+ "organizations_url": "https://api.github.com/users/dolliecoder/orgs",
+ "repos_url": "https://api.github.com/users/dolliecoder/repos",
+ "events_url": "https://api.github.com/users/dolliecoder/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/dolliecoder/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 5
+ },
+ {
+ "login": "navaneeth0041",
+ "id": 143107716,
+ "node_id": "U_kgDOCIemhA",
+ "avatar_url": "https://avatars.githubusercontent.com/u/143107716?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/navaneeth0041",
+ "html_url": "https://github.com/navaneeth0041",
+ "followers_url": "https://api.github.com/users/navaneeth0041/followers",
+ "following_url": "https://api.github.com/users/navaneeth0041/following{/other_user}",
+ "gists_url": "https://api.github.com/users/navaneeth0041/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/navaneeth0041/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/navaneeth0041/subscriptions",
+ "organizations_url": "https://api.github.com/users/navaneeth0041/orgs",
+ "repos_url": "https://api.github.com/users/navaneeth0041/repos",
+ "events_url": "https://api.github.com/users/navaneeth0041/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/navaneeth0041/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 4
+ },
+ {
+ "login": "Peehu1308",
+ "id": 145141126,
+ "node_id": "U_kgDOCKathg",
+ "avatar_url": "https://avatars.githubusercontent.com/u/145141126?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Peehu1308",
+ "html_url": "https://github.com/Peehu1308",
+ "followers_url": "https://api.github.com/users/Peehu1308/followers",
+ "following_url": "https://api.github.com/users/Peehu1308/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Peehu1308/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Peehu1308/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Peehu1308/subscriptions",
+ "organizations_url": "https://api.github.com/users/Peehu1308/orgs",
+ "repos_url": "https://api.github.com/users/Peehu1308/repos",
+ "events_url": "https://api.github.com/users/Peehu1308/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Peehu1308/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 4
+ },
+ {
+ "login": "KunalPatilCode",
+ "id": 165749218,
+ "node_id": "U_kgDOCeEh4g",
+ "avatar_url": "https://avatars.githubusercontent.com/u/165749218?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/KunalPatilCode",
+ "html_url": "https://github.com/KunalPatilCode",
+ "followers_url": "https://api.github.com/users/KunalPatilCode/followers",
+ "following_url": "https://api.github.com/users/KunalPatilCode/following{/other_user}",
+ "gists_url": "https://api.github.com/users/KunalPatilCode/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/KunalPatilCode/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/KunalPatilCode/subscriptions",
+ "organizations_url": "https://api.github.com/users/KunalPatilCode/orgs",
+ "repos_url": "https://api.github.com/users/KunalPatilCode/repos",
+ "events_url": "https://api.github.com/users/KunalPatilCode/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/KunalPatilCode/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 2
+ },
+ {
+ "login": "M4dhav",
+ "id": 114633095,
+ "node_id": "U_kgDOBtUphw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/114633095?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/M4dhav",
+ "html_url": "https://github.com/M4dhav",
+ "followers_url": "https://api.github.com/users/M4dhav/followers",
+ "following_url": "https://api.github.com/users/M4dhav/following{/other_user}",
+ "gists_url": "https://api.github.com/users/M4dhav/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/M4dhav/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/M4dhav/subscriptions",
+ "organizations_url": "https://api.github.com/users/M4dhav/orgs",
+ "repos_url": "https://api.github.com/users/M4dhav/repos",
+ "events_url": "https://api.github.com/users/M4dhav/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/M4dhav/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 2
+ },
+ {
+ "login": "baidpankaj567",
+ "id": 175218126,
+ "node_id": "U_kgDOCnGdzg",
+ "avatar_url": "https://avatars.githubusercontent.com/u/175218126?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/baidpankaj567",
+ "html_url": "https://github.com/baidpankaj567",
+ "followers_url": "https://api.github.com/users/baidpankaj567/followers",
+ "following_url": "https://api.github.com/users/baidpankaj567/following{/other_user}",
+ "gists_url": "https://api.github.com/users/baidpankaj567/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/baidpankaj567/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/baidpankaj567/subscriptions",
+ "organizations_url": "https://api.github.com/users/baidpankaj567/orgs",
+ "repos_url": "https://api.github.com/users/baidpankaj567/repos",
+ "events_url": "https://api.github.com/users/baidpankaj567/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/baidpankaj567/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 2
+ },
+ {
+ "login": "Swayanshuu",
+ "id": 186157247,
+ "node_id": "U_kgDOCxiIvw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/186157247?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Swayanshuu",
+ "html_url": "https://github.com/Swayanshuu",
+ "followers_url": "https://api.github.com/users/Swayanshuu/followers",
+ "following_url": "https://api.github.com/users/Swayanshuu/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Swayanshuu/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Swayanshuu/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Swayanshuu/subscriptions",
+ "organizations_url": "https://api.github.com/users/Swayanshuu/orgs",
+ "repos_url": "https://api.github.com/users/Swayanshuu/repos",
+ "events_url": "https://api.github.com/users/Swayanshuu/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Swayanshuu/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 2
+ },
+ {
+ "login": "amrkhaled104",
+ "id": 152913400,
+ "node_id": "U_kgDOCR1F-A",
+ "avatar_url": "https://avatars.githubusercontent.com/u/152913400?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/amrkhaled104",
+ "html_url": "https://github.com/amrkhaled104",
+ "followers_url": "https://api.github.com/users/amrkhaled104/followers",
+ "following_url": "https://api.github.com/users/amrkhaled104/following{/other_user}",
+ "gists_url": "https://api.github.com/users/amrkhaled104/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/amrkhaled104/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/amrkhaled104/subscriptions",
+ "organizations_url": "https://api.github.com/users/amrkhaled104/orgs",
+ "repos_url": "https://api.github.com/users/amrkhaled104/repos",
+ "events_url": "https://api.github.com/users/amrkhaled104/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/amrkhaled104/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 2
+ },
+ {
+ "login": "ayush00git",
+ "id": 183527389,
+ "node_id": "U_kgDOCvBn3Q",
+ "avatar_url": "https://avatars.githubusercontent.com/u/183527389?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/ayush00git",
+ "html_url": "https://github.com/ayush00git",
+ "followers_url": "https://api.github.com/users/ayush00git/followers",
+ "following_url": "https://api.github.com/users/ayush00git/following{/other_user}",
+ "gists_url": "https://api.github.com/users/ayush00git/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/ayush00git/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/ayush00git/subscriptions",
+ "organizations_url": "https://api.github.com/users/ayush00git/orgs",
+ "repos_url": "https://api.github.com/users/ayush00git/repos",
+ "events_url": "https://api.github.com/users/ayush00git/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/ayush00git/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 2
+ },
+ {
+ "login": "hritikkumar07",
+ "id": 193479388,
+ "node_id": "U_kgDOC4hC3A",
+ "avatar_url": "https://avatars.githubusercontent.com/u/193479388?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/hritikkumar07",
+ "html_url": "https://github.com/hritikkumar07",
+ "followers_url": "https://api.github.com/users/hritikkumar07/followers",
+ "following_url": "https://api.github.com/users/hritikkumar07/following{/other_user}",
+ "gists_url": "https://api.github.com/users/hritikkumar07/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/hritikkumar07/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/hritikkumar07/subscriptions",
+ "organizations_url": "https://api.github.com/users/hritikkumar07/orgs",
+ "repos_url": "https://api.github.com/users/hritikkumar07/repos",
+ "events_url": "https://api.github.com/users/hritikkumar07/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/hritikkumar07/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 2
+ },
+ {
+ "login": "aniket866",
+ "id": 200447751,
+ "node_id": "U_kgDOC_KXBw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/200447751?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/aniket866",
+ "html_url": "https://github.com/aniket866",
+ "followers_url": "https://api.github.com/users/aniket866/followers",
+ "following_url": "https://api.github.com/users/aniket866/following{/other_user}",
+ "gists_url": "https://api.github.com/users/aniket866/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/aniket866/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/aniket866/subscriptions",
+ "organizations_url": "https://api.github.com/users/aniket866/orgs",
+ "repos_url": "https://api.github.com/users/aniket866/repos",
+ "events_url": "https://api.github.com/users/aniket866/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/aniket866/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "DeveloperAmrit",
+ "id": 105799602,
+ "node_id": "U_kgDOBk5fsg",
+ "avatar_url": "https://avatars.githubusercontent.com/u/105799602?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/DeveloperAmrit",
+ "html_url": "https://github.com/DeveloperAmrit",
+ "followers_url": "https://api.github.com/users/DeveloperAmrit/followers",
+ "following_url": "https://api.github.com/users/DeveloperAmrit/following{/other_user}",
+ "gists_url": "https://api.github.com/users/DeveloperAmrit/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/DeveloperAmrit/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/DeveloperAmrit/subscriptions",
+ "organizations_url": "https://api.github.com/users/DeveloperAmrit/orgs",
+ "repos_url": "https://api.github.com/users/DeveloperAmrit/repos",
+ "events_url": "https://api.github.com/users/DeveloperAmrit/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/DeveloperAmrit/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "pankajbaid567",
+ "id": 191518868,
+ "node_id": "U_kgDOC2pYlA",
+ "avatar_url": "https://avatars.githubusercontent.com/u/191518868?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/pankajbaid567",
+ "html_url": "https://github.com/pankajbaid567",
+ "followers_url": "https://api.github.com/users/pankajbaid567/followers",
+ "following_url": "https://api.github.com/users/pankajbaid567/following{/other_user}",
+ "gists_url": "https://api.github.com/users/pankajbaid567/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/pankajbaid567/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/pankajbaid567/subscriptions",
+ "organizations_url": "https://api.github.com/users/pankajbaid567/orgs",
+ "repos_url": "https://api.github.com/users/pankajbaid567/repos",
+ "events_url": "https://api.github.com/users/pankajbaid567/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/pankajbaid567/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "FOX-KNIGHT",
+ "id": 197281681,
+ "node_id": "U_kgDOC8JHkQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/197281681?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/FOX-KNIGHT",
+ "html_url": "https://github.com/FOX-KNIGHT",
+ "followers_url": "https://api.github.com/users/FOX-KNIGHT/followers",
+ "following_url": "https://api.github.com/users/FOX-KNIGHT/following{/other_user}",
+ "gists_url": "https://api.github.com/users/FOX-KNIGHT/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/FOX-KNIGHT/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/FOX-KNIGHT/subscriptions",
+ "organizations_url": "https://api.github.com/users/FOX-KNIGHT/orgs",
+ "repos_url": "https://api.github.com/users/FOX-KNIGHT/repos",
+ "events_url": "https://api.github.com/users/FOX-KNIGHT/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/FOX-KNIGHT/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ },
+ {
+ "login": "fatma-khaledd",
+ "id": 200439155,
+ "node_id": "U_kgDOC_J1cw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/200439155?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/fatma-khaledd",
+ "html_url": "https://github.com/fatma-khaledd",
+ "followers_url": "https://api.github.com/users/fatma-khaledd/followers",
+ "following_url": "https://api.github.com/users/fatma-khaledd/following{/other_user}",
+ "gists_url": "https://api.github.com/users/fatma-khaledd/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/fatma-khaledd/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/fatma-khaledd/subscriptions",
+ "organizations_url": "https://api.github.com/users/fatma-khaledd/orgs",
+ "repos_url": "https://api.github.com/users/fatma-khaledd/repos",
+ "events_url": "https://api.github.com/users/fatma-khaledd/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/fatma-khaledd/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false,
+ "contributions": 1
+ }
+ ]
+ },
+ "issues": {
+ "PictoPy": [
+ {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1367",
+ "repository_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1367/labels{/name}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1367/comments",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1367/events",
+ "html_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1367",
+ "id": 4831182838,
+ "node_id": "PR_kwDOJpiIC87u9QxH",
+ "number": 1367,
+ "title": "DOC: Update backend routes directory structure documentation",
+ "user": {
+ "login": "Dotify71",
+ "id": 222976357,
+ "node_id": "U_kgDODUpZZQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/222976357?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Dotify71",
+ "html_url": "https://github.com/Dotify71",
+ "followers_url": "https://api.github.com/users/Dotify71/followers",
+ "following_url": "https://api.github.com/users/Dotify71/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Dotify71/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Dotify71/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Dotify71/subscriptions",
+ "organizations_url": "https://api.github.com/users/Dotify71/orgs",
+ "repos_url": "https://api.github.com/users/Dotify71/repos",
+ "events_url": "https://api.github.com/users/Dotify71/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Dotify71/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "labels": [
+ {
+ "id": 5564257246,
+ "node_id": "LA_kwDOJpiIC88AAAABS6fT3g",
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/labels/documentation",
+ "name": "documentation",
+ "color": "0075ca",
+ "default": true,
+ "description": "Improvements or additions to documentation"
+ },
+ {
+ "id": 5564257251,
+ "node_id": "LA_kwDOJpiIC88AAAABS6fT4w",
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/labels/good%20first%20issue",
+ "name": "good first issue",
+ "color": "7057ff",
+ "default": true,
+ "description": "Good for newcomers"
+ }
+ ],
+ "state": "open",
+ "locked": false,
+ "assignees": [],
+ "milestone": null,
+ "comments": 1,
+ "created_at": "2026-07-07T18:26:21Z",
+ "updated_at": "2026-07-07T18:34:15Z",
+ "closed_at": null,
+ "assignee": null,
+ "author_association": "CONTRIBUTOR",
+ "issue_field_values": [],
+ "type": null,
+ "active_lock_reason": null,
+ "draft": false,
+ "pull_request": {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/pulls/1367",
+ "html_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1367",
+ "diff_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1367.diff",
+ "patch_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1367.patch",
+ "merged_at": null
+ },
+ "body": "This PR updates the Routes table in `docs/backend/backend_python/directory-structure.md` to accurately reflect the current state of the `backend/app/routes/` directory.\n\n### Changes\n* **Removed** `facetagging.py` from the documentation, as the file no longer exists in the codebase.\n* **Added** `memories.py`, detailing the endpoints for generating location and time-based photo memories.\n* **Added** `models.py`, documenting the endpoints used for AI model management (download status, hardware recommendations, setup, and deletion).\n* **Added** `shutdown.py`, covering the endpoint responsible for gracefully terminating the backend process.\n\n*(Note: `test.py` was intentionally omitted since its contents are currently commented out and it does not register an active router.)*\n\nThis addresses the scoped documentation improvements confirmed in the issue discussion.\n\nCloses #1257\n\n\n\n## Summary by CodeRabbit\n\n* **Documentation**\n * Updated backend directory documentation to reflect the current set of route modules.\n * Added references to new route modules and revised descriptions for existing ones.\n * Removed an outdated route entry from the documented structure.\n\n",
+ "closed_by": null,
+ "reactions": {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1367/reactions",
+ "total_count": 0,
+ "+1": 0,
+ "-1": 0,
+ "laugh": 0,
+ "hooray": 0,
+ "confused": 0,
+ "heart": 0,
+ "rocket": 0,
+ "eyes": 0
+ },
+ "timeline_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1367/timeline",
+ "performed_via_github_app": null,
+ "state_reason": null
+ },
+ {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1366",
+ "repository_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1366/labels{/name}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1366/comments",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1366/events",
+ "html_url": "https://github.com/AOSSIE-Org/PictoPy/issues/1366",
+ "id": 4830684889,
+ "node_id": "I_kwDOJpiIC88AAAABH-5m2Q",
+ "number": 1366,
+ "title": "BUG:Image flicker at top-left corner during slideshow/navigation transitions (valid images)",
+ "user": {
+ "login": "siddharthsai218",
+ "id": 232212931,
+ "node_id": "U_kgDODddJww",
+ "avatar_url": "https://avatars.githubusercontent.com/u/232212931?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/siddharthsai218",
+ "html_url": "https://github.com/siddharthsai218",
+ "followers_url": "https://api.github.com/users/siddharthsai218/followers",
+ "following_url": "https://api.github.com/users/siddharthsai218/following{/other_user}",
+ "gists_url": "https://api.github.com/users/siddharthsai218/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/siddharthsai218/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/siddharthsai218/subscriptions",
+ "organizations_url": "https://api.github.com/users/siddharthsai218/orgs",
+ "repos_url": "https://api.github.com/users/siddharthsai218/repos",
+ "events_url": "https://api.github.com/users/siddharthsai218/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/siddharthsai218/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "labels": [
+ {
+ "id": 5564257245,
+ "node_id": "LA_kwDOJpiIC88AAAABS6fT3Q",
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/labels/bug",
+ "name": "bug",
+ "color": "b60205",
+ "default": true,
+ "description": "Something isn't working"
+ },
+ {
+ "id": 9334668620,
+ "node_id": "LA_kwDOJpiIC88AAAACLGO9TA",
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/labels/frontend",
+ "name": "frontend",
+ "color": "f66a0a",
+ "default": false,
+ "description": ""
+ }
+ ],
+ "state": "open",
+ "locked": false,
+ "assignees": [
+ {
+ "login": "siddharthsai218",
+ "id": 232212931,
+ "node_id": "U_kgDODddJww",
+ "avatar_url": "https://avatars.githubusercontent.com/u/232212931?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/siddharthsai218",
+ "html_url": "https://github.com/siddharthsai218",
+ "followers_url": "https://api.github.com/users/siddharthsai218/followers",
+ "following_url": "https://api.github.com/users/siddharthsai218/following{/other_user}",
+ "gists_url": "https://api.github.com/users/siddharthsai218/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/siddharthsai218/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/siddharthsai218/subscriptions",
+ "organizations_url": "https://api.github.com/users/siddharthsai218/orgs",
+ "repos_url": "https://api.github.com/users/siddharthsai218/repos",
+ "events_url": "https://api.github.com/users/siddharthsai218/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/siddharthsai218/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false
+ }
+ ],
+ "milestone": null,
+ "comments": 2,
+ "created_at": "2026-07-07T17:11:56Z",
+ "updated_at": "2026-07-07T19:03:44Z",
+ "closed_at": null,
+ "assignee": {
+ "login": "siddharthsai218",
+ "id": 232212931,
+ "node_id": "U_kgDODddJww",
+ "avatar_url": "https://avatars.githubusercontent.com/u/232212931?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/siddharthsai218",
+ "html_url": "https://github.com/siddharthsai218",
+ "followers_url": "https://api.github.com/users/siddharthsai218/followers",
+ "following_url": "https://api.github.com/users/siddharthsai218/following{/other_user}",
+ "gists_url": "https://api.github.com/users/siddharthsai218/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/siddharthsai218/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/siddharthsai218/subscriptions",
+ "organizations_url": "https://api.github.com/users/siddharthsai218/orgs",
+ "repos_url": "https://api.github.com/users/siddharthsai218/repos",
+ "events_url": "https://api.github.com/users/siddharthsai218/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/siddharthsai218/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "author_association": "NONE",
+ "issue_field_values": [],
+ "type": null,
+ "active_lock_reason": null,
+ "sub_issues_summary": {
+ "total": 0,
+ "completed": 0,
+ "percent_completed": 0
+ },
+ "issue_dependencies_summary": {
+ "blocked_by": 0,
+ "total_blocked_by": 0,
+ "blocking": 0,
+ "total_blocking": 0
+ },
+ "body": "### Is there an existing issue for this?\n\n- [x] I have searched the existing issues\n\n### What happened?\n\n## Description\nWhen navigating between images (via slideshow or next/prev), a brief flicker appears at the top-left corner of the screen during the transition even when the images are valid and load successfully.\n\n## Steps to Reproduce\n1. Open any valid image in the media viewer\n2. Start the slideshow (or manually navigate using next/previous)\n3. Watch the top-left corner of the screen during each transition\n4. A brief flicker is visible before the image settles into its correct position\n\n## Root Cause\nConfirmed this happens on `main` as well, so it's pre-existing and unrelated to any specific feature branch.\n\nThe image element becomes visible before its zoom/fit transform has actually been applied. There are two gaps in the render cycle:\n1. The image renders at its natural size/position briefly before `rawDimensions` are calculated on load\n2. Even after dimensions are known, the actual centering/fit transform is applied one frame later via `requestAnimationFrame`, causing a visible flash at the untransformed position\n\n## Proposed Fix\nGate the image's visibility (opacity) on a new `isFitReady` state that only becomes `true` once the fit transform has actually been applied not just when raw dimensions are known.\n\nTested this locally, fixes the flicker for me. Happy to open a PR for this if assigned\n\n### Record\n\n- [x] I agree to follow this project's Code of Conduct",
+ "closed_by": null,
+ "reactions": {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1366/reactions",
+ "total_count": 0,
+ "+1": 0,
+ "-1": 0,
+ "laugh": 0,
+ "hooray": 0,
+ "confused": 0,
+ "heart": 0,
+ "rocket": 0,
+ "eyes": 0
+ },
+ "timeline_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1366/timeline",
+ "performed_via_github_app": null,
+ "state_reason": null,
+ "pinned_comment": null
+ },
+ {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1365",
+ "repository_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1365/labels{/name}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1365/comments",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1365/events",
+ "html_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1365",
+ "id": 4820863701,
+ "node_id": "PR_kwDOJpiIC87ubncg",
+ "number": 1365,
+ "title": "Add confirmation dialog before folder deletion",
+ "user": {
+ "login": "serusharma",
+ "id": 183257982,
+ "node_id": "U_kgDOCuxLfg",
+ "avatar_url": "https://avatars.githubusercontent.com/u/183257982?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/serusharma",
+ "html_url": "https://github.com/serusharma",
+ "followers_url": "https://api.github.com/users/serusharma/followers",
+ "following_url": "https://api.github.com/users/serusharma/following{/other_user}",
+ "gists_url": "https://api.github.com/users/serusharma/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/serusharma/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/serusharma/subscriptions",
+ "organizations_url": "https://api.github.com/users/serusharma/orgs",
+ "repos_url": "https://api.github.com/users/serusharma/repos",
+ "events_url": "https://api.github.com/users/serusharma/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/serusharma/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "labels": [],
+ "state": "closed",
+ "locked": false,
+ "assignees": [],
+ "milestone": null,
+ "comments": 7,
+ "created_at": "2026-07-06T15:58:19Z",
+ "updated_at": "2026-07-07T10:29:25Z",
+ "closed_at": "2026-07-07T07:26:17Z",
+ "assignee": null,
+ "author_association": "NONE",
+ "issue_field_values": [],
+ "type": null,
+ "active_lock_reason": null,
+ "draft": false,
+ "pull_request": {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/pulls/1365",
+ "html_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1365",
+ "diff_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1365.diff",
+ "patch_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1365.patch",
+ "merged_at": null
+ },
+ "body": "### Addressed Issues:\r\n\r\nFixes #(TODO:issue number)\r\n\r\n\r\n### Screenshots/Recordings:\r\n\r\nTODO: If applicable, add screenshots or recordings that demonstrate the interface **before** and **after** the changes.\r\n\r\n\r\n### Additional Notes:\r\n\r\n\r\n### AI Usage Disclosure:\r\n\r\nWe encourage contributors to use AI tools responsibly when creating Pull Requests. While AI can be a valuable aid, it is essential to ensure that your contributions meet the task requirements, build successfully, include relevant tests, and pass all linters. Submissions that do not meet these standards may be closed without warning to maintain the quality and integrity of the project. Please take the time to understand the changes you are proposing and their impact. AI slop is strongly discouraged and may lead to banning and blocking. Do not spam our repos with AI slop.\r\n\r\nCheck one of the checkboxes below:\r\n\r\n- [ ] This PR does not contain AI-generated code at all.\r\n- [ ] This PR contains AI-generated code. I have read the [AI Usage Policy](https://github.com/AOSSIE-Org/Info/blob/main/AI-UsagePolicy.md) and this PR complies with this policy. I have tested the code locally and I am responsible for it.\r\n\r\nI have used the following AI models and tools: TODO\r\n\r\n\r\n## Checklist\r\n\r\n- [ ] My PR addresses a single issue, fixes a single bug or makes a single improvement.\r\n- [ ] My code follows the project's code style and conventions\r\n- [ ] If applicable, I have made corresponding changes or additions to the documentation\r\n- [ ] If applicable, I have made corresponding changes or additions to tests\r\n- [ ] My changes generate no new warnings or errors\r\n- [ ] I have joined the [Discord server](https://discord.gg/hjUhu33uAn) and I will share a link to this PR with the project maintainers there\r\n- [ ] I have read the [Contribution Guidelines](../CONTRIBUTING.md)\r\n- [ ] Once I submit my PR, CodeRabbit AI will automatically review it and I will address CodeRabbit's comments.\r\n- [ ] I have filled this PR template completely and carefully, and I understand that my PR may be closed without review otherwise.\r\n\n\n\n\n## Summary by CodeRabbit\n\n* **Bug Fixes**\n * Added a confirmation prompt before deleting a folder, helping prevent accidental removal.\n * Folder deletion now only proceeds after the user confirms the action.\n\n",
+ "closed_by": {
+ "login": "rohan-pandeyy",
+ "id": 95585299,
+ "node_id": "U_kgDOBbKEEw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/95585299?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/rohan-pandeyy",
+ "html_url": "https://github.com/rohan-pandeyy",
+ "followers_url": "https://api.github.com/users/rohan-pandeyy/followers",
+ "following_url": "https://api.github.com/users/rohan-pandeyy/following{/other_user}",
+ "gists_url": "https://api.github.com/users/rohan-pandeyy/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/rohan-pandeyy/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/rohan-pandeyy/subscriptions",
+ "organizations_url": "https://api.github.com/users/rohan-pandeyy/orgs",
+ "repos_url": "https://api.github.com/users/rohan-pandeyy/repos",
+ "events_url": "https://api.github.com/users/rohan-pandeyy/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/rohan-pandeyy/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "reactions": {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1365/reactions",
+ "total_count": 0,
+ "+1": 0,
+ "-1": 0,
+ "laugh": 0,
+ "hooray": 0,
+ "confused": 0,
+ "heart": 0,
+ "rocket": 0,
+ "eyes": 0
+ },
+ "timeline_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1365/timeline",
+ "performed_via_github_app": null,
+ "state_reason": null
+ },
+ {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1364",
+ "repository_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1364/labels{/name}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1364/comments",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1364/events",
+ "html_url": "https://github.com/AOSSIE-Org/PictoPy/issues/1364",
+ "id": 4809877258,
+ "node_id": "I_kwDOJpiIC88AAAABHrDnCg",
+ "number": 1364,
+ "title": "Feat: Allow merging two or more face clusters into one",
+ "user": {
+ "login": "swarn007-byte",
+ "id": 235354922,
+ "node_id": "U_kgDODgc7Kg",
+ "avatar_url": "https://avatars.githubusercontent.com/u/235354922?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/swarn007-byte",
+ "html_url": "https://github.com/swarn007-byte",
+ "followers_url": "https://api.github.com/users/swarn007-byte/followers",
+ "following_url": "https://api.github.com/users/swarn007-byte/following{/other_user}",
+ "gists_url": "https://api.github.com/users/swarn007-byte/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/swarn007-byte/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/swarn007-byte/subscriptions",
+ "organizations_url": "https://api.github.com/users/swarn007-byte/orgs",
+ "repos_url": "https://api.github.com/users/swarn007-byte/repos",
+ "events_url": "https://api.github.com/users/swarn007-byte/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/swarn007-byte/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "labels": [
+ {
+ "id": 9784612883,
+ "node_id": "LA_kwDOJpiIC88AAAACRzVYEw",
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/labels/needs-triage",
+ "name": "needs-triage",
+ "color": "75a495",
+ "default": false,
+ "description": "The maintainer needs time to review this issue. Please do not begin working on it."
+ }
+ ],
+ "state": "open",
+ "locked": false,
+ "assignees": [],
+ "milestone": null,
+ "comments": 6,
+ "created_at": "2026-07-04T17:10:39Z",
+ "updated_at": "2026-07-07T16:40:10Z",
+ "closed_at": null,
+ "assignee": null,
+ "author_association": "NONE",
+ "issue_field_values": [],
+ "type": null,
+ "active_lock_reason": null,
+ "sub_issues_summary": {
+ "total": 0,
+ "completed": 0,
+ "percent_completed": 0
+ },
+ "issue_dependencies_summary": {
+ "blocked_by": 0,
+ "total_blocked_by": 0,
+ "blocking": 0,
+ "total_blocking": 0
+ },
+ "body": "### Describe the feature\n\n### problem described\n\nPictoPy's face clustering uses DBSCAN on face embeddings (FaceNet) to group photos by person. In practice, the same real person is frequently split across two or more separate clusters because of variations in lighting, angle, expression, or accessories (e.g. sunglasses). Since DBSCAN groups purely by embedding distance, a face that looks different enough in a photo can land outside another cluster's distance threshold and start (or join) a different cluster — even though it's the same person.\n\nCurrently there is no way to tell PictoPy \"these two clusters are actually the same person.\" The user is left with duplicate \"people\" in the Face Clusters view (e.g. \"Person 1\" and \"Person 1 (2)\"), which gets worse as the photo library grows.\n\nThis is the natural companion feature to #1177 (manual deletion of face clusters) — that issue lets a user remove a wrong cluster; this one lets a user correct a *split* cluster instead of losing the photos.\n\n### Described solution\n\nAdd a \"Merge\" action to the Face Clusters screen:\n\n1. User selects two (or more) clusters they know represent the same person.\n2. User taps a \"Merge\" button.\n3. The app reassigns all faces/photos from the source cluster(s) into the target cluster.\n4. The now-empty source cluster(s) are removed (soft-delete, consistent with the approach in #1177).\n5. The merged cluster's representative/cover photo can be re-picked (e.g. most recent or highest-confidence face).\n\nSuggested backend approach (open to adjustment by maintainers):\n\n- Add an endpoint, e.g. `POST /api/clusters/merge`, accepting a `target_cluster_id` and a list of `source_cluster_ids`.\n- Update the `faces` table rows referencing the source cluster(s) to point to `target_cluster_id`.\n- Soft-delete the emptied source cluster(s) using the same mechanism introduced in #1177, so periodic re-clustering doesn't resurrect them.\n- Wrap the reassignment + delete in a single transaction to avoid orphaned records if it fails partway.\n\nSuggested frontend approach:\n\n- Add a selection mode (checkboxes) in the Face Clusters grid.\n- Show a \"Merge (n selected)\" button once 2+ clusters are selected.\n- Confirm before merging (destructive-ish action), and show a success toast with an undo window if feasible.\n\n### Describing alternatives i have considered\n\n- Re-running clustering with a looser DBSCAN `epsilon` value — rejected because it risks merging *different* people together globally, rather than fixing one specific mistake.\n- Fully automatic re-merge suggestions (ML-based \"these might be the same person\") — a good future enhancement, but out of scope for this issue; manual merge is the minimum viable, safe fix.\n\n### Additional context\n\n- Directly complements #1177 (cluster deletion) — recommend implementing after or alongside it, since both touch the same cluster-management code paths.\n- I'd like to work on this myself. Please let me know if the general approach above sounds right, or if there's a preferred data model / endpoint convention I should follow before I start.\n\n### Checklist\n- [x] I have searched existing issues and confirmed this hasn't been requested before\n- [x] I have described the problem and a concrete proposed solution\n- [ ] I have discussed this in Discord (will do after posting)\n\n### ScreenShots\n\n\n\n### Record\n\n- [x] I agree to follow this project's Code of Conduct\n- [x] I want to work on this issue",
+ "closed_by": null,
+ "reactions": {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1364/reactions",
+ "total_count": 0,
+ "+1": 0,
+ "-1": 0,
+ "laugh": 0,
+ "hooray": 0,
+ "confused": 0,
+ "heart": 0,
+ "rocket": 0,
+ "eyes": 0
+ },
+ "timeline_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1364/timeline",
+ "performed_via_github_app": null,
+ "state_reason": null,
+ "pinned_comment": null
+ },
+ {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1363",
+ "repository_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1363/labels{/name}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1363/comments",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1363/events",
+ "html_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1363",
+ "id": 4809627147,
+ "node_id": "PR_kwDOJpiIC87t4vn1",
+ "number": 1363,
+ "title": "feat: add configurable slideshow duration with hover slider",
+ "user": {
+ "login": "siddharthsai218",
+ "id": 232212931,
+ "node_id": "U_kgDODddJww",
+ "avatar_url": "https://avatars.githubusercontent.com/u/232212931?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/siddharthsai218",
+ "html_url": "https://github.com/siddharthsai218",
+ "followers_url": "https://api.github.com/users/siddharthsai218/followers",
+ "following_url": "https://api.github.com/users/siddharthsai218/following{/other_user}",
+ "gists_url": "https://api.github.com/users/siddharthsai218/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/siddharthsai218/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/siddharthsai218/subscriptions",
+ "organizations_url": "https://api.github.com/users/siddharthsai218/orgs",
+ "repos_url": "https://api.github.com/users/siddharthsai218/repos",
+ "events_url": "https://api.github.com/users/siddharthsai218/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/siddharthsai218/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "labels": [
+ {
+ "id": 5564257250,
+ "node_id": "LA_kwDOJpiIC88AAAABS6fT4g",
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/labels/enhancement",
+ "name": "enhancement",
+ "color": "0e8a16",
+ "default": true,
+ "description": "New feature or request"
+ },
+ {
+ "id": 9334668620,
+ "node_id": "LA_kwDOJpiIC88AAAACLGO9TA",
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/labels/frontend",
+ "name": "frontend",
+ "color": "f66a0a",
+ "default": false,
+ "description": ""
+ }
+ ],
+ "state": "open",
+ "locked": false,
+ "assignees": [],
+ "milestone": null,
+ "comments": 1,
+ "created_at": "2026-07-04T15:52:15Z",
+ "updated_at": "2026-07-04T16:20:23Z",
+ "closed_at": null,
+ "assignee": null,
+ "author_association": "NONE",
+ "issue_field_values": [],
+ "type": null,
+ "active_lock_reason": null,
+ "draft": false,
+ "pull_request": {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/pulls/1363",
+ "html_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1363",
+ "diff_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1363.diff",
+ "patch_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1363.patch",
+ "merged_at": null
+ },
+ "body": "### Addressed Issues:\r\n\r\nFixes #1350 \r\n\r\n### Summary\r\nThe Slideshow feature previously auto-advanced images at a fixed 3-second interval with no way for users to control the pace. This PR adds a duration control, per feedback from the maintainer on the original issue.\r\n\r\nBehavior:\r\n- Clicking \"Slideshow\" starts immediately at the current/default duration (no extra step)\r\n- Hovering over the Slideshow button reveals a small settings panel with a duration slider\r\n- The slider snaps to 3 preset values: 2s / 5s / 10s\r\n- Changing the duration takes effect immediately, even while the slideshow is running\r\n\r\nImplementation:\r\n- `useSlideshow.ts`: duration is now stored in state (default 3000ms) instead of hardcoded, and exposed from the hook along with a setter\r\n- `MediaView.tsx`: pulls the duration state from the hook and passes it down to the controls component\r\n- `MediaViewControls.tsx`: replaces the old single-click toggle with a hover-triggered settings panel containing the duration slider; clicking the button still starts/pauses the slideshow directly\r\n\r\n\r\n### Screenshots/Recordings:\r\n\r\nBEFORE:\r\n
\r\nAFTER:\r\n
\r\n
\r\n\r\n\r\n\r\n\r\n### Additional Notes:\r\n\r\n\r\n### AI Usage Disclosure:\r\n\r\nWe encourage contributors to use AI tools responsibly when creating Pull Requests. While AI can be a valuable aid, it is essential to ensure that your contributions meet the task requirements, build successfully, include relevant tests, and pass all linters. Submissions that do not meet these standards may be closed without warning to maintain the quality and integrity of the project. Please take the time to understand the changes you are proposing and their impact. AI slop is strongly discouraged and may lead to banning and blocking. Do not spam our repos with AI slop.\r\n\r\nCheck one of the checkboxes below:\r\n\r\n- [ ] This PR does not contain AI-generated code at all.\r\n- [x] This PR contains AI-generated code. I have read the [AI Usage Policy](https://github.com/AOSSIE-Org/Info/blob/main/AI-UsagePolicy.md) and this PR complies with this policy. I have tested the code locally and I am responsible for it.\r\n\r\nI have used the following AI models and tools: Claude\r\n\r\n\r\n## Checklist\r\n\r\n- [x] My PR addresses a single issue, fixes a single bug or makes a single improvement.\r\n- [x] My code follows the project's code style and conventions\r\n- [ ] If applicable, I have made corresponding changes or additions to the documentation\r\n- [ ] If applicable, I have made corresponding changes or additions to tests\r\n- [x] My changes generate no new warnings or errors\r\n- [x] I have joined the [Discord server](https://discord.gg/hjUhu33uAn) and I will share a link to this PR with the project maintainers there\r\n- [x] I have read the [Contribution Guidelines](../CONTRIBUTING.md)\r\n- [x] Once I submit my PR, CodeRabbit AI will automatically review it and I will address CodeRabbit's comments.\r\n- [x] I have filled this PR template completely and carefully, and I understand that my PR may be closed without review otherwise.\r\n\n\n\n## Summary by CodeRabbit\n\n* **New Features**\n * Added slideshow duration controls for image media, allowing users to adjust per-slide visibility time.\n * Introduced a slider-based duration picker in the media controls (shown in the settings area).\n* **Bug Fixes**\n * Updated slideshow playback so interval timing responds immediately to duration changes, keeping progression synchronized with the selected setting.\n",
+ "closed_by": null,
+ "reactions": {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1363/reactions",
+ "total_count": 0,
+ "+1": 0,
+ "-1": 0,
+ "laugh": 0,
+ "hooray": 0,
+ "confused": 0,
+ "heart": 0,
+ "rocket": 0,
+ "eyes": 0
+ },
+ "timeline_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1363/timeline",
+ "performed_via_github_app": null,
+ "state_reason": null
+ },
+ {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1362",
+ "repository_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1362/labels{/name}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1362/comments",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1362/events",
+ "html_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1362",
+ "id": 4808481902,
+ "node_id": "PR_kwDOJpiIC87t1SaG",
+ "number": 1362,
+ "title": "Api tests",
+ "user": {
+ "login": "akshajtiwari",
+ "id": 185712941,
+ "node_id": "U_kgDOCxHBLQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/185712941?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/akshajtiwari",
+ "html_url": "https://github.com/akshajtiwari",
+ "followers_url": "https://api.github.com/users/akshajtiwari/followers",
+ "following_url": "https://api.github.com/users/akshajtiwari/following{/other_user}",
+ "gists_url": "https://api.github.com/users/akshajtiwari/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/akshajtiwari/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/akshajtiwari/subscriptions",
+ "organizations_url": "https://api.github.com/users/akshajtiwari/orgs",
+ "repos_url": "https://api.github.com/users/akshajtiwari/repos",
+ "events_url": "https://api.github.com/users/akshajtiwari/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/akshajtiwari/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "labels": [
+ {
+ "id": 10854485877,
+ "node_id": "LA_kwDOJpiIC88AAAAChvpPdQ",
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/labels/PR%20has%20merge%20conflicts",
+ "name": "PR has merge conflicts",
+ "color": "cc3a19",
+ "default": false,
+ "description": ""
+ }
+ ],
+ "state": "open",
+ "locked": false,
+ "assignees": [],
+ "milestone": null,
+ "comments": 4,
+ "created_at": "2026-07-04T09:46:35Z",
+ "updated_at": "2026-07-05T10:44:14Z",
+ "closed_at": null,
+ "assignee": null,
+ "author_association": "CONTRIBUTOR",
+ "issue_field_values": [],
+ "type": null,
+ "active_lock_reason": null,
+ "draft": false,
+ "pull_request": {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/pulls/1362",
+ "html_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1362",
+ "diff_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1362.diff",
+ "patch_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1362.patch",
+ "merged_at": null
+ },
+ "body": "### Addressed Issues:\r\n\r\nFixes #(TODO:issue number)\r\n\r\n\r\n### Screenshots/Recordings:\r\n\r\nTODO: If applicable, add screenshots or recordings that demonstrate the interface **before** and **after** the changes.\r\n\r\n\r\n### Additional Notes:\r\n\r\n\r\n### AI Usage Disclosure:\r\n\r\nWe encourage contributors to use AI tools responsibly when creating Pull Requests. While AI can be a valuable aid, it is essential to ensure that your contributions meet the task requirements, build successfully, include relevant tests, and pass all linters. Submissions that do not meet these standards may be closed without warning to maintain the quality and integrity of the project. Please take the time to understand the changes you are proposing and their impact. AI slop is strongly discouraged and may lead to banning and blocking. Do not spam our repos with AI slop.\r\n\r\nCheck one of the checkboxes below:\r\n\r\n- [ ] This PR does not contain AI-generated code at all.\r\n- [ ] This PR contains AI-generated code. I have read the [AI Usage Policy](https://github.com/AOSSIE-Org/Info/blob/main/AI-UsagePolicy.md) and this PR complies with this policy. I have tested the code locally and I am responsible for it.\r\n\r\nI have used the following AI models and tools: TODO\r\n\r\n\r\n## Checklist\r\n\r\n- [ ] My PR addresses a single issue, fixes a single bug or makes a single improvement.\r\n- [ ] My code follows the project's code style and conventions\r\n- [ ] If applicable, I have made corresponding changes or additions to the documentation\r\n- [ ] If applicable, I have made corresponding changes or additions to tests\r\n- [ ] My changes generate no new warnings or errors\r\n- [ ] I have joined the [Discord server](https://discord.gg/hjUhu33uAn) and I will share a link to this PR with the project maintainers there\r\n- [ ] I have read the [Contribution Guidelines](../CONTRIBUTING.md)\r\n- [ ] Once I submit my PR, CodeRabbit AI will automatically review it and I will address CodeRabbit's comments.\r\n- [ ] I have filled this PR template completely and carefully, and I understand that my PR may be closed without review otherwise.\r\n\n\n\n\n## Summary by CodeRabbit\n\n* **New Features**\n * Added coverage for more backend capabilities, including albums, folders, images, face clustering, models, memories, user preferences, health checks, and shutdown flows.\n\n* **Tests**\n * Added many new API test scenarios covering success, validation, and error cases across the collection.\n * Expanded automated checks for model status, hardware recommendations, downloads, and progress updates.\n\n* **Documentation**\n * Added setup guidance for running the Bruno test collection and a local development environment configuration.\n * Refreshed API reference formatting for easier reading.\n\n",
+ "closed_by": null,
+ "reactions": {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1362/reactions",
+ "total_count": 0,
+ "+1": 0,
+ "-1": 0,
+ "laugh": 0,
+ "hooray": 0,
+ "confused": 0,
+ "heart": 0,
+ "rocket": 0,
+ "eyes": 0
+ },
+ "timeline_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1362/timeline",
+ "performed_via_github_app": null,
+ "state_reason": null
+ },
+ {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1361",
+ "repository_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1361/labels{/name}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1361/comments",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1361/events",
+ "html_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1361",
+ "id": 4808182955,
+ "node_id": "PR_kwDOJpiIC87t0ZfA",
+ "number": 1361,
+ "title": "chore: release 1.2.0",
+ "user": {
+ "login": "github-actions[bot]",
+ "id": 41898282,
+ "node_id": "MDM6Qm90NDE4OTgyODI=",
+ "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/github-actions%5Bbot%5D",
+ "html_url": "https://github.com/apps/github-actions",
+ "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",
+ "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",
+ "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",
+ "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",
+ "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",
+ "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",
+ "type": "Bot",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "labels": [],
+ "state": "open",
+ "locked": false,
+ "assignees": [
+ {
+ "login": "rohan-pandeyy",
+ "id": 95585299,
+ "node_id": "U_kgDOBbKEEw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/95585299?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/rohan-pandeyy",
+ "html_url": "https://github.com/rohan-pandeyy",
+ "followers_url": "https://api.github.com/users/rohan-pandeyy/followers",
+ "following_url": "https://api.github.com/users/rohan-pandeyy/following{/other_user}",
+ "gists_url": "https://api.github.com/users/rohan-pandeyy/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/rohan-pandeyy/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/rohan-pandeyy/subscriptions",
+ "organizations_url": "https://api.github.com/users/rohan-pandeyy/orgs",
+ "repos_url": "https://api.github.com/users/rohan-pandeyy/repos",
+ "events_url": "https://api.github.com/users/rohan-pandeyy/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/rohan-pandeyy/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false
+ }
+ ],
+ "milestone": null,
+ "comments": 0,
+ "created_at": "2026-07-04T07:59:18Z",
+ "updated_at": "2026-07-04T07:59:19Z",
+ "closed_at": null,
+ "assignee": {
+ "login": "rohan-pandeyy",
+ "id": 95585299,
+ "node_id": "U_kgDOBbKEEw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/95585299?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/rohan-pandeyy",
+ "html_url": "https://github.com/rohan-pandeyy",
+ "followers_url": "https://api.github.com/users/rohan-pandeyy/followers",
+ "following_url": "https://api.github.com/users/rohan-pandeyy/following{/other_user}",
+ "gists_url": "https://api.github.com/users/rohan-pandeyy/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/rohan-pandeyy/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/rohan-pandeyy/subscriptions",
+ "organizations_url": "https://api.github.com/users/rohan-pandeyy/orgs",
+ "repos_url": "https://api.github.com/users/rohan-pandeyy/repos",
+ "events_url": "https://api.github.com/users/rohan-pandeyy/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/rohan-pandeyy/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "author_association": "CONTRIBUTOR",
+ "issue_field_values": [],
+ "type": null,
+ "active_lock_reason": null,
+ "draft": false,
+ "pull_request": {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/pulls/1361",
+ "html_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1361",
+ "diff_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1361.diff",
+ "patch_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1361.patch",
+ "merged_at": null
+ },
+ "body": "## Release Prep: `1.2.0`\n\nAuto-generated by the release prep workflow.\n\n### What's included\n- Version bumped to `1.2.0` across all manifest files\n- CHANGELOG.md updated with a draft `[1.2.0]` entry\n\n### Before merging\n- [ ] Review and clean up the CHANGELOG entry\n- [ ] Verify version strings in `package.json`, `frontend/package.json`, and `frontend/src-tauri/Cargo.toml`\n- [ ] Run `cargo check` in `frontend/src-tauri/` to regenerate `Cargo.lock`\n\nAfter merging, create the GitHub Release with tag `v1.2.0` to trigger the build pipeline.",
+ "closed_by": null,
+ "reactions": {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1361/reactions",
+ "total_count": 0,
+ "+1": 0,
+ "-1": 0,
+ "laugh": 0,
+ "hooray": 0,
+ "confused": 0,
+ "heart": 0,
+ "rocket": 0,
+ "eyes": 0
+ },
+ "timeline_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1361/timeline",
+ "performed_via_github_app": null,
+ "state_reason": null
+ },
+ {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1360",
+ "repository_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1360/labels{/name}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1360/comments",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1360/events",
+ "html_url": "https://github.com/AOSSIE-Org/PictoPy/issues/1360",
+ "id": 4807501698,
+ "node_id": "I_kwDOJpiIC88AAAABHoyngg",
+ "number": 1360,
+ "title": "BUG:Wildcard CORS + credentials + no auth allows any webpage to read/delete the photo library",
+ "user": {
+ "login": "akshajtiwari",
+ "id": 185712941,
+ "node_id": "U_kgDOCxHBLQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/185712941?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/akshajtiwari",
+ "html_url": "https://github.com/akshajtiwari",
+ "followers_url": "https://api.github.com/users/akshajtiwari/followers",
+ "following_url": "https://api.github.com/users/akshajtiwari/following{/other_user}",
+ "gists_url": "https://api.github.com/users/akshajtiwari/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/akshajtiwari/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/akshajtiwari/subscriptions",
+ "organizations_url": "https://api.github.com/users/akshajtiwari/orgs",
+ "repos_url": "https://api.github.com/users/akshajtiwari/repos",
+ "events_url": "https://api.github.com/users/akshajtiwari/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/akshajtiwari/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "labels": [],
+ "state": "open",
+ "locked": false,
+ "assignees": [],
+ "milestone": null,
+ "comments": 3,
+ "created_at": "2026-07-04T03:40:54Z",
+ "updated_at": "2026-07-04T16:03:08Z",
+ "closed_at": null,
+ "assignee": null,
+ "author_association": "CONTRIBUTOR",
+ "issue_field_values": [],
+ "type": null,
+ "active_lock_reason": null,
+ "sub_issues_summary": {
+ "total": 0,
+ "completed": 0,
+ "percent_completed": 0
+ },
+ "issue_dependencies_summary": {
+ "blocked_by": 0,
+ "total_blocked_by": 0,
+ "blocking": 0,
+ "total_blocking": 0
+ },
+ "body": "### Is there an existing issue for this?\n\n- [x] I have searched the existing issues\n\n### What happened?\n\n### Summary\nBoth local FastAPI servers (`backend` on `:52123` and `sync-microservice` on `:52124`) are configured with:\n\n```python\nallow_origins=[\"*\"]\nallow_credentials=True\nallow_methods=[\"*\"]\nallow_headers=[\"*\"]\n```\n\nThis combination means the browser will expose credentialed cross-origin responses to *any* origin. Since there's no authentication on top of it, any webpage the user has open in a normal browser tab — while PictoPy is running in the background — can talk directly to these servers.\n\n### Affected files\n- `backend/main.py:124-130`\n- `sync-microservice/main.py:36-42`\n\n### Impact\nWith the app simply running, a malicious or compromised webpage can, without any user interaction:\n- Enumerate the entire photo library via `GET /images/`, including file paths, GPS/EXIF data, and timestamps\n- Delete folders and cascade-delete images/faces/albums via `DELETE /folders/delete-folders`\n- Delete ML models via `DELETE /models/facenet`\n- Shut down the backend via `POST /shutdown`\n- Leak absolute local folder paths (OS username, directory layout) via the sync-microservice's status endpoints\n- Disrupt sync or kill the sync-microservice via unauthenticated POSTs (`/watcher/stop`, `/shutdown`)\n\nThis also compounds other findings — e.g. the unrestricted `folder_path` in `POST /folders/add-folder` becomes remotely triggerable once this is fixed to require auth, it's no longer exploitable from an arbitrary webpage.\n\n### Steps to reproduce\n1. Run PictoPy normally.\n2. In a separate, unrelated browser tab, open a page containing:\n ```js\n fetch('http://localhost:52123/images/').then(r => r.json()).then(console.log)\n ```\n3. Observe the full image index (including GPS data) returned to a page with no relation to PictoPy.\n\n### Proposed fix\n1. **Restrict CORS to the actual app origin(s)** instead of `*`:\n ```python\n allow_origins=[\"tauri://localhost\", \"http://localhost:1420\"]\n ```\n2. **Drop `allow_credentials=True`** unless cookies/sessions are actually required — this alone prevents cross-origin scripts from reading responses even if an origin match occurs.\n3. **Add a local shared-secret token**, generated at process startup, written to a file only the Tauri process can read, and required on every request via a header (e.g. `X-PictoPy-Token`). This protects against DNS-rebinding-style attacks that could still spoof an allowed origin.\n4. Apply the same fix to `sync-microservice/main.py`.\n\n### Acceptance criteria\n- [ ] `allow_origins` set to an explicit list, not `*`\n- [ ] `allow_credentials` set to `False` unless a concrete need is documented\n- [ ] All state-changing and data-reading endpoints require a valid local auth token\n- [ ] Token is generated per-process-start and stored with restrictive file permissions (`0600`)\n- [ ] Fix applied to both `backend` and `sync-microservice`\n- [ ] Manual test: a `fetch()` from an arbitrary origin (not the app's own) is rejected with `401`\n\n### Record\n\n- [x] I agree to follow this project's Code of Conduct",
+ "closed_by": null,
+ "reactions": {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1360/reactions",
+ "total_count": 0,
+ "+1": 0,
+ "-1": 0,
+ "laugh": 0,
+ "hooray": 0,
+ "confused": 0,
+ "heart": 0,
+ "rocket": 0,
+ "eyes": 0
+ },
+ "timeline_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1360/timeline",
+ "performed_via_github_app": null,
+ "state_reason": null,
+ "pinned_comment": null
+ },
+ {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1359",
+ "repository_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1359/labels{/name}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1359/comments",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1359/events",
+ "html_url": "https://github.com/AOSSIE-Org/PictoPy/issues/1359",
+ "id": 4805760508,
+ "node_id": "I_kwDOJpiIC88AAAABHnIV_A",
+ "number": 1359,
+ "title": "Docs: Interactive/clickable architecture diagram on the Architecture page",
+ "user": {
+ "login": "Mansi2007275",
+ "id": 186802781,
+ "node_id": "U_kgDOCyJiXQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/186802781?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Mansi2007275",
+ "html_url": "https://github.com/Mansi2007275",
+ "followers_url": "https://api.github.com/users/Mansi2007275/followers",
+ "following_url": "https://api.github.com/users/Mansi2007275/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Mansi2007275/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Mansi2007275/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Mansi2007275/subscriptions",
+ "organizations_url": "https://api.github.com/users/Mansi2007275/orgs",
+ "repos_url": "https://api.github.com/users/Mansi2007275/repos",
+ "events_url": "https://api.github.com/users/Mansi2007275/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Mansi2007275/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "labels": [
+ {
+ "id": 5564257246,
+ "node_id": "LA_kwDOJpiIC88AAAABS6fT3g",
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/labels/documentation",
+ "name": "documentation",
+ "color": "0075ca",
+ "default": true,
+ "description": "Improvements or additions to documentation"
+ }
+ ],
+ "state": "open",
+ "locked": false,
+ "assignees": [],
+ "milestone": null,
+ "comments": 3,
+ "created_at": "2026-07-03T19:01:44Z",
+ "updated_at": "2026-07-07T16:32:48Z",
+ "closed_at": null,
+ "assignee": null,
+ "author_association": "NONE",
+ "issue_field_values": [],
+ "type": null,
+ "active_lock_reason": null,
+ "sub_issues_summary": {
+ "total": 0,
+ "completed": 0,
+ "percent_completed": 0
+ },
+ "parent_issue_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1257",
+ "issue_dependencies_summary": {
+ "blocked_by": 0,
+ "total_blocked_by": 0,
+ "blocking": 0,
+ "total_blocking": 0
+ },
+ "body": "### Describe the feature\n\n### Is this related to a problem?\nNot a bug — this is a documentation/UX enhancement request.\n\n### Describe the feature\nPictoPy has a genuinely non-trivial multi-service architecture: a Tauri/React frontend, a Rust backend layer, a Python (FastAPI) backend for AI/image processing, and a separate sync-microservice. Currently, the Architecture page on the docs site (https://aossie-org.github.io/PictoPy/overview/architecture/) explains this as static text/description.\n\nI'd like to propose replacing (or supplementing) this with an **interactive, clickable architecture diagram** where each major component is a clickable node:\n\n- Frontend (Tauri/React)\n- Rust Backend\n- Python Backend (FastAPI)\n- Sync-Microservice\n\nClicking a node would either:\n- Expand an inline summary of that component's responsibilities directly on the diagram, or\n- Jump/link to that component's dedicated docs section (e.g. clicking \"Python Backend\" navigates to the Python Backend API page)\n\n### Why this is useful\n- New contributors (like myself) currently have to read through several separate doc pages to piece together how the services communicate. A single interactive diagram gives an at-a-glance mental model before diving into details.\n- Material for MkDocs supports Mermaid diagrams natively, so this can likely be done with minimal tooling overhead — no need for custom JS frameworks.\n- Makes the docs site feel more like an onboarding tool and less like a flat reference.\n\n### Proposed implementation approach\n1. Enable Mermaid diagram support in `mkdocs.yml` (via `pymdownx.superfences` custom fence for Mermaid), if not already enabled.\n2. Build a flowchart/graph diagram representing the 4 components and their communication paths (e.g. Frontend ↔ Rust Backend ↔ Python Backend ↔ Sync-Microservice).\n3. Use Mermaid's clickable node syntax (`click NodeName \"url\" \"tooltip\"`) to link each node to its corresponding docs page.\n4. Fallback: if click-to-expand inline is preferred over navigation, this could instead be built as a small custom HTML/JS component embedded in the page.\n\n### Scope\nThis is a documentation-site-only change — no impact on the actual application code, frontend, or backend.\n\n### Additional context\nI'm happy to work on this if the general direction (Mermaid diagram with clickable nodes linking to existing doc pages) sounds good to maintainers. Open to adjusting the approach based on feedback — e.g., if a more custom interactive component is preferred over Mermaid.\n\n### Add ScreenShots\n\n@rohan-pandeyy i would like to woork on this feture please confirm it so that i can raise PR\n\n### Record\n\n- [x] I agree to follow this project's Code of Conduct\n- [x] I want to work on this issue",
+ "closed_by": null,
+ "reactions": {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1359/reactions",
+ "total_count": 0,
+ "+1": 0,
+ "-1": 0,
+ "laugh": 0,
+ "hooray": 0,
+ "confused": 0,
+ "heart": 0,
+ "rocket": 0,
+ "eyes": 0
+ },
+ "timeline_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1359/timeline",
+ "performed_via_github_app": null,
+ "state_reason": null,
+ "pinned_comment": null
+ },
+ {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1358",
+ "repository_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1358/labels{/name}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1358/comments",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1358/events",
+ "html_url": "https://github.com/AOSSIE-Org/PictoPy/issues/1358",
+ "id": 4805586389,
+ "node_id": "I_kwDOJpiIC88AAAABHm9t1Q",
+ "number": 1358,
+ "title": "BUG:Broken image link in Manual Setup Guide (serverRunning.png returns 404)",
+ "user": {
+ "login": "Mansi2007275",
+ "id": 186802781,
+ "node_id": "U_kgDOCyJiXQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/186802781?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Mansi2007275",
+ "html_url": "https://github.com/Mansi2007275",
+ "followers_url": "https://api.github.com/users/Mansi2007275/followers",
+ "following_url": "https://api.github.com/users/Mansi2007275/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Mansi2007275/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Mansi2007275/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Mansi2007275/subscriptions",
+ "organizations_url": "https://api.github.com/users/Mansi2007275/orgs",
+ "repos_url": "https://api.github.com/users/Mansi2007275/repos",
+ "events_url": "https://api.github.com/users/Mansi2007275/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Mansi2007275/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "labels": [
+ {
+ "id": 5564257245,
+ "node_id": "LA_kwDOJpiIC88AAAABS6fT3Q",
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/labels/bug",
+ "name": "bug",
+ "color": "b60205",
+ "default": true,
+ "description": "Something isn't working"
+ },
+ {
+ "id": 5564257246,
+ "node_id": "LA_kwDOJpiIC88AAAABS6fT3g",
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/labels/documentation",
+ "name": "documentation",
+ "color": "0075ca",
+ "default": true,
+ "description": "Improvements or additions to documentation"
+ }
+ ],
+ "state": "open",
+ "locked": false,
+ "assignees": [],
+ "milestone": null,
+ "comments": 3,
+ "created_at": "2026-07-03T18:25:39Z",
+ "updated_at": "2026-07-07T16:45:23Z",
+ "closed_at": null,
+ "assignee": null,
+ "author_association": "NONE",
+ "issue_field_values": [],
+ "type": null,
+ "active_lock_reason": null,
+ "sub_issues_summary": {
+ "total": 0,
+ "completed": 0,
+ "percent_completed": 0
+ },
+ "issue_dependencies_summary": {
+ "blocked_by": 0,
+ "total_blocked_by": 0,
+ "blocking": 0,
+ "total_blocking": 0
+ },
+ "body": "### Is there an existing issue for this?\n\n- [x] I have searched the existing issues\n\n### What happened?\n\n### Description\nThe screenshot showing the FastAPI dev server running is broken on the Manual Setup Guide page of the documentation site.\n\n**Page:** https://aossie-org.github.io/PictoPy/Manual_Setup_Guide/\n\n### Root Cause\nThe image file exists in the repo at `docs/assets/screenshots/serverRunning.png`, but the markdown source references it with this URL: https://aossie-org.github.io/docs/assets/screenshots/serverRunning.png \nSince GitHub Pages publishes the `/docs` folder as the site root, the `docs/` segment should not appear in the published URL, and the repo name (`PictoPy`) needs to be the path prefix instead. The correct URL should be:\n\n\n### Steps to Reproduce\n1. Visit https://aossie-org.github.io/PictoPy/Manual_Setup_Guide/\n2. Scroll to the \"Python (FastAPI) Backend Setup Steps\" section\n3. The \"server running\" screenshot fails to load (404)\n\n### Suggested Fix\nUpdate the image URL in the source markdown file (likely `docs/Manual_Setup_Guide.md`) to either:\n- The corrected absolute URL above, or\n- A relative path (e.g. `../assets/screenshots/serverRunning.png`), which is more robust against future domain/path changes\n\n### Additional Context\nI'd like to work on this fix if it's confirmed — happy to open a PR.\n\n### Record\n\n- [x] I agree to follow this project's Code of Conduct",
+ "closed_by": null,
+ "reactions": {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1358/reactions",
+ "total_count": 0,
+ "+1": 0,
+ "-1": 0,
+ "laugh": 0,
+ "hooray": 0,
+ "confused": 0,
+ "heart": 0,
+ "rocket": 0,
+ "eyes": 0
+ },
+ "timeline_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1358/timeline",
+ "performed_via_github_app": null,
+ "state_reason": null,
+ "pinned_comment": null
+ },
+ {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1357",
+ "repository_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1357/labels{/name}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1357/comments",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1357/events",
+ "html_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1357",
+ "id": 4801442796,
+ "node_id": "PR_kwDOJpiIC87tewJG",
+ "number": 1357,
+ "title": "Feat: Model Manager",
+ "user": {
+ "login": "rohan-pandeyy",
+ "id": 95585299,
+ "node_id": "U_kgDOBbKEEw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/95585299?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/rohan-pandeyy",
+ "html_url": "https://github.com/rohan-pandeyy",
+ "followers_url": "https://api.github.com/users/rohan-pandeyy/followers",
+ "following_url": "https://api.github.com/users/rohan-pandeyy/following{/other_user}",
+ "gists_url": "https://api.github.com/users/rohan-pandeyy/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/rohan-pandeyy/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/rohan-pandeyy/subscriptions",
+ "organizations_url": "https://api.github.com/users/rohan-pandeyy/orgs",
+ "repos_url": "https://api.github.com/users/rohan-pandeyy/repos",
+ "events_url": "https://api.github.com/users/rohan-pandeyy/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/rohan-pandeyy/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "labels": [
+ {
+ "id": 5564257250,
+ "node_id": "LA_kwDOJpiIC88AAAABS6fT4g",
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/labels/enhancement",
+ "name": "enhancement",
+ "color": "0e8a16",
+ "default": true,
+ "description": "New feature or request"
+ },
+ {
+ "id": 9239305202,
+ "node_id": "LA_kwDOJpiIC88AAAACJrSb8g",
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/labels/backend",
+ "name": "backend",
+ "color": "0052cc",
+ "default": false,
+ "description": ""
+ },
+ {
+ "id": 9334668620,
+ "node_id": "LA_kwDOJpiIC88AAAACLGO9TA",
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/labels/frontend",
+ "name": "frontend",
+ "color": "f66a0a",
+ "default": false,
+ "description": ""
+ },
+ {
+ "id": 10847001552,
+ "node_id": "LA_kwDOJpiIC88AAAAChogb0A",
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/labels/GSoC%202026",
+ "name": "GSoC 2026",
+ "color": "c5563c",
+ "default": false,
+ "description": ""
+ }
+ ],
+ "state": "closed",
+ "locked": false,
+ "assignees": [],
+ "milestone": null,
+ "comments": 3,
+ "created_at": "2026-07-03T07:42:02Z",
+ "updated_at": "2026-07-05T10:42:03Z",
+ "closed_at": "2026-07-05T10:42:03Z",
+ "assignee": null,
+ "author_association": "MEMBER",
+ "issue_field_values": [],
+ "type": null,
+ "active_lock_reason": null,
+ "draft": false,
+ "pull_request": {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/pulls/1357",
+ "html_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1357",
+ "diff_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1357.diff",
+ "patch_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1357.patch",
+ "merged_at": "2026-07-05T10:42:03Z"
+ },
+ "body": "Closes #1356 \r\n\r\n## Summary\r\n\r\nThis PR introduces a complete **Model Manager** for PictoPy, allowing users to manage AI models after onboarding. Previously, users could only choose a model tier during the initial setup process, with no way to install additional variants, switch between installed tiers, or remove unused models afterward.\r\n\r\nThe Model Manager provides a dedicated interface for managing installed and available AI models while reusing the existing download pipeline, preferences system, and onboarding infrastructure.\r\n\r\n---\r\n\r\n## Features\r\n\r\n### Model Manager Window\r\n\r\n* Added a dedicated Model Manager window.\r\n* Integrated the Model Manager into the existing **YOLO Model Size** setting through an **\"Install more sizes…\"** option.\r\n* Configured the window as a singleton so repeated launches focus the existing instance instead of creating duplicates.\r\n* Ensured closing the Model Manager does not terminate the application or backend services.\r\n\r\n---\r\n\r\n### Installed Tab\r\n\r\n* Displays all installed model tiers.\r\n* Groups object detection and face detection models into a single tier card.\r\n* Displays the combined size for each tier.\r\n* Highlights the currently active model tier.\r\n* Allows switching the active tier directly from the Model Manager.\r\n* Supports uninstalling installed tiers with a confirmation dialog.\r\n* Separates required models into an \"Always Installed\" section.\r\n* Prevents uninstalling:\r\n\r\n * the currently active tier.\r\n * required models.\r\n\r\n---\r\n\r\n### Available Tab\r\n\r\n* Displays all tiers that are not fully installed.\r\n* Detects partially installed tiers and exposes a repair workflow.\r\n* Highlights the hardware-recommended tier using the same design language as onboarding.\r\n* Allows installing additional model tiers directly from the Model Manager.\r\n* Shows inline download progress on each model card during installation.\r\n* Preserves the completed progress state before automatically moving the tier to the Installed tab.\r\n* Displays a polished completion state when all available tiers have already been installed.\r\n\r\n---\r\n\r\n## Download Progress\r\n\r\n* Extracted the onboarding EventSource implementation into a reusable `useModelDownloadProgress` hook.\r\n* Reused the same download progress logic across onboarding and the Model Manager.\r\n* Preserved existing onboarding behaviour after the refactor.\r\n* Resolved race conditions between download completion events and status polling to ensure downloads always visibly complete before leaving the Available tab.\r\n\r\n---\r\n\r\n## Shared Improvements\r\n\r\n* Added reusable frontend API helpers for hardware recommendations and model installation.\r\n* Unified model status management so Installed and Available tabs share a single source of truth.\r\n* Continued polling model status while downloads are active, even when switching between tabs.\r\n* Improved frontend architecture by centralizing download state management.\r\n\r\n---\r\n\r\n## Error Handling\r\n\r\n* Improved shared frontend error parsing to consistently handle different FastAPI response formats.\r\n* Added regression tests covering the updated error handling logic.\r\n* Continued surfacing backend error messages through the existing global alert system.\r\n\r\n---\r\n\r\n## Testing\r\n\r\nThe following scenarios were manually verified:\r\n\r\n* Opening and focusing the Model Manager window.\r\n* Installing new model tiers.\r\n* Repairing partially installed tiers.\r\n* Switching the active model tier.\r\n* Uninstalling installed tiers.\r\n* Preventing removal of active and required models.\r\n* Inline download progress during installation.\r\n* Automatic movement of completed installations to the Installed tab.\r\n* Hardware recommendation highlighting.\r\n* Empty Available tab state.\r\n* Existing onboarding download flow after the shared download hook refactor.\r\n\r\n---\r\n\r\n## Screenshots\r\n\r\n### Installed tab\r\n
\r\n\r\n### Available tab\r\n
\r\n\r\n\r\n---\r\n\r\n## \r\n\r\n### AI Usage Disclosure:\r\n\r\nWe encourage contributors to use AI tools responsibly when creating Pull Requests. While AI can be a valuable aid, it is essential to ensure that your contributions meet the task requirements, build successfully, include relevant tests, and pass all linters. Submissions that do not meet these standards may be closed without warning to maintain the quality and integrity of the project. Please take the time to understand the changes you are proposing and their impact. AI slop is strongly discouraged and may lead to banning and blocking. Do not spam our repos with AI slop.\r\n\r\nCheck one of the checkboxes below:\r\n\r\n- [ ] This PR does not contain AI-generated code at all.\r\n- [x] This PR contains AI-generated code. I have read the [AI Usage Policy](https://github.com/AOSSIE-Org/Info/blob/main/AI-UsagePolicy.md) and this PR complies with this policy. I have tested the code locally and I am responsible for it.\r\n\r\nI have used the following AI models and tools: Claude, Gemini\r\n\r\n\r\n## Checklist\r\n\r\n- [x] My PR addresses a single issue, fixes a single bug or makes a single improvement.\r\n- [x] My code follows the project's code style and conventions\r\n- [ ] If applicable, I have made corresponding changes or additions to the documentation\r\n- [ ] If applicable, I have made corresponding changes or additions to tests\r\n- [x] My changes generate no new warnings or errors\r\n- [x] I have joined the [Discord server](https://discord.gg/hjUhu33uAn) and I will share a link to this PR with the project maintainers there\r\n- [x] I have read the [Contribution Guidelines](../CONTRIBUTING.md)\r\n- [x] Once I submit my PR, CodeRabbit AI will automatically review it and I will address CodeRabbit's comments.\r\n- [x] I have filled this PR template completely and carefully, and I understand that my PR may be closed without review otherwise.\r\n\n\n\n## Summary by CodeRabbit\n\n* **New Features**\n * Added a Model Manager page with Installed and Available views, plus an “Available Tiers” UI.\n * Added model download progress via SSE, and a confirm dialog for uninstall actions.\n * Added a “Configure…” settings shortcut to open Model Manager.\n* **Bug Fixes**\n * Prevented deletion of required and currently active models.\n * Improved model download/task handling and search error/empty-state behavior.\n * Enhanced preference updates with safer rollback and clearer error extraction.\n* **Tests**\n * Added API and UI tests for model deletion, Model Manager, and Search Results.\n",
+ "closed_by": {
+ "login": "rohan-pandeyy",
+ "id": 95585299,
+ "node_id": "U_kgDOBbKEEw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/95585299?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/rohan-pandeyy",
+ "html_url": "https://github.com/rohan-pandeyy",
+ "followers_url": "https://api.github.com/users/rohan-pandeyy/followers",
+ "following_url": "https://api.github.com/users/rohan-pandeyy/following{/other_user}",
+ "gists_url": "https://api.github.com/users/rohan-pandeyy/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/rohan-pandeyy/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/rohan-pandeyy/subscriptions",
+ "organizations_url": "https://api.github.com/users/rohan-pandeyy/orgs",
+ "repos_url": "https://api.github.com/users/rohan-pandeyy/repos",
+ "events_url": "https://api.github.com/users/rohan-pandeyy/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/rohan-pandeyy/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "reactions": {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1357/reactions",
+ "total_count": 0,
+ "+1": 0,
+ "-1": 0,
+ "laugh": 0,
+ "hooray": 0,
+ "confused": 0,
+ "heart": 0,
+ "rocket": 0,
+ "eyes": 0
+ },
+ "timeline_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1357/timeline",
+ "performed_via_github_app": null,
+ "state_reason": null
+ },
+ {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1356",
+ "repository_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1356/labels{/name}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1356/comments",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1356/events",
+ "html_url": "https://github.com/AOSSIE-Org/PictoPy/issues/1356",
+ "id": 4792132284,
+ "node_id": "I_kwDOJpiIC88AAAABHaIivA",
+ "number": 1356,
+ "title": "Feat: Post-onboarding Model Manager for AI models",
+ "user": {
+ "login": "rohan-pandeyy",
+ "id": 95585299,
+ "node_id": "U_kgDOBbKEEw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/95585299?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/rohan-pandeyy",
+ "html_url": "https://github.com/rohan-pandeyy",
+ "followers_url": "https://api.github.com/users/rohan-pandeyy/followers",
+ "following_url": "https://api.github.com/users/rohan-pandeyy/following{/other_user}",
+ "gists_url": "https://api.github.com/users/rohan-pandeyy/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/rohan-pandeyy/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/rohan-pandeyy/subscriptions",
+ "organizations_url": "https://api.github.com/users/rohan-pandeyy/orgs",
+ "repos_url": "https://api.github.com/users/rohan-pandeyy/repos",
+ "events_url": "https://api.github.com/users/rohan-pandeyy/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/rohan-pandeyy/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "labels": [
+ {
+ "id": 5564257250,
+ "node_id": "LA_kwDOJpiIC88AAAABS6fT4g",
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/labels/enhancement",
+ "name": "enhancement",
+ "color": "0e8a16",
+ "default": true,
+ "description": "New feature or request"
+ },
+ {
+ "id": 9239305202,
+ "node_id": "LA_kwDOJpiIC88AAAACJrSb8g",
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/labels/backend",
+ "name": "backend",
+ "color": "0052cc",
+ "default": false,
+ "description": ""
+ },
+ {
+ "id": 9334668620,
+ "node_id": "LA_kwDOJpiIC88AAAACLGO9TA",
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/labels/frontend",
+ "name": "frontend",
+ "color": "f66a0a",
+ "default": false,
+ "description": ""
+ },
+ {
+ "id": 10847001552,
+ "node_id": "LA_kwDOJpiIC88AAAAChogb0A",
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/labels/GSoC%202026",
+ "name": "GSoC 2026",
+ "color": "c5563c",
+ "default": false,
+ "description": ""
+ }
+ ],
+ "state": "closed",
+ "locked": false,
+ "assignees": [
+ {
+ "login": "rohan-pandeyy",
+ "id": 95585299,
+ "node_id": "U_kgDOBbKEEw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/95585299?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/rohan-pandeyy",
+ "html_url": "https://github.com/rohan-pandeyy",
+ "followers_url": "https://api.github.com/users/rohan-pandeyy/followers",
+ "following_url": "https://api.github.com/users/rohan-pandeyy/following{/other_user}",
+ "gists_url": "https://api.github.com/users/rohan-pandeyy/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/rohan-pandeyy/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/rohan-pandeyy/subscriptions",
+ "organizations_url": "https://api.github.com/users/rohan-pandeyy/orgs",
+ "repos_url": "https://api.github.com/users/rohan-pandeyy/repos",
+ "events_url": "https://api.github.com/users/rohan-pandeyy/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/rohan-pandeyy/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false
+ }
+ ],
+ "milestone": null,
+ "comments": 0,
+ "created_at": "2026-07-02T07:13:09Z",
+ "updated_at": "2026-07-05T10:42:04Z",
+ "closed_at": "2026-07-05T10:42:04Z",
+ "assignee": {
+ "login": "rohan-pandeyy",
+ "id": 95585299,
+ "node_id": "U_kgDOBbKEEw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/95585299?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/rohan-pandeyy",
+ "html_url": "https://github.com/rohan-pandeyy",
+ "followers_url": "https://api.github.com/users/rohan-pandeyy/followers",
+ "following_url": "https://api.github.com/users/rohan-pandeyy/following{/other_user}",
+ "gists_url": "https://api.github.com/users/rohan-pandeyy/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/rohan-pandeyy/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/rohan-pandeyy/subscriptions",
+ "organizations_url": "https://api.github.com/users/rohan-pandeyy/orgs",
+ "repos_url": "https://api.github.com/users/rohan-pandeyy/repos",
+ "events_url": "https://api.github.com/users/rohan-pandeyy/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/rohan-pandeyy/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "author_association": "MEMBER",
+ "issue_field_values": [],
+ "type": {
+ "id": 7631876,
+ "node_id": "IT_kwDOAlFKy84AdHQE",
+ "name": "Feature",
+ "description": "A request, idea, or new functionality",
+ "color": "blue",
+ "created_at": "2024-01-31T14:49:14Z",
+ "updated_at": "2024-10-08T13:33:40Z",
+ "is_enabled": true
+ },
+ "active_lock_reason": null,
+ "sub_issues_summary": {
+ "total": 0,
+ "completed": 0,
+ "percent_completed": 0
+ },
+ "issue_dependencies_summary": {
+ "blocked_by": 0,
+ "total_blocked_by": 0,
+ "blocking": 0,
+ "total_blocking": 0
+ },
+ "body": "## Problem\n\nCurrently, PictoPy's onboarding flow downloads the initial AI models, but users have no way to manage them afterward.\n\nOnce onboarding is complete, users cannot:\n\n* Install additional YOLO model sizes.\n* Switch between installed model tiers.\n* Uninstall model variants they no longer need.\n* Recover from partially installed model tiers.\n\nThis means users must rely on whatever model was chosen during onboarding, even if their needs or hardware change later.\n\n## Proposed Solution\n\nIntroduce a dedicated **Model Manager** that allows users to manage AI models after onboarding.\n\nThe Model Manager should be accessible from the existing **YOLO Model Size** setting via an **\"Install more sizes…\"** option and open in a separate utility window.\n\n### Installed Models\n\nProvide an **Installed** tab that:\n\n* Lists all installed YOLO tiers.\n* Groups object detection and face detection models by tier.\n* Displays combined storage usage.\n* Highlights the currently active tier.\n* Allows switching the active tier.\n* Allows uninstalling installed tiers.\n* Prevents removal of required models and the currently active tier.\n\n### Available Models\n\nProvide an **Available** tab that:\n\n* Lists model tiers that are not fully installed.\n* Detects partially installed tiers and offers a repair flow.\n* Highlights the hardware-recommended tier.\n* Allows installing additional tiers with a single action.\n* Displays inline download progress while installation is in progress.\n* Automatically moves completed installations to the Installed tab.\n\n### Additional Requirements\n\n* Reuse the existing onboarding download pipeline and progress infrastructure where possible.\n* Reuse existing UI patterns for confirmations, error handling, and hardware recommendations.\n* Ensure the Model Manager works independently of the main application window without affecting normal application shutdown behavior.\n* Keep the architecture extensible for future additions (such as storage management).\n\n## Expected Outcome\n\nUsers will be able to install, switch, repair, and remove AI model tiers at any time after onboarding without rerunning setup, making AI model management significantly more flexible while keeping the experience consistent with the rest of PictoPy.",
+ "closed_by": {
+ "login": "rohan-pandeyy",
+ "id": 95585299,
+ "node_id": "U_kgDOBbKEEw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/95585299?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/rohan-pandeyy",
+ "html_url": "https://github.com/rohan-pandeyy",
+ "followers_url": "https://api.github.com/users/rohan-pandeyy/followers",
+ "following_url": "https://api.github.com/users/rohan-pandeyy/following{/other_user}",
+ "gists_url": "https://api.github.com/users/rohan-pandeyy/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/rohan-pandeyy/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/rohan-pandeyy/subscriptions",
+ "organizations_url": "https://api.github.com/users/rohan-pandeyy/orgs",
+ "repos_url": "https://api.github.com/users/rohan-pandeyy/repos",
+ "events_url": "https://api.github.com/users/rohan-pandeyy/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/rohan-pandeyy/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "reactions": {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1356/reactions",
+ "total_count": 0,
+ "+1": 0,
+ "-1": 0,
+ "laugh": 0,
+ "hooray": 0,
+ "confused": 0,
+ "heart": 0,
+ "rocket": 0,
+ "eyes": 0
+ },
+ "timeline_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1356/timeline",
+ "performed_via_github_app": null,
+ "state_reason": "completed",
+ "pinned_comment": null
+ },
+ {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1355",
+ "repository_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1355/labels{/name}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1355/comments",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1355/events",
+ "html_url": "https://github.com/AOSSIE-Org/PictoPy/issues/1355",
+ "id": 4792015209,
+ "node_id": "I_kwDOJpiIC88AAAABHaBZaQ",
+ "number": 1355,
+ "title": "BUG: No rate limiting on the FastAPI backend",
+ "user": {
+ "login": "aliviahossain",
+ "id": 211632522,
+ "node_id": "U_kgDODJ1Big",
+ "avatar_url": "https://avatars.githubusercontent.com/u/211632522?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/aliviahossain",
+ "html_url": "https://github.com/aliviahossain",
+ "followers_url": "https://api.github.com/users/aliviahossain/followers",
+ "following_url": "https://api.github.com/users/aliviahossain/following{/other_user}",
+ "gists_url": "https://api.github.com/users/aliviahossain/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/aliviahossain/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/aliviahossain/subscriptions",
+ "organizations_url": "https://api.github.com/users/aliviahossain/orgs",
+ "repos_url": "https://api.github.com/users/aliviahossain/repos",
+ "events_url": "https://api.github.com/users/aliviahossain/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/aliviahossain/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "labels": [],
+ "state": "closed",
+ "locked": false,
+ "assignees": [],
+ "milestone": null,
+ "comments": 6,
+ "created_at": "2026-07-02T06:55:29Z",
+ "updated_at": "2026-07-07T16:36:59Z",
+ "closed_at": "2026-07-07T16:28:27Z",
+ "assignee": null,
+ "author_association": "NONE",
+ "issue_field_values": [],
+ "type": null,
+ "active_lock_reason": null,
+ "sub_issues_summary": {
+ "total": 0,
+ "completed": 0,
+ "percent_completed": 0
+ },
+ "issue_dependencies_summary": {
+ "blocked_by": 0,
+ "total_blocked_by": 0,
+ "blocking": 0,
+ "total_blocking": 0
+ },
+ "body": "### Is there an existing issue for this?\n\n- [x] I have searched the existing issues\n\n### What happened?\n\nAny process on localhost can spam the API endpoints by reclustering, memory generation, face search thereby potentially freezing the app.\nProposal to add slowapi rate limiting on expensive endpoints.care about.\n\n### Record\n\n- [x] I agree to follow this project's Code of Conduct",
+ "closed_by": {
+ "login": "rohan-pandeyy",
+ "id": 95585299,
+ "node_id": "U_kgDOBbKEEw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/95585299?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/rohan-pandeyy",
+ "html_url": "https://github.com/rohan-pandeyy",
+ "followers_url": "https://api.github.com/users/rohan-pandeyy/followers",
+ "following_url": "https://api.github.com/users/rohan-pandeyy/following{/other_user}",
+ "gists_url": "https://api.github.com/users/rohan-pandeyy/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/rohan-pandeyy/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/rohan-pandeyy/subscriptions",
+ "organizations_url": "https://api.github.com/users/rohan-pandeyy/orgs",
+ "repos_url": "https://api.github.com/users/rohan-pandeyy/repos",
+ "events_url": "https://api.github.com/users/rohan-pandeyy/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/rohan-pandeyy/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "reactions": {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1355/reactions",
+ "total_count": 0,
+ "+1": 0,
+ "-1": 0,
+ "laugh": 0,
+ "hooray": 0,
+ "confused": 0,
+ "heart": 0,
+ "rocket": 0,
+ "eyes": 0
+ },
+ "timeline_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1355/timeline",
+ "performed_via_github_app": null,
+ "state_reason": "not_planned",
+ "pinned_comment": null
+ },
+ {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1354",
+ "repository_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1354/labels{/name}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1354/comments",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1354/events",
+ "html_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1354",
+ "id": 4778452019,
+ "node_id": "PR_kwDOJpiIC87sTxQX",
+ "number": 1354,
+ "title": "fix(tauri): rename misleading `ci` feature and fail loudly without it…",
+ "user": {
+ "login": "VanshajPoonia",
+ "id": 74147463,
+ "node_id": "MDQ6VXNlcjc0MTQ3NDYz",
+ "avatar_url": "https://avatars.githubusercontent.com/u/74147463?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/VanshajPoonia",
+ "html_url": "https://github.com/VanshajPoonia",
+ "followers_url": "https://api.github.com/users/VanshajPoonia/followers",
+ "following_url": "https://api.github.com/users/VanshajPoonia/following{/other_user}",
+ "gists_url": "https://api.github.com/users/VanshajPoonia/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/VanshajPoonia/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/VanshajPoonia/subscriptions",
+ "organizations_url": "https://api.github.com/users/VanshajPoonia/orgs",
+ "repos_url": "https://api.github.com/users/VanshajPoonia/repos",
+ "events_url": "https://api.github.com/users/VanshajPoonia/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/VanshajPoonia/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "labels": [],
+ "state": "open",
+ "locked": false,
+ "assignees": [],
+ "milestone": null,
+ "comments": 1,
+ "created_at": "2026-06-30T16:06:52Z",
+ "updated_at": "2026-06-30T16:23:29Z",
+ "closed_at": null,
+ "assignee": null,
+ "author_association": "CONTRIBUTOR",
+ "issue_field_values": [],
+ "type": null,
+ "active_lock_reason": null,
+ "draft": false,
+ "pull_request": {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/pulls/1354",
+ "html_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1354",
+ "diff_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1354.diff",
+ "patch_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1354.patch",
+ "merged_at": null
+ },
+ "body": "Fixes #1347\r\n\r\n### Screenshots/Recordings:\r\n\r\nN/A — this is a backend/build-config fix (Rust feature flag rename + CI workflow args), no UI changes.\r\n\r\n### Additional Notes:\r\n\r\nThe `prod()` function that spawns the bundled backend/sync sidecars was gated behind a Cargo feature named `ci`, which reads as \"only needed for continuous integration.\" In reality it's required for every working release build — both `pr-check-build.yml` and `build-and-release.yml` already pass `--features ci` to all of them. A release build compiled without that flag still launched normally, but silently never started its backend, with no error.\r\n\r\nChanges:\r\n- Renamed the feature from `ci` to `bundled-sidecars` everywhere it's referenced (`Cargo.toml`, `main.rs` cfg attributes, both workflow files) so its purpose is clear from the name.\r\n- Made the no-feature `prod()` variant fail loudly (return an `Err` that aborts startup) when built in release mode, while still no-op'ing in debug builds so `cargo tauri dev` is unaffected.\r\n- Verified with `cargo check` against both feature combinations (with/without `bundled-sidecars`, debug and release) and `cargo fmt --check` — all clean.\r\n\r\n### AI Usage Disclosure:\r\n\r\nWe encourage contributors to use AI tools responsibly when creating Pull Requests. While AI can be a valuable aid, it is essential to ensure that your contributions meet the task requirements, build successfully, include relevant tests, and pass all linters. Submissions that do not meet these standards may be closed without warning to maintain the quality and integrity of the project. Please take the time to understand the changes you are proposing and their impact. AI slop is strongly discouraged and may lead to banning and blocking. Do not spam our repos with AI slop.\r\n\r\nCheck one of the checkboxes below:\r\n\r\n- [ ] This PR does not contain AI-generated code at all.\r\n- [x] This PR contains AI-generated code. I have read the [AI Usage Policy](https://github.com/AOSSIE-Org/Info/blob/main/AI-UsagePolicy.md) and this PR complies with this policy. I have tested the code locally and I am responsible for it.\r\n\r\nI have used the following AI models and tools: Codex\r\n\r\n## Checklist\r\n\r\n- [x] My PR addresses a single issue, fixes a single bug or makes a single improvement.\r\n- [x] My code follows the project's code style and conventions\r\n- [x] If applicable, I have made corresponding changes or additions to the documentation\r\n- [x] If applicable, I have made corresponding changes or additions to tests\r\n- [x] My changes generate no new warnings or errors\r\n- [x] I have joined the [Discord server](https://discord.gg/hjUhu33uAn) and I will share a link to this PR with the project maintainers there\r\n- [x] I have read the [Contribution Guidelines](../CONTRIBUTING.md)\r\n- [x] Once I submit my PR, CodeRabbit AI will automatically review it and I will address CodeRabbit's comments.\r\n- [x] I have filled this PR template completely and carefully, and I understand that my PR may be closed without review otherwise.\r\n\n\n\n\n## Summary by CodeRabbit\n\n* **New Features**\n * Release builds now use bundled sidecars for the app’s backend and sync processes on macOS, Linux, and Windows.\n * Added clearer runtime feedback when bundled sidecars are enabled.\n\n* **Bug Fixes**\n * Release builds now report an error if bundled sidecars are missing, instead of failing silently.\n * Updated build checks to match the new release configuration.\n\n",
+ "closed_by": null,
+ "reactions": {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1354/reactions",
+ "total_count": 0,
+ "+1": 0,
+ "-1": 0,
+ "laugh": 0,
+ "hooray": 0,
+ "confused": 0,
+ "heart": 0,
+ "rocket": 0,
+ "eyes": 0
+ },
+ "timeline_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1354/timeline",
+ "performed_via_github_app": null,
+ "state_reason": null
+ },
+ {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1353",
+ "repository_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1353/labels{/name}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1353/comments",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1353/events",
+ "html_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1353",
+ "id": 4778351023,
+ "node_id": "PR_kwDOJpiIC87sTb19",
+ "number": 1353,
+ "title": "fix(database): remove dead case_sensitive_like pragma (#1346)",
+ "user": {
+ "login": "VanshajPoonia",
+ "id": 74147463,
+ "node_id": "MDQ6VXNlcjc0MTQ3NDYz",
+ "avatar_url": "https://avatars.githubusercontent.com/u/74147463?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/VanshajPoonia",
+ "html_url": "https://github.com/VanshajPoonia",
+ "followers_url": "https://api.github.com/users/VanshajPoonia/followers",
+ "following_url": "https://api.github.com/users/VanshajPoonia/following{/other_user}",
+ "gists_url": "https://api.github.com/users/VanshajPoonia/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/VanshajPoonia/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/VanshajPoonia/subscriptions",
+ "organizations_url": "https://api.github.com/users/VanshajPoonia/orgs",
+ "repos_url": "https://api.github.com/users/VanshajPoonia/repos",
+ "events_url": "https://api.github.com/users/VanshajPoonia/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/VanshajPoonia/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "labels": [],
+ "state": "open",
+ "locked": false,
+ "assignees": [],
+ "milestone": null,
+ "comments": 1,
+ "created_at": "2026-06-30T15:53:53Z",
+ "updated_at": "2026-06-30T16:12:16Z",
+ "closed_at": null,
+ "assignee": null,
+ "author_association": "CONTRIBUTOR",
+ "issue_field_values": [],
+ "type": null,
+ "active_lock_reason": null,
+ "draft": false,
+ "pull_request": {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/pulls/1353",
+ "html_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1353",
+ "diff_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1353.diff",
+ "patch_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1353.patch",
+ "merged_at": null
+ },
+ "body": "PRAGMA case_sensitive_like = ON in get_db_connection() affected zero queries: the only LIKE query (db_get_folder_ids_by_path_prefix) uses a raw sqlite3.connect() that never ran the pragma. Removing it keeps LIKE case-insensitive (SQLite default) and avoids a latent footgun where migrating a LIKE query onto the shared helper would silently turn subfolder prefix matching case-sensitive on macOS/Windows.\r\n\r\nAdd regression tests asserting case-insensitive folder prefix matching.\r\n\r\n### Addressed Issues:\r\n\r\nFixes #1346 \r\n\r\n\r\n### AI Usage Disclosure:\r\n\r\nWe encourage contributors to use AI tools responsibly when creating Pull Requests. While AI can be a valuable aid, it is essential to ensure that your contributions meet the task requirements, build successfully, include relevant tests, and pass all linters. Submissions that do not meet these standards may be closed without warning to maintain the quality and integrity of the project. Please take the time to understand the changes you are proposing and their impact. AI slop is strongly discouraged and may lead to banning and blocking. Do not spam our repos with AI slop.\r\n\r\nCheck one of the checkboxes below:\r\n\r\n- [ ] This PR does not contain AI-generated code at all.\r\n- [x] This PR contains AI-generated code. I have read the [AI Usage Policy](https://github.com/AOSSIE-Org/Info/blob/main/AI-UsagePolicy.md) and this PR complies with this policy. I have tested the code locally and I am responsible for it.\r\n\r\nI have used the following AI models and tools: Codex\r\n\r\n\r\n## Checklist\r\n\r\n- [x] My PR addresses a single issue, fixes a single bug or makes a single improvement.\r\n- [x] My code follows the project's code style and conventions\r\n- [x] If applicable, I have made corresponding changes or additions to the documentation\r\n- [x] If applicable, I have made corresponding changes or additions to tests\r\n- [x] My changes generate no new warnings or errors\r\n- [x] I have joined the [Discord server](https://discord.gg/hjUhu33uAn) and I will share a link to this PR with the project maintainers there\r\n- [x] I have read the [Contribution Guidelines](../CONTRIBUTING.md)\r\n- [x] Once I submit my PR, CodeRabbit AI will automatically review it and I will address CodeRabbit's comments.\r\n- [x] I have filled this PR template completely and carefully, and I understand that my PR may be closed without review otherwise.\r\n\n\n\n\n## Summary by CodeRabbit\n\n* **Bug Fixes**\n * Improved database integrity by enforcing stricter constraint checks during SQLite connections.\n * Removed case-sensitive `LIKE` behavior from connection setup, which may affect path and text matching consistency.\n\n* **Tests**\n * Added regression coverage for folder path prefix matching.\n * Verified matching works regardless of letter case and excludes folders outside the requested prefix.\n\n",
+ "closed_by": null,
+ "reactions": {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1353/reactions",
+ "total_count": 0,
+ "+1": 0,
+ "-1": 0,
+ "laugh": 0,
+ "hooray": 0,
+ "confused": 0,
+ "heart": 0,
+ "rocket": 0,
+ "eyes": 0
+ },
+ "timeline_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1353/timeline",
+ "performed_via_github_app": null,
+ "state_reason": null
+ },
+ {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1352",
+ "repository_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1352/labels{/name}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1352/comments",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1352/events",
+ "html_url": "https://github.com/AOSSIE-Org/PictoPy/issues/1352",
+ "id": 4765512943,
+ "node_id": "I_kwDOJpiIC88AAAABHAv07w",
+ "number": 1352,
+ "title": "DOC: Add dev-setup and launch script for windows, linux and macOS.",
+ "user": {
+ "login": "aliviahossain",
+ "id": 211632522,
+ "node_id": "U_kgDODJ1Big",
+ "avatar_url": "https://avatars.githubusercontent.com/u/211632522?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/aliviahossain",
+ "html_url": "https://github.com/aliviahossain",
+ "followers_url": "https://api.github.com/users/aliviahossain/followers",
+ "following_url": "https://api.github.com/users/aliviahossain/following{/other_user}",
+ "gists_url": "https://api.github.com/users/aliviahossain/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/aliviahossain/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/aliviahossain/subscriptions",
+ "organizations_url": "https://api.github.com/users/aliviahossain/orgs",
+ "repos_url": "https://api.github.com/users/aliviahossain/repos",
+ "events_url": "https://api.github.com/users/aliviahossain/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/aliviahossain/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "labels": [
+ {
+ "id": 9784612883,
+ "node_id": "LA_kwDOJpiIC88AAAACRzVYEw",
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/labels/needs-triage",
+ "name": "needs-triage",
+ "color": "75a495",
+ "default": false,
+ "description": "The maintainer needs time to review this issue. Please do not begin working on it."
+ }
+ ],
+ "state": "open",
+ "locked": false,
+ "assignees": [],
+ "milestone": null,
+ "comments": 1,
+ "created_at": "2026-06-29T06:12:45Z",
+ "updated_at": "2026-07-03T04:46:26Z",
+ "closed_at": null,
+ "assignee": null,
+ "author_association": "NONE",
+ "issue_field_values": [],
+ "type": null,
+ "active_lock_reason": null,
+ "sub_issues_summary": {
+ "total": 0,
+ "completed": 0,
+ "percent_completed": 0
+ },
+ "issue_dependencies_summary": {
+ "blocked_by": 0,
+ "total_blocked_by": 0,
+ "blocking": 0,
+ "total_blocking": 0
+ },
+ "body": "### What's wrong with the existing documentation\n\nIssue is already solved in PR #1351 , need it to be assigned. Thanks !\n\n### Add ScreenShots\n\n_No response_\n\n### Record\n\n- [x] I agree to follow this project's Code of Conduct\n- [x] I want to work on this issue",
+ "closed_by": null,
+ "reactions": {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1352/reactions",
+ "total_count": 0,
+ "+1": 0,
+ "-1": 0,
+ "laugh": 0,
+ "hooray": 0,
+ "confused": 0,
+ "heart": 0,
+ "rocket": 0,
+ "eyes": 0
+ },
+ "timeline_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1352/timeline",
+ "performed_via_github_app": null,
+ "state_reason": null,
+ "pinned_comment": null
+ },
+ {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1351",
+ "repository_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1351/labels{/name}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1351/comments",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1351/events",
+ "html_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1351",
+ "id": 4765348687,
+ "node_id": "PR_kwDOJpiIC87rom92",
+ "number": 1351,
+ "title": "added dev-setup and launch script for windows, linux and MacOS",
+ "user": {
+ "login": "aliviahossain",
+ "id": 211632522,
+ "node_id": "U_kgDODJ1Big",
+ "avatar_url": "https://avatars.githubusercontent.com/u/211632522?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/aliviahossain",
+ "html_url": "https://github.com/aliviahossain",
+ "followers_url": "https://api.github.com/users/aliviahossain/followers",
+ "following_url": "https://api.github.com/users/aliviahossain/following{/other_user}",
+ "gists_url": "https://api.github.com/users/aliviahossain/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/aliviahossain/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/aliviahossain/subscriptions",
+ "organizations_url": "https://api.github.com/users/aliviahossain/orgs",
+ "repos_url": "https://api.github.com/users/aliviahossain/repos",
+ "events_url": "https://api.github.com/users/aliviahossain/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/aliviahossain/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "labels": [],
+ "state": "open",
+ "locked": false,
+ "assignees": [],
+ "milestone": null,
+ "comments": 9,
+ "created_at": "2026-06-29T05:39:51Z",
+ "updated_at": "2026-06-29T07:38:08Z",
+ "closed_at": null,
+ "assignee": null,
+ "author_association": "NONE",
+ "issue_field_values": [],
+ "type": null,
+ "active_lock_reason": null,
+ "draft": false,
+ "pull_request": {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/pulls/1351",
+ "html_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1351",
+ "diff_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1351.diff",
+ "patch_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1351.patch",
+ "merged_at": null
+ },
+ "body": "### AI Usage Disclosure:\r\n\r\nWe encourage contributors to use AI tools responsibly when creating Pull Requests. While AI can be a valuable aid, it is essential to ensure that your contributions meet the task requirements, build successfully, include relevant tests, and pass all linters. Submissions that do not meet these standards may be closed without warning to maintain the quality and integrity of the project. Please take the time to understand the changes you are proposing and their impact. AI slop is strongly discouraged and may lead to banning and blocking. Do not spam our repos with AI slop.\r\n\r\nCheck one of the checkboxes below:\r\n\r\n- [ ] This PR does not contain AI-generated code at all.\r\n- [ yes] This PR contains AI-generated code. I have read the [AI Usage Policy](https://github.com/AOSSIE-Org/Info/blob/main/AI-UsagePolicy.md) and this PR complies with this policy. I have tested the code locally and I am responsible for it.\r\n\r\nI have used the following AI models and tools: TODO\r\n\r\n\r\n## Checklist\r\n\r\n- [yes ] My PR addresses a single issue, fixes a single bug or makes a single improvement.\r\n- [yes ] My code follows the project's code style and conventions\r\n- [yes ] If applicable, I have made corresponding changes or additions to the documentation\r\n- [ ] If applicable, I have made corresponding changes or additions to tests\r\n- [yes ] My changes generate no new warnings or errors\r\n- [yes ] I have joined the [Discord server](https://discord.gg/hjUhu33uAn) and I will share a link to this PR with the project maintainers there\r\n- [yes ] I have read the [Contribution Guidelines](../CONTRIBUTING.md)\r\n- [yes ] Once I submit my PR, CodeRabbit AI will automatically review it and I will address CodeRabbit's comments.\r\n- [yes ] I have filled this PR template completely and carefully, and I understand that my PR may be closed without review otherwise.\r\n\r\n## Summary\r\n\r\nSetting up PictoPy for development currently requires manually running 3 separate terminals, installing multiple prerequisites in the right order, and knowing which conda env belongs to which service. Many contributors give up during this step.\r\n\r\nThis PR adds two scripts that automate the entire process — from a fresh machine to all 3 services running — with a single command.\r\n\r\n## Scripts Added\r\n\r\n- `dev-setup.sh` — Linux and macOS (Bash)\r\n- `dev-setup.ps1` — Windows (PowerShell)\r\n\r\n## What Each Script Does\r\n\r\n**Phase 1 — Prerequisites:** Checks for Node.js, Rust/Cargo, Miniconda, and platform-specific Tauri dependencies (webkit2gtk on Linux, VS C++ Build Tools + WebView2 on Windows). Installs anything missing, skips anything already present.\r\n\r\n**Phase 2 — Service Setup:** Creates conda environments for backend and sync-microservice if they don't exist, installs pip dependencies if not already installed, and runs npm install for the frontend if node_modules is absent. All steps are idempotent.\r\n\r\n**Phase 3 — Launch:** Starts all 3 services (backend :52123, sync-microservice :52124, Tauri frontend) in a single terminal with\r\ncolor-coded log prefixes [BACKEND], [SYNC], [FRONTEND]. Ctrl+C stops all 3 cleanly.\r\n\r\n**Phase 4 — Health Check:** Pings both Python servers after 10 seconds to confirm they came up successfully.\r\n\r\n## On Re-runs\r\n\r\nEvery check is idempotent. Running the script a second time on an already-configured machine skips all installation steps and goes straight to launching services.\r\n\r\n## Tested On\r\n\r\n- [ ] Ubuntu 22.04 / 24.04\r\n- [yes ] Windows 11 (PowerShell 5+)\n\n\n## Summary by CodeRabbit\n\n- **Documentation**\n - Added/updated a development setup guide with quick-start, manual setup, service ports overview, and troubleshooting for Windows, Linux, and macOS.\n\n- **New Features**\n - Added platform-specific setup scripts that bootstrap prerequisites, install dependencies, and launch all development services together.\n - Added readiness checks for the backend and sync service, plus live, tagged log streaming for backend, sync service, and frontend.\n",
+ "closed_by": null,
+ "reactions": {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1351/reactions",
+ "total_count": 0,
+ "+1": 0,
+ "-1": 0,
+ "laugh": 0,
+ "hooray": 0,
+ "confused": 0,
+ "heart": 0,
+ "rocket": 0,
+ "eyes": 0
+ },
+ "timeline_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1351/timeline",
+ "performed_via_github_app": null,
+ "state_reason": null
+ },
+ {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1350",
+ "repository_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1350/labels{/name}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1350/comments",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1350/events",
+ "html_url": "https://github.com/AOSSIE-Org/PictoPy/issues/1350",
+ "id": 4763030524,
+ "node_id": "I_kwDOJpiIC88AAAABG-YT_A",
+ "number": 1350,
+ "title": "Feat:Add configurable duration for Slideshow",
+ "user": {
+ "login": "siddharthsai218",
+ "id": 232212931,
+ "node_id": "U_kgDODddJww",
+ "avatar_url": "https://avatars.githubusercontent.com/u/232212931?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/siddharthsai218",
+ "html_url": "https://github.com/siddharthsai218",
+ "followers_url": "https://api.github.com/users/siddharthsai218/followers",
+ "following_url": "https://api.github.com/users/siddharthsai218/following{/other_user}",
+ "gists_url": "https://api.github.com/users/siddharthsai218/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/siddharthsai218/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/siddharthsai218/subscriptions",
+ "organizations_url": "https://api.github.com/users/siddharthsai218/orgs",
+ "repos_url": "https://api.github.com/users/siddharthsai218/repos",
+ "events_url": "https://api.github.com/users/siddharthsai218/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/siddharthsai218/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "labels": [
+ {
+ "id": 5564257250,
+ "node_id": "LA_kwDOJpiIC88AAAABS6fT4g",
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/labels/enhancement",
+ "name": "enhancement",
+ "color": "0e8a16",
+ "default": true,
+ "description": "New feature or request"
+ },
+ {
+ "id": 9334668620,
+ "node_id": "LA_kwDOJpiIC88AAAACLGO9TA",
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/labels/frontend",
+ "name": "frontend",
+ "color": "f66a0a",
+ "default": false,
+ "description": ""
+ }
+ ],
+ "state": "open",
+ "locked": false,
+ "assignees": [
+ {
+ "login": "siddharthsai218",
+ "id": 232212931,
+ "node_id": "U_kgDODddJww",
+ "avatar_url": "https://avatars.githubusercontent.com/u/232212931?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/siddharthsai218",
+ "html_url": "https://github.com/siddharthsai218",
+ "followers_url": "https://api.github.com/users/siddharthsai218/followers",
+ "following_url": "https://api.github.com/users/siddharthsai218/following{/other_user}",
+ "gists_url": "https://api.github.com/users/siddharthsai218/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/siddharthsai218/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/siddharthsai218/subscriptions",
+ "organizations_url": "https://api.github.com/users/siddharthsai218/orgs",
+ "repos_url": "https://api.github.com/users/siddharthsai218/repos",
+ "events_url": "https://api.github.com/users/siddharthsai218/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/siddharthsai218/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false
+ }
+ ],
+ "milestone": null,
+ "comments": 4,
+ "created_at": "2026-06-28T17:24:16Z",
+ "updated_at": "2026-07-02T08:43:41Z",
+ "closed_at": null,
+ "assignee": {
+ "login": "siddharthsai218",
+ "id": 232212931,
+ "node_id": "U_kgDODddJww",
+ "avatar_url": "https://avatars.githubusercontent.com/u/232212931?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/siddharthsai218",
+ "html_url": "https://github.com/siddharthsai218",
+ "followers_url": "https://api.github.com/users/siddharthsai218/followers",
+ "following_url": "https://api.github.com/users/siddharthsai218/following{/other_user}",
+ "gists_url": "https://api.github.com/users/siddharthsai218/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/siddharthsai218/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/siddharthsai218/subscriptions",
+ "organizations_url": "https://api.github.com/users/siddharthsai218/orgs",
+ "repos_url": "https://api.github.com/users/siddharthsai218/repos",
+ "events_url": "https://api.github.com/users/siddharthsai218/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/siddharthsai218/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "author_association": "NONE",
+ "issue_field_values": [],
+ "type": {
+ "id": 7631876,
+ "node_id": "IT_kwDOAlFKy84AdHQE",
+ "name": "Feature",
+ "description": "A request, idea, or new functionality",
+ "color": "blue",
+ "created_at": "2024-01-31T14:49:14Z",
+ "updated_at": "2024-10-08T13:33:40Z",
+ "is_enabled": true
+ },
+ "active_lock_reason": null,
+ "sub_issues_summary": {
+ "total": 0,
+ "completed": 0,
+ "percent_completed": 0
+ },
+ "issue_dependencies_summary": {
+ "blocked_by": 0,
+ "total_blocked_by": 0,
+ "blocking": 0,
+ "total_blocking": 0
+ },
+ "body": "### Describe the feature\n\n### Problem\n\nThe slideshow feature currently auto-advances at a fixed **3s interval**, with no way to control the pace.\n\n### What I checked\n\n- No hidden setting/option exists in the current UI for this\n- Searched open and closed issues for \"slideshow\" — found related ones (looping, story mode, etc.) but none covering configurable duration\n\n### Proposed Change\n\nAdd a duration picker (`2s` / `5s` / `10s`) that appears when the user clicks **Slideshow**. User selects a duration, then clicks **Start** to begin the slideshow at that pace.\n\n### Tech Notes\n\nFrontend-only change — touches `useSlideshow.ts` and `MediaViewControls.tsx`.\n\nI've already built and tested a working version locally — confirmed all three durations work correctly. Would like to work on this, happy to open a PR once approved.\n\n### Add ScreenShots\n\n
\n\n
\n\n### Record\n\n- [x] I agree to follow this project's Code of Conduct\n- [x] I want to work on this issue",
+ "closed_by": null,
+ "reactions": {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1350/reactions",
+ "total_count": 0,
+ "+1": 0,
+ "-1": 0,
+ "laugh": 0,
+ "hooray": 0,
+ "confused": 0,
+ "heart": 0,
+ "rocket": 0,
+ "eyes": 0
+ },
+ "timeline_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1350/timeline",
+ "performed_via_github_app": null,
+ "state_reason": null,
+ "pinned_comment": null
+ },
+ {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1349",
+ "repository_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1349/labels{/name}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1349/comments",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1349/events",
+ "html_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1349",
+ "id": 4761992345,
+ "node_id": "PR_kwDOJpiIC87reQC5",
+ "number": 1349,
+ "title": "fix(face-clusters): run global reclustering as async job; remove 10s axios timeout cap (#1345)",
+ "user": {
+ "login": "VanshajPoonia",
+ "id": 74147463,
+ "node_id": "MDQ6VXNlcjc0MTQ3NDYz",
+ "avatar_url": "https://avatars.githubusercontent.com/u/74147463?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/VanshajPoonia",
+ "html_url": "https://github.com/VanshajPoonia",
+ "followers_url": "https://api.github.com/users/VanshajPoonia/followers",
+ "following_url": "https://api.github.com/users/VanshajPoonia/following{/other_user}",
+ "gists_url": "https://api.github.com/users/VanshajPoonia/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/VanshajPoonia/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/VanshajPoonia/subscriptions",
+ "organizations_url": "https://api.github.com/users/VanshajPoonia/orgs",
+ "repos_url": "https://api.github.com/users/VanshajPoonia/repos",
+ "events_url": "https://api.github.com/users/VanshajPoonia/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/VanshajPoonia/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "labels": [
+ {
+ "id": 5564257245,
+ "node_id": "LA_kwDOJpiIC88AAAABS6fT3Q",
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/labels/bug",
+ "name": "bug",
+ "color": "b60205",
+ "default": true,
+ "description": "Something isn't working"
+ },
+ {
+ "id": 9239305202,
+ "node_id": "LA_kwDOJpiIC88AAAACJrSb8g",
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/labels/backend",
+ "name": "backend",
+ "color": "0052cc",
+ "default": false,
+ "description": ""
+ }
+ ],
+ "state": "open",
+ "locked": false,
+ "assignees": [],
+ "milestone": null,
+ "comments": 1,
+ "created_at": "2026-06-28T10:55:38Z",
+ "updated_at": "2026-06-28T16:10:31Z",
+ "closed_at": null,
+ "assignee": null,
+ "author_association": "CONTRIBUTOR",
+ "issue_field_values": [],
+ "type": null,
+ "active_lock_reason": null,
+ "draft": false,
+ "pull_request": {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/pulls/1349",
+ "html_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1349",
+ "diff_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1349.diff",
+ "patch_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1349.patch",
+ "merged_at": null
+ },
+ "body": "### Addressed Issues:\n\nFixes #1345\n\n\n### Screenshots/Recordings:\n\nNo visual UI change. The fix is behavioural: previously the **Recluster Faces** action in Settings (and other long calls) failed in the UI after about 10s on a large library while the backend kept running to completion. Now reclustering runs as a background job and the UI waits for it via polling, showing the existing loader and a success/failure toast on completion.\n\n\n### Additional Notes:\n\nThe shared axios client applied a hard **10s timeout to every backend request** (`frontend/src/api/axiosConfig.ts`) with no per-call override. Synchronous endpoints that scale with library size, most notably global face reclustering, run past 10s on a realistic library, so the client aborted with a timeout error while the backend kept running to completion, leaving the UI and DB inconsistent.\n\n**Backend**\n- `POST /face-clusters/global-recluster` now starts the full DBSCAN pass as a background task and returns a `task_id` immediately (`202 Accepted`), running the blocking work via `asyncio.to_thread` so the event loop is not blocked.\n- New `GET /face-clusters/global-recluster/{task_id}` to poll job status (`running`, `complete`, or `error`).\n- Concurrency guard: a second trigger while a job is running rejoins the in-flight `task_id` instead of starting a second pass that would race on the cluster tables (a full recluster deletes and rebuilds every cluster).\n- Cleanup loop reaps finished task results after a TTL, measured from completion time so a long job's result is not reaped right after it finishes (registered in the app lifespan, mirroring the model-download cleanup in `models.py`). Running tasks are never reaped, and terminal results are not deleted on first poll, so repeated polls (multiple tabs or retries) stay consistent.\n\n**Frontend**\n- Raise the default axios timeout from 10s to 30s, and add `LONG_REQUEST_TIMEOUT_MS` (120s) applied per-call to the face-search and multi-person-search endpoints.\n- Replace the one-shot reclustering mutation with a `useGlobalRecluster` polling hook, wired into the Settings recluster button (same loader/toast UX as before). The hook polls with a self-scheduling timeout and a run-id guard so overlapping requests and stale runs cannot update state or leak timers.\n\n**Scope and deliberate deferrals**\n- Polling, not SSE. The issue suggested SSE; the clustering call emits no progress to stream, so SSE would carry the same running-then-done information as polling with more machinery. A real progress bar (which also needs progress reporting added inside the clustering function) is left for a separate issue.\n- Memories endpoints are intentionally left untouched because that work is owned by a GSoC project. `memories/generate`, `timeline` and `locations` are not modified in this PR; they still benefit from the global 10s to 30s default change, and any deeper async/persistence work on them is left to the GSoC effort.\n- Known follow-up: the background-job machinery added here (`ReclusterTask`, `recluster_tasks`, `_cleanup_stale_recluster_tasks`) duplicates the structure already in `models.py`. It works correctly with no runtime cost, but could be unified into a shared utility in a later refactor; it is deferred here to avoid touching the working model-download code.\n\n**Testing**\n- Frontend: `tsc --noEmit`, ESLint, Prettier, and the full Jest suite (133/133) pass.\n- Backend: `black` (24.4.2) and `ruff` (0.4.10) clean on changed files; the concurrency-guard, cleanup, and repeat-poll logic verified with a standalone asyncio simulation. No new unit tests were added. The backend `pytest` suite was not run locally (Python version mismatch with the project's pinned deps), so please confirm via CI.\n\n### AI Usage Disclosure:\n\nWe encourage contributors to use AI tools responsibly when creating Pull Requests. While AI can be a valuable aid, it is essential to ensure that your contributions meet the task requirements, build successfully, include relevant tests, and pass all linters. Submissions that do not meet these standards may be closed without warning to maintain the quality and integrity of the project. Please take the time to understand the changes you are proposing and their impact. AI slop is strongly discouraged and may lead to banning and blocking. Do not spam our repos with AI slop.\n\nCheck one of the checkboxes below:\n\n- [ ] This PR does not contain AI-generated code at all.\n- [x] This PR contains AI-generated code. I have read the [AI Usage Policy](https://github.com/AOSSIE-Org/Info/blob/main/AI-UsagePolicy.md) and this PR complies with this policy. I have tested the code locally and I am responsible for it.\n\nI have used the following AI models and tools: Codex\n\n\n## Checklist\n\n- [x] My PR addresses a single issue, fixes a single bug or makes a single improvement.\n- [x] My code follows the project's code style and conventions\n- [x] If applicable, I have made corresponding changes or additions to the documentation\n- [x] If applicable, I have made corresponding changes or additions to tests\n- [x] My changes generate no new warnings or errors\n- [x] I have joined the [Discord server](https://discord.gg/hjUhu33uAn) and I will share a link to this PR with the project maintainers there\n- [x] I have read the [Contribution Guidelines](../CONTRIBUTING.md)\n- [x] Once I submit my PR, CodeRabbit AI will automatically review it and I will address CodeRabbit's comments.\n- [x] I have filled this PR template completely and carefully, and I understand that my PR may be closed without review otherwise.\n\n\n\n## Summary by CodeRabbit\n\n* **New Features**\n * Global face reclustering now starts as a background job and returns a `task_id`.\n * Added a status endpoint/UI flow to poll reclustering progress and completion (running/complete/error), including clusters created and faces skipped.\n* **Bug Fixes**\n * Improved reliability for long-running face operations with longer request timeouts.\n * Prevented overlapping reclustering runs and ensured completed/failed results remain available briefly for polling.\n* **Tests**\n * Added coverage for the global reclustering React hook, including success, error, cancellation, and rapid re-triggers.\n",
+ "closed_by": null,
+ "reactions": {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1349/reactions",
+ "total_count": 0,
+ "+1": 0,
+ "-1": 0,
+ "laugh": 0,
+ "hooray": 0,
+ "confused": 0,
+ "heart": 0,
+ "rocket": 0,
+ "eyes": 0
+ },
+ "timeline_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1349/timeline",
+ "performed_via_github_app": null,
+ "state_reason": null
+ },
+ {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1348",
+ "repository_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1348/labels{/name}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1348/comments",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1348/events",
+ "html_url": "https://github.com/AOSSIE-Org/PictoPy/issues/1348",
+ "id": 4759370813,
+ "node_id": "I_kwDOJpiIC88AAAABG648PQ",
+ "number": 1348,
+ "title": "BUG: Memories routes define Pydantic response models (Memory, GenerateMemoriesResponse, ...) that are never used; responses are unvalidated and inconsistent with other routers ```",
+ "user": {
+ "login": "VanshajPoonia",
+ "id": 74147463,
+ "node_id": "MDQ6VXNlcjc0MTQ3NDYz",
+ "avatar_url": "https://avatars.githubusercontent.com/u/74147463?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/VanshajPoonia",
+ "html_url": "https://github.com/VanshajPoonia",
+ "followers_url": "https://api.github.com/users/VanshajPoonia/followers",
+ "following_url": "https://api.github.com/users/VanshajPoonia/following{/other_user}",
+ "gists_url": "https://api.github.com/users/VanshajPoonia/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/VanshajPoonia/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/VanshajPoonia/subscriptions",
+ "organizations_url": "https://api.github.com/users/VanshajPoonia/orgs",
+ "repos_url": "https://api.github.com/users/VanshajPoonia/repos",
+ "events_url": "https://api.github.com/users/VanshajPoonia/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/VanshajPoonia/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "labels": [],
+ "state": "open",
+ "locked": false,
+ "assignees": [],
+ "milestone": null,
+ "comments": 2,
+ "created_at": "2026-06-27T17:56:42Z",
+ "updated_at": "2026-06-27T18:09:42Z",
+ "closed_at": null,
+ "assignee": null,
+ "author_association": "CONTRIBUTOR",
+ "issue_field_values": [],
+ "type": null,
+ "active_lock_reason": null,
+ "sub_issues_summary": {
+ "total": 0,
+ "completed": 0,
+ "percent_completed": 0
+ },
+ "issue_dependencies_summary": {
+ "blocked_by": 0,
+ "total_blocked_by": 0,
+ "blocking": 0,
+ "total_blocking": 0
+ },
+ "body": "### Is there an existing issue for this?\n\n- [x] I have searched the existing issues\n\n### What happened?\n\n`backend/app/routes/memories.py:39-112` defines `MemoryImage`, `Memory`, `GenerateMemoriesResponse`, `TimelineResponse`, `OnThisDayResponse`, `LocationCluster`, `LocationsResponse` — but none of the endpoints set `response_model=`, and they instead return raw `{\"data\": {...}, \"success\": ..., \"message\": ...}` dicts whose shape doesn't match those models. Result: dead code, no response validation, and an envelope inconsistent with every other router (which uses typed `response_model`s).\n\n**Fix:** either wire the models in via `response_model=` (and align the `{data, success, message}` envelope), or delete the unused models.\n\n### Record\n\n- [x] I agree to follow this project's Code of Conduct",
+ "closed_by": null,
+ "reactions": {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1348/reactions",
+ "total_count": 0,
+ "+1": 0,
+ "-1": 0,
+ "laugh": 0,
+ "hooray": 0,
+ "confused": 0,
+ "heart": 0,
+ "rocket": 0,
+ "eyes": 0
+ },
+ "timeline_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1348/timeline",
+ "performed_via_github_app": null,
+ "state_reason": null,
+ "pinned_comment": null
+ },
+ {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1347",
+ "repository_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1347/labels{/name}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1347/comments",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1347/events",
+ "html_url": "https://github.com/AOSSIE-Org/PictoPy/issues/1347",
+ "id": 4759368970,
+ "node_id": "I_kwDOJpiIC88AAAABG641Cg",
+ "number": 1347,
+ "title": "BUG: Production backend/sync sidecars only spawn under the `ci` Cargo feature - misnamed flag is a silent footgun",
+ "user": {
+ "login": "VanshajPoonia",
+ "id": 74147463,
+ "node_id": "MDQ6VXNlcjc0MTQ3NDYz",
+ "avatar_url": "https://avatars.githubusercontent.com/u/74147463?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/VanshajPoonia",
+ "html_url": "https://github.com/VanshajPoonia",
+ "followers_url": "https://api.github.com/users/VanshajPoonia/followers",
+ "following_url": "https://api.github.com/users/VanshajPoonia/following{/other_user}",
+ "gists_url": "https://api.github.com/users/VanshajPoonia/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/VanshajPoonia/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/VanshajPoonia/subscriptions",
+ "organizations_url": "https://api.github.com/users/VanshajPoonia/orgs",
+ "repos_url": "https://api.github.com/users/VanshajPoonia/repos",
+ "events_url": "https://api.github.com/users/VanshajPoonia/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/VanshajPoonia/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "labels": [],
+ "state": "open",
+ "locked": false,
+ "assignees": [],
+ "milestone": null,
+ "comments": 2,
+ "created_at": "2026-06-27T17:56:09Z",
+ "updated_at": "2026-06-27T18:09:55Z",
+ "closed_at": null,
+ "assignee": null,
+ "author_association": "CONTRIBUTOR",
+ "issue_field_values": [],
+ "type": null,
+ "active_lock_reason": null,
+ "sub_issues_summary": {
+ "total": 0,
+ "completed": 0,
+ "percent_completed": 0
+ },
+ "issue_dependencies_summary": {
+ "blocked_by": 0,
+ "total_blocked_by": 0,
+ "blocking": 0,
+ "total_blocking": 0
+ },
+ "body": "### Is there an existing issue for this?\n\n- [x] I have searched the existing issues\n\n### What happened?\n\nIn `frontend/src-tauri/src/main.rs`, the `prod()` function that spawns the bundled Python sidecars (`PictoPy_Server`, `PictoPy_Sync`) is gated behind `#[cfg(feature = \"ci\")]` (line 105); the `#[cfg(not(feature = \"ci\"))]` variant (line 186) is a **no-op**. Release builds work today because the workflows pass `--features ci` - but the name implies \"continuous integration\", so anyone building a release without that flag gets an app that launches and **silently never starts its backend**, with no error.\n\n**Fix:** rename the feature to something descriptive (e.g. `bundled-sidecars`) and/or make a release build without it fail loudly. Feature defined at `frontend/src-tauri/Cargo.toml:44`.\n\n### Record\n\n- [x] I agree to follow this project's Code of Conduct",
+ "closed_by": null,
+ "reactions": {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1347/reactions",
+ "total_count": 0,
+ "+1": 0,
+ "-1": 0,
+ "laugh": 0,
+ "hooray": 0,
+ "confused": 0,
+ "heart": 0,
+ "rocket": 0,
+ "eyes": 0
+ },
+ "timeline_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1347/timeline",
+ "performed_via_github_app": null,
+ "state_reason": null,
+ "pinned_comment": null
+ },
+ {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1346",
+ "repository_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1346/labels{/name}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1346/comments",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1346/events",
+ "html_url": "https://github.com/AOSSIE-Org/PictoPy/issues/1346",
+ "id": 4759366865,
+ "node_id": "I_kwDOJpiIC88AAAABG64s0Q",
+ "number": 1346,
+ "title": "BUG: Dead/inconsistent PRAGMA case_sensitive_like in get_db_connection (affects no queries today, latent footgun)",
+ "user": {
+ "login": "VanshajPoonia",
+ "id": 74147463,
+ "node_id": "MDQ6VXNlcjc0MTQ3NDYz",
+ "avatar_url": "https://avatars.githubusercontent.com/u/74147463?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/VanshajPoonia",
+ "html_url": "https://github.com/VanshajPoonia",
+ "followers_url": "https://api.github.com/users/VanshajPoonia/followers",
+ "following_url": "https://api.github.com/users/VanshajPoonia/following{/other_user}",
+ "gists_url": "https://api.github.com/users/VanshajPoonia/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/VanshajPoonia/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/VanshajPoonia/subscriptions",
+ "organizations_url": "https://api.github.com/users/VanshajPoonia/orgs",
+ "repos_url": "https://api.github.com/users/VanshajPoonia/repos",
+ "events_url": "https://api.github.com/users/VanshajPoonia/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/VanshajPoonia/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "labels": [],
+ "state": "open",
+ "locked": false,
+ "assignees": [],
+ "milestone": null,
+ "comments": 2,
+ "created_at": "2026-06-27T17:55:21Z",
+ "updated_at": "2026-06-27T18:10:25Z",
+ "closed_at": null,
+ "assignee": null,
+ "author_association": "CONTRIBUTOR",
+ "issue_field_values": [],
+ "type": null,
+ "active_lock_reason": null,
+ "sub_issues_summary": {
+ "total": 0,
+ "completed": 0,
+ "percent_completed": 0
+ },
+ "issue_dependencies_summary": {
+ "blocked_by": 0,
+ "total_blocked_by": 0,
+ "blocking": 0,
+ "total_blocking": 0
+ },
+ "body": "### Is there an existing issue for this?\n\n- [x] I have searched the existing issues\n\n### What happened?\n\n`backend/app/database/connection.py:23` sets `PRAGMA case_sensitive_like = ON` inside `get_db_connection()`. But that helper is only used in ~4 call sites (all in `albums.py`), and the **only `LIKE` query in the codebase** - `db_get_folder_ids_by_path_prefix` (`backend/app/database/folders.py:344`, `WHERE folder_path LIKE ? || '%'`) — uses a **raw `sqlite3.connect()`** that never runs the pragma.\n\nSo today the pragma changes the behaviour of **zero** queries (dead config). It becomes a latent footgun the moment any `LIKE` query is migrated onto `get_db_connection()`: subfolder prefix matching would silently turn case-sensitive and miss subfolders on case-insensitive filesystems (macOS/Windows).\n\n**Fix:** remove the pragma (LIKE is case-insensitive by default), or - if case-sensitive LIKE is actually intended - apply it consistently and migrate the folder-prefix query onto the shared helper.\n\n### Record\n\n- [x] I agree to follow this project's Code of Conduct",
+ "closed_by": null,
+ "reactions": {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1346/reactions",
+ "total_count": 0,
+ "+1": 0,
+ "-1": 0,
+ "laugh": 0,
+ "hooray": 0,
+ "confused": 0,
+ "heart": 0,
+ "rocket": 0,
+ "eyes": 0
+ },
+ "timeline_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1346/timeline",
+ "performed_via_github_app": null,
+ "state_reason": null,
+ "pinned_comment": null
+ },
+ {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1345",
+ "repository_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1345/labels{/name}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1345/comments",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1345/events",
+ "html_url": "https://github.com/AOSSIE-Org/PictoPy/issues/1345",
+ "id": 4759364012,
+ "node_id": "I_kwDOJpiIC88AAAABG64hrA",
+ "number": 1345,
+ "title": "BUG: Frontend aborts long operations after 10s (global axios timeout) - reclustering, memory generation & search fail on large libraries",
+ "user": {
+ "login": "VanshajPoonia",
+ "id": 74147463,
+ "node_id": "MDQ6VXNlcjc0MTQ3NDYz",
+ "avatar_url": "https://avatars.githubusercontent.com/u/74147463?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/VanshajPoonia",
+ "html_url": "https://github.com/VanshajPoonia",
+ "followers_url": "https://api.github.com/users/VanshajPoonia/followers",
+ "following_url": "https://api.github.com/users/VanshajPoonia/following{/other_user}",
+ "gists_url": "https://api.github.com/users/VanshajPoonia/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/VanshajPoonia/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/VanshajPoonia/subscriptions",
+ "organizations_url": "https://api.github.com/users/VanshajPoonia/orgs",
+ "repos_url": "https://api.github.com/users/VanshajPoonia/repos",
+ "events_url": "https://api.github.com/users/VanshajPoonia/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/VanshajPoonia/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "labels": [
+ {
+ "id": 5564257245,
+ "node_id": "LA_kwDOJpiIC88AAAABS6fT3Q",
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/labels/bug",
+ "name": "bug",
+ "color": "b60205",
+ "default": true,
+ "description": "Something isn't working"
+ },
+ {
+ "id": 9239305202,
+ "node_id": "LA_kwDOJpiIC88AAAACJrSb8g",
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/labels/backend",
+ "name": "backend",
+ "color": "0052cc",
+ "default": false,
+ "description": ""
+ }
+ ],
+ "state": "open",
+ "locked": false,
+ "assignees": [
+ {
+ "login": "VanshajPoonia",
+ "id": 74147463,
+ "node_id": "MDQ6VXNlcjc0MTQ3NDYz",
+ "avatar_url": "https://avatars.githubusercontent.com/u/74147463?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/VanshajPoonia",
+ "html_url": "https://github.com/VanshajPoonia",
+ "followers_url": "https://api.github.com/users/VanshajPoonia/followers",
+ "following_url": "https://api.github.com/users/VanshajPoonia/following{/other_user}",
+ "gists_url": "https://api.github.com/users/VanshajPoonia/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/VanshajPoonia/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/VanshajPoonia/subscriptions",
+ "organizations_url": "https://api.github.com/users/VanshajPoonia/orgs",
+ "repos_url": "https://api.github.com/users/VanshajPoonia/repos",
+ "events_url": "https://api.github.com/users/VanshajPoonia/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/VanshajPoonia/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false
+ }
+ ],
+ "milestone": null,
+ "comments": 4,
+ "created_at": "2026-06-27T17:54:15Z",
+ "updated_at": "2026-07-03T17:52:06Z",
+ "closed_at": null,
+ "assignee": {
+ "login": "VanshajPoonia",
+ "id": 74147463,
+ "node_id": "MDQ6VXNlcjc0MTQ3NDYz",
+ "avatar_url": "https://avatars.githubusercontent.com/u/74147463?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/VanshajPoonia",
+ "html_url": "https://github.com/VanshajPoonia",
+ "followers_url": "https://api.github.com/users/VanshajPoonia/followers",
+ "following_url": "https://api.github.com/users/VanshajPoonia/following{/other_user}",
+ "gists_url": "https://api.github.com/users/VanshajPoonia/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/VanshajPoonia/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/VanshajPoonia/subscriptions",
+ "organizations_url": "https://api.github.com/users/VanshajPoonia/orgs",
+ "repos_url": "https://api.github.com/users/VanshajPoonia/repos",
+ "events_url": "https://api.github.com/users/VanshajPoonia/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/VanshajPoonia/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "author_association": "CONTRIBUTOR",
+ "issue_field_values": [],
+ "type": {
+ "id": 7631873,
+ "node_id": "IT_kwDOAlFKy84AdHQB",
+ "name": "Bug",
+ "description": "An unexpected problem or behavior",
+ "color": "red",
+ "created_at": "2024-01-31T14:49:13Z",
+ "updated_at": "2024-07-26T12:01:58Z",
+ "is_enabled": true
+ },
+ "active_lock_reason": null,
+ "sub_issues_summary": {
+ "total": 0,
+ "completed": 0,
+ "percent_completed": 0
+ },
+ "issue_dependencies_summary": {
+ "blocked_by": 0,
+ "total_blocked_by": 0,
+ "blocking": 0,
+ "total_blocking": 0
+ },
+ "body": "### Is there an existing issue for this?\n\n- [x] I have searched the existing issues\n\n### What happened?\n\nThe shared axios client applies a hard **10-second timeout to every backend request** (`frontend/src/api/axiosConfig.ts:7` → `timeout: 10000`; the sync client at `:15` too), with no per-request override anywhere in `frontend/src` (verified by grep).\n\nSeveral backend endpoints are **synchronous and scale with library size**, so on a realistic library they run past 10s. The client aborts with a timeout/network error and shows a failure to the user — **even though the backend keeps running to completion** — which can leave the UI and DB inconsistent.\n\n**Affected calls (all use the 10s `apiClient`):**\n- `triggerGlobalReclustering` → `POST /face-clusters/global-recluster` (`frontend/src/api/api-functions/face_clusters.ts:78`). Backend runs full DBSCAN over all embeddings + regenerates a face image per cluster.\n- `generateMemories` → `POST /api/memories/generate` (`frontend/src/api/api-functions/memories.ts:73`). Clusters every image with location data.\n- `getTimeline` / `getLocations`, `fetchSearchedFaces`, `fetchMultiPersonSearch` — same client, can exceed 10s on large libraries.\n\n**Steps to reproduce:**\n1. Add folders with a few thousand photos; enable AI tagging and let faces populate.\n2. Trigger **Recluster faces** (or **Memories → Generate**).\n3. Request fails after ~10s in the UI; backend logs show it still working.\n\n**Expected:** long operations either run without an artificial 10s cap, or run asynchronously with progress.\n\n**Proposed fix:**\n- *Short term:* remove the global 10s default (or raise it substantially) and set conservative per-call timeouts only where they make sense.\n- *Better:* convert `global-recluster` and `memories/generate` to an async job + polling/SSE, reusing the existing model-download SSE pattern in `backend/app/routes/models.py`.\n\n**Not a duplicate:** searched all issues (title + body) and all PRs for `timeout`/`axios`; only matches are SQLite `busy_timeout` work (PR #866/#982), unrelated to the HTTP client.\n\n### Record\n\n- [x] I agree to follow this project's Code of Conduct",
+ "closed_by": null,
+ "reactions": {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1345/reactions",
+ "total_count": 0,
+ "+1": 0,
+ "-1": 0,
+ "laugh": 0,
+ "hooray": 0,
+ "confused": 0,
+ "heart": 0,
+ "rocket": 0,
+ "eyes": 0
+ },
+ "timeline_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1345/timeline",
+ "performed_via_github_app": null,
+ "state_reason": null,
+ "pinned_comment": null
+ },
+ {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1344",
+ "repository_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1344/labels{/name}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1344/comments",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1344/events",
+ "html_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1344",
+ "id": 4751294643,
+ "node_id": "PR_kwDOJpiIC87q8HUB",
+ "number": 1344,
+ "title": "fix: add metadata JSON parsing with error handling in get_cluster_images",
+ "user": {
+ "login": "Manasvibansal1",
+ "id": 155736346,
+ "node_id": "U_kgDOCUhZGg",
+ "avatar_url": "https://avatars.githubusercontent.com/u/155736346?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Manasvibansal1",
+ "html_url": "https://github.com/Manasvibansal1",
+ "followers_url": "https://api.github.com/users/Manasvibansal1/followers",
+ "following_url": "https://api.github.com/users/Manasvibansal1/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Manasvibansal1/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Manasvibansal1/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Manasvibansal1/subscriptions",
+ "organizations_url": "https://api.github.com/users/Manasvibansal1/orgs",
+ "repos_url": "https://api.github.com/users/Manasvibansal1/repos",
+ "events_url": "https://api.github.com/users/Manasvibansal1/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Manasvibansal1/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "labels": [
+ {
+ "id": 5564257245,
+ "node_id": "LA_kwDOJpiIC88AAAABS6fT3Q",
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/labels/bug",
+ "name": "bug",
+ "color": "b60205",
+ "default": true,
+ "description": "Something isn't working"
+ },
+ {
+ "id": 5564257251,
+ "node_id": "LA_kwDOJpiIC88AAAABS6fT4w",
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/labels/good%20first%20issue",
+ "name": "good first issue",
+ "color": "7057ff",
+ "default": true,
+ "description": "Good for newcomers"
+ },
+ {
+ "id": 9239305202,
+ "node_id": "LA_kwDOJpiIC88AAAACJrSb8g",
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/labels/backend",
+ "name": "backend",
+ "color": "0052cc",
+ "default": false,
+ "description": ""
+ }
+ ],
+ "state": "open",
+ "locked": false,
+ "assignees": [],
+ "milestone": null,
+ "comments": 1,
+ "created_at": "2026-06-26T10:35:11Z",
+ "updated_at": "2026-06-26T10:49:29Z",
+ "closed_at": null,
+ "assignee": null,
+ "author_association": "NONE",
+ "issue_field_values": [],
+ "type": null,
+ "active_lock_reason": null,
+ "draft": false,
+ "pull_request": {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/pulls/1344",
+ "html_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1344",
+ "diff_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1344.diff",
+ "patch_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1344.patch",
+ "merged_at": null
+ },
+ "body": "Fixes #705\r\n\r\n## Problem\r\nThe GET /face-clusters/{id}/images endpoint was crashing with 500 error \r\nwhen metadata was stored as a JSON string instead of a dict. Invalid JSON \r\nmetadata also caused unhandled crashes.\r\n\r\n## Changes Made\r\n- Added `parse_metadata()` helper in `app/routes/face_clusters.py` to \r\n safely parse metadata strings into dicts\r\n- Handles invalid JSON gracefully by returning None instead of crashing\r\n- Added error handling in `app/database/face_clusters.py`\r\n\r\n## Tests Added\r\n4 new tests in `tests/test_face_clusters.py`:\r\n- `test_metadata_string_is_parsed` : string metadata parsed to dict\r\n- `test_metadata_dict_passes_through` : dict metadata stays unchanged \r\n- `test_invalid_metadata_returns_none` : broken JSON returns None safely\r\n- `test_null_metadata_handled` — None metadata handled safely\r\n\r\n## Test Results\r\nAll 30 tests passing \n\n\n## Summary by CodeRabbit\n\n* **Bug Fixes**\n * Improved handling of cluster image metadata so invalid JSON or unexpected values no longer cause errors.\n * Cluster image results now return `null` for metadata when it can’t be decoded or isn’t a valid object.\n\n* **Tests**\n * Added/expanded coverage for metadata parsing: JSON strings, already-parsed objects, invalid JSON, and missing metadata.\n",
+ "closed_by": null,
+ "reactions": {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1344/reactions",
+ "total_count": 0,
+ "+1": 0,
+ "-1": 0,
+ "laugh": 0,
+ "hooray": 0,
+ "confused": 0,
+ "heart": 0,
+ "rocket": 0,
+ "eyes": 0
+ },
+ "timeline_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1344/timeline",
+ "performed_via_github_app": null,
+ "state_reason": null
+ },
+ {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1343",
+ "repository_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1343/labels{/name}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1343/comments",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1343/events",
+ "html_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1343",
+ "id": 4747346926,
+ "node_id": "PR_kwDOJpiIC87qvUNT",
+ "number": 1343,
+ "title": "test: add database metadata and YOLO mapping coverage",
+ "user": {
+ "login": "priyanshunitr",
+ "id": 224602597,
+ "node_id": "U_kgDODWMp5Q",
+ "avatar_url": "https://avatars.githubusercontent.com/u/224602597?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/priyanshunitr",
+ "html_url": "https://github.com/priyanshunitr",
+ "followers_url": "https://api.github.com/users/priyanshunitr/followers",
+ "following_url": "https://api.github.com/users/priyanshunitr/following{/other_user}",
+ "gists_url": "https://api.github.com/users/priyanshunitr/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/priyanshunitr/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/priyanshunitr/subscriptions",
+ "organizations_url": "https://api.github.com/users/priyanshunitr/orgs",
+ "repos_url": "https://api.github.com/users/priyanshunitr/repos",
+ "events_url": "https://api.github.com/users/priyanshunitr/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/priyanshunitr/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "labels": [
+ {
+ "id": 8908371305,
+ "node_id": "LA_kwDOJpiIC88AAAACEvr1aQ",
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/labels/CI/CD",
+ "name": "CI/CD",
+ "color": "6a737d",
+ "default": false,
+ "description": ""
+ },
+ {
+ "id": 9239305202,
+ "node_id": "LA_kwDOJpiIC88AAAACJrSb8g",
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/labels/backend",
+ "name": "backend",
+ "color": "0052cc",
+ "default": false,
+ "description": ""
+ },
+ {
+ "id": 9906331533,
+ "node_id": "LA_kwDOJpiIC88AAAACTnafjQ",
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/labels/tests",
+ "name": "tests",
+ "color": "03e9d5",
+ "default": false,
+ "description": ""
+ }
+ ],
+ "state": "open",
+ "locked": false,
+ "assignees": [],
+ "milestone": null,
+ "comments": 1,
+ "created_at": "2026-06-25T20:58:05Z",
+ "updated_at": "2026-06-25T21:01:17Z",
+ "closed_at": null,
+ "assignee": null,
+ "author_association": "NONE",
+ "issue_field_values": [],
+ "type": null,
+ "active_lock_reason": null,
+ "draft": false,
+ "pull_request": {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/pulls/1343",
+ "html_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1343",
+ "diff_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1343.diff",
+ "patch_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1343.patch",
+ "merged_at": null
+ },
+ "body": "### Addressed Issues:\r\n\r\nFixes #1238 \r\n\r\n### Screenshots/Recordings: \r\n
\r\n\r\n\r\nTODO: If applicable, add screenshots or recordings that demonstrate the interface **before** and **after** the changes.\r\n\r\n\r\n### Additional Notes:\r\n\r\nAdds focused backend test coverage for:\r\n\r\n- `backend/app/database/metadata.py`\r\n- `backend/app/database/yolo_mapping.py`\r\n\r\nThe tests cover metadata table creation, default/empty/invalid metadata states, metadata updates with own and existing cursors, rollback behavior, YOLO class mapping insertion, idempotency, replacement behavior, empty class lists, and duplicate class names.\r\n\r\nThis PR keeps the scope limited to the metadata and YOLO mapping database modules discussed in #1238.\r\n\r\n```text\r\n14 passed in 0.55s\r\n118 passed in 18.58s\r\n\r\n### AI Usage Disclosure:\r\n\r\nWe encourage contributors to use AI tools responsibly when creating Pull Requests. While AI can be a valuable aid, it is essential to ensure that your contributions meet the task requirements, build successfully, include relevant tests, and pass all linters. Submissions that do not meet these standards may be closed without warning to maintain the quality and integrity of the project. Please take the time to understand the changes you are proposing and their impact. AI slop is strongly discouraged and may lead to banning and blocking. Do not spam our repos with AI slop.\r\n\r\nCheck one of the checkboxes below:\r\n\r\n- [ ] This PR does not contain AI-generated code at all.\r\n- [x] This PR contains AI-generated code. I have read the [AI Usage Policy](https://github.com/AOSSIE-Org/Info/blob/main/AI-UsagePolicy.md) and this PR complies with this policy. I have tested the code locally and I am responsible for it.\r\n\r\nI have used the following AI models and tools: ChatGPT\r\n\r\n\r\n## Checklist\r\n\r\n- [x] My PR addresses a single issue, fixes a single bug or makes a single improvement.\r\n- [x] My code follows the project's code style and conventions\r\n- [x] If applicable, I have made corresponding changes or additions to the documentation\r\n- [x] If applicable, I have made corresponding changes or additions to tests\r\n- [x] My changes generate no new warnings or errors\r\n- [x] I have joined the [Discord server](https://discord.gg/hjUhu33uAn) and I will share a link to this PR with the project maintainers there\r\n- [x] I have read the [Contribution Guidelines](../CONTRIBUTING.md)\r\n- [x] Once I submit my PR, CodeRabbit AI will automatically review it and I will address CodeRabbit's comments.\r\n- [x] I have filled this PR template completely and carefully, and I understand that my PR may be closed without review otherwise.\r\n",
+ "closed_by": null,
+ "reactions": {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1343/reactions",
+ "total_count": 0,
+ "+1": 0,
+ "-1": 0,
+ "laugh": 0,
+ "hooray": 0,
+ "confused": 0,
+ "heart": 0,
+ "rocket": 0,
+ "eyes": 0
+ },
+ "timeline_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1343/timeline",
+ "performed_via_github_app": null,
+ "state_reason": null
+ },
+ {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1342",
+ "repository_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1342/labels{/name}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1342/comments",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1342/events",
+ "html_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1342",
+ "id": 4743789918,
+ "node_id": "PR_kwDOJpiIC87qjd0j",
+ "number": 1342,
+ "title": " add database tests for albums and faces (#1238)",
+ "user": {
+ "login": "Mansi2007275",
+ "id": 186802781,
+ "node_id": "U_kgDOCyJiXQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/186802781?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Mansi2007275",
+ "html_url": "https://github.com/Mansi2007275",
+ "followers_url": "https://api.github.com/users/Mansi2007275/followers",
+ "following_url": "https://api.github.com/users/Mansi2007275/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Mansi2007275/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Mansi2007275/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Mansi2007275/subscriptions",
+ "organizations_url": "https://api.github.com/users/Mansi2007275/orgs",
+ "repos_url": "https://api.github.com/users/Mansi2007275/repos",
+ "events_url": "https://api.github.com/users/Mansi2007275/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Mansi2007275/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "labels": [
+ {
+ "id": 8908371305,
+ "node_id": "LA_kwDOJpiIC88AAAACEvr1aQ",
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/labels/CI/CD",
+ "name": "CI/CD",
+ "color": "6a737d",
+ "default": false,
+ "description": ""
+ },
+ {
+ "id": 9239305202,
+ "node_id": "LA_kwDOJpiIC88AAAACJrSb8g",
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/labels/backend",
+ "name": "backend",
+ "color": "0052cc",
+ "default": false,
+ "description": ""
+ },
+ {
+ "id": 9906331533,
+ "node_id": "LA_kwDOJpiIC88AAAACTnafjQ",
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/labels/tests",
+ "name": "tests",
+ "color": "03e9d5",
+ "default": false,
+ "description": ""
+ }
+ ],
+ "state": "open",
+ "locked": false,
+ "assignees": [],
+ "milestone": null,
+ "comments": 2,
+ "created_at": "2026-06-25T12:29:45Z",
+ "updated_at": "2026-06-25T13:52:24Z",
+ "closed_at": null,
+ "assignee": null,
+ "author_association": "NONE",
+ "issue_field_values": [],
+ "type": null,
+ "active_lock_reason": null,
+ "draft": false,
+ "pull_request": {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/pulls/1342",
+ "html_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1342",
+ "diff_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1342.diff",
+ "patch_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1342.patch",
+ "merged_at": null
+ },
+ "body": "## Summary\r\nCloses #1238\r\n\r\nAdds unit tests for the database layer for:\r\n- `backend/app/database/albums.py`\r\n- `backend/app/database/faces.py`\r\n\r\n## Test files added\r\n- `backend/tests/test_albums_db.py` — 18 tests\r\n- `backend/tests/test_faces_db.py` — 14 tests\r\n\r\n## What is covered\r\n- Table creation functions\r\n- Insert, update, delete operations\r\n- Password hashing and verification\r\n- Edge cases: empty results, missing records, None values\r\n- Batch operations\r\n- Cluster mean embedding calculations\r\n\r\n## Notes\r\n- All tests use `unittest.mock` to avoid real DB calls\r\n- Follows existing project test style from `test_albums.py`\r\n- One-line comments above each test describing the scenario\n\n\n## Summary by CodeRabbit\n\n* **Tests**\n * Added comprehensive database test coverage for album and face data layers.\n * Verified create, read, update, delete, and batch operations, including missing-record handling and empty-result edge cases.\n * Confirmed sensitive values are securely stored (no plaintext password persistence) and correctly validated.\n * Checked robustness features like proper error handling, connection cleanup, and expected SQL execution behavior.\n * Covered face embedding insertion/retrieval, clustering/mean embedding computation, and metadata serialization.\n",
+ "closed_by": null,
+ "reactions": {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1342/reactions",
+ "total_count": 0,
+ "+1": 0,
+ "-1": 0,
+ "laugh": 0,
+ "hooray": 0,
+ "confused": 0,
+ "heart": 0,
+ "rocket": 0,
+ "eyes": 0
+ },
+ "timeline_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1342/timeline",
+ "performed_via_github_app": null,
+ "state_reason": null
+ },
+ {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1341",
+ "repository_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1341/labels{/name}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1341/comments",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1341/events",
+ "html_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1341",
+ "id": 4741335164,
+ "node_id": "PR_kwDOJpiIC87qbpBH",
+ "number": 1341,
+ "title": "add test",
+ "user": {
+ "login": "NancyWei123",
+ "id": 225888569,
+ "node_id": "U_kgDODXbJOQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/225888569?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/NancyWei123",
+ "html_url": "https://github.com/NancyWei123",
+ "followers_url": "https://api.github.com/users/NancyWei123/followers",
+ "following_url": "https://api.github.com/users/NancyWei123/following{/other_user}",
+ "gists_url": "https://api.github.com/users/NancyWei123/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/NancyWei123/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/NancyWei123/subscriptions",
+ "organizations_url": "https://api.github.com/users/NancyWei123/orgs",
+ "repos_url": "https://api.github.com/users/NancyWei123/repos",
+ "events_url": "https://api.github.com/users/NancyWei123/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/NancyWei123/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "labels": [
+ {
+ "id": 8908371305,
+ "node_id": "LA_kwDOJpiIC88AAAACEvr1aQ",
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/labels/CI/CD",
+ "name": "CI/CD",
+ "color": "6a737d",
+ "default": false,
+ "description": ""
+ },
+ {
+ "id": 9239305202,
+ "node_id": "LA_kwDOJpiIC88AAAACJrSb8g",
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/labels/backend",
+ "name": "backend",
+ "color": "0052cc",
+ "default": false,
+ "description": ""
+ },
+ {
+ "id": 9906331533,
+ "node_id": "LA_kwDOJpiIC88AAAACTnafjQ",
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/labels/tests",
+ "name": "tests",
+ "color": "03e9d5",
+ "default": false,
+ "description": ""
+ }
+ ],
+ "state": "open",
+ "locked": false,
+ "assignees": [],
+ "milestone": null,
+ "comments": 2,
+ "created_at": "2026-06-25T06:38:19Z",
+ "updated_at": "2026-06-25T13:37:35Z",
+ "closed_at": null,
+ "assignee": null,
+ "author_association": "NONE",
+ "issue_field_values": [],
+ "type": null,
+ "active_lock_reason": null,
+ "draft": false,
+ "pull_request": {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/pulls/1341",
+ "html_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1341",
+ "diff_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1341.diff",
+ "patch_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1341.patch",
+ "merged_at": null
+ },
+ "body": "### Addressed Issues:\r\n\r\nFixes #(TODO:issue number)\r\n#1238 \r\n\r\n### Screenshots/Recordings:\r\nBefore:\r\nI forget to take sceenshot.\r\nAfter:\r\n
\r\n
\r\n\r\nTODO: If applicable, add screenshots or recordings that demonstrate the interface **before** and **after** the changes.\r\n\r\n\r\n### Additional Notes:\r\n\r\n\r\n### AI Usage Disclosure:\r\n\r\nWe encourage contributors to use AI tools responsibly when creating Pull Requests. While AI can be a valuable aid, it is essential to ensure that your contributions meet the task requirements, build successfully, include relevant tests, and pass all linters. Submissions that do not meet these standards may be closed without warning to maintain the quality and integrity of the project. Please take the time to understand the changes you are proposing and their impact. AI slop is strongly discouraged and may lead to banning and blocking. Do not spam our repos with AI slop.\r\n\r\nCheck one of the checkboxes below:\r\n\r\n- [ ] This PR does not contain AI-generated code at all.\r\n- [✓] This PR contains AI-generated code. I have read the [AI Usage Policy](https://github.com/AOSSIE-Org/Info/blob/main/AI-UsagePolicy.md) and this PR complies with this policy. I have tested the code locally and I am responsible for it.\r\n\r\nI have used the following AI models and tools: chatgpt\r\n\r\n\r\n## Checklist\r\n\r\n- [✓] My PR addresses a single issue, fixes a single bug or makes a single improvement.\r\n- [✓] My code follows the project's code style and conventions\r\n- [✓] If applicable, I have made corresponding changes or additions to the documentation\r\n- [✓] If applicable, I have made corresponding changes or additions to tests\r\n- [✓] My changes generate no new warnings or errors\r\n- [✓] I have joined the [Discord server](https://discord.gg/hjUhu33uAn) and I will share a link to this PR with the project maintainers there\r\n- [✓] I have read the [Contribution Guidelines](../CONTRIBUTING.md)\r\n- [✓] Once I submit my PR, CodeRabbit AI will automatically review it and I will address CodeRabbit's comments.\r\n- [✓] I have filled this PR template completely and carefully, and I understand that my PR may be closed without review otherwise.\r\n\n\n\n## Summary by CodeRabbit\n\n* **Tests**\n * Added database connection unit tests covering transaction commit/rollback behavior and required SQLite settings.\n * Expanded folder database unit tests for inserts, queries, updates, deletes, path-based lookups, and hierarchy operations.\n * Improved test isolation by switching to per-test temporary SQLite databases for more reliable, repeatable results.\n",
+ "closed_by": null,
+ "reactions": {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1341/reactions",
+ "total_count": 0,
+ "+1": 0,
+ "-1": 0,
+ "laugh": 0,
+ "hooray": 0,
+ "confused": 0,
+ "heart": 0,
+ "rocket": 0,
+ "eyes": 0
+ },
+ "timeline_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1341/timeline",
+ "performed_via_github_app": null,
+ "state_reason": null
+ },
+ {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1340",
+ "repository_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1340/labels{/name}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1340/comments",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1340/events",
+ "html_url": "https://github.com/AOSSIE-Org/PictoPy/issues/1340",
+ "id": 4736653389,
+ "node_id": "I_kwDOJpiIC88AAAABGlOYTQ",
+ "number": 1340,
+ "title": "Refactor: Improve SQLite error handling and integrate logger in albums database layer",
+ "user": {
+ "login": "Dotify71",
+ "id": 222976357,
+ "node_id": "U_kgDODUpZZQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/222976357?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Dotify71",
+ "html_url": "https://github.com/Dotify71",
+ "followers_url": "https://api.github.com/users/Dotify71/followers",
+ "following_url": "https://api.github.com/users/Dotify71/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Dotify71/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Dotify71/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Dotify71/subscriptions",
+ "organizations_url": "https://api.github.com/users/Dotify71/orgs",
+ "repos_url": "https://api.github.com/users/Dotify71/repos",
+ "events_url": "https://api.github.com/users/Dotify71/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Dotify71/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "labels": [],
+ "state": "open",
+ "locked": false,
+ "assignees": [],
+ "milestone": null,
+ "comments": 5,
+ "created_at": "2026-06-24T16:32:09Z",
+ "updated_at": "2026-06-27T17:27:59Z",
+ "closed_at": null,
+ "assignee": null,
+ "author_association": "CONTRIBUTOR",
+ "issue_field_values": [],
+ "type": null,
+ "active_lock_reason": null,
+ "sub_issues_summary": {
+ "total": 0,
+ "completed": 0,
+ "percent_completed": 0
+ },
+ "issue_dependencies_summary": {
+ "blocked_by": 0,
+ "total_blocked_by": 0,
+ "blocking": 0,
+ "total_blocking": 0
+ },
+ "body": "### Describe the bug or improvement\nThe database module `backend/app/database/albums.py` currently executes SQLite operations directly without wrapping them in `try...except sqlite3.Error` blocks. When database queries fail, the errors are raised silently to the API layer without being logged locally. This is inconsistent with the rest of the database modules (like `images.py`, `folders.py`, `faces.py`, and `metadata.py`), which have been updated to capture, log, and handle SQLite exceptions using the project's standard logger.\n\nAdditionally, the route file `backend/app/routes/albums.py` should catch these database errors and log them, and use `except HTTPException: raise` to prevent catching and hiding explicit HTTP exceptions within `except Exception` blocks.\n\n### Proposed Solution\n1. In `backend/app/database/albums.py`:\n - Import `get_logger` from `app.logging.setup_logging` and initialize the logger.\n - Wrap SQL execution blocks (like `cursor.execute`) in `try...except sqlite3.Error as e:` blocks.\n - Log the database errors with `logger.error(...)` before re-raising.\n2. In `backend/app/routes/albums.py`:\n - Add `except HTTPException: raise` to prevent wrapping HTTP status codes in standard 500 errors.\n - Log any unexpected errors.\n\nThis is a good first issue for backend cleanup!",
+ "closed_by": null,
+ "reactions": {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1340/reactions",
+ "total_count": 0,
+ "+1": 0,
+ "-1": 0,
+ "laugh": 0,
+ "hooray": 0,
+ "confused": 0,
+ "heart": 0,
+ "rocket": 0,
+ "eyes": 0
+ },
+ "timeline_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1340/timeline",
+ "performed_via_github_app": null,
+ "state_reason": null,
+ "pinned_comment": null
+ },
+ {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1339",
+ "repository_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1339/labels{/name}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1339/comments",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1339/events",
+ "html_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1339",
+ "id": 4719749197,
+ "node_id": "PR_kwDOJpiIC87pVJ8Q",
+ "number": 1339,
+ "title": "Fix/videoplayer bugs",
+ "user": {
+ "login": "MayankSharma-ops",
+ "id": 199877936,
+ "node_id": "U_kgDOC-nlMA",
+ "avatar_url": "https://avatars.githubusercontent.com/u/199877936?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/MayankSharma-ops",
+ "html_url": "https://github.com/MayankSharma-ops",
+ "followers_url": "https://api.github.com/users/MayankSharma-ops/followers",
+ "following_url": "https://api.github.com/users/MayankSharma-ops/following{/other_user}",
+ "gists_url": "https://api.github.com/users/MayankSharma-ops/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/MayankSharma-ops/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/MayankSharma-ops/subscriptions",
+ "organizations_url": "https://api.github.com/users/MayankSharma-ops/orgs",
+ "repos_url": "https://api.github.com/users/MayankSharma-ops/repos",
+ "events_url": "https://api.github.com/users/MayankSharma-ops/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/MayankSharma-ops/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "labels": [
+ {
+ "id": 5564257245,
+ "node_id": "LA_kwDOJpiIC88AAAABS6fT3Q",
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/labels/bug",
+ "name": "bug",
+ "color": "b60205",
+ "default": true,
+ "description": "Something isn't working"
+ },
+ {
+ "id": 9334668620,
+ "node_id": "LA_kwDOJpiIC88AAAACLGO9TA",
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/labels/frontend",
+ "name": "frontend",
+ "color": "f66a0a",
+ "default": false,
+ "description": ""
+ }
+ ],
+ "state": "closed",
+ "locked": false,
+ "assignees": [],
+ "milestone": null,
+ "comments": 2,
+ "created_at": "2026-06-22T19:03:26Z",
+ "updated_at": "2026-07-07T16:47:05Z",
+ "closed_at": "2026-07-07T16:47:05Z",
+ "assignee": null,
+ "author_association": "CONTRIBUTOR",
+ "issue_field_values": [],
+ "type": null,
+ "active_lock_reason": null,
+ "draft": false,
+ "pull_request": {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/pulls/1339",
+ "html_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1339",
+ "diff_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1339.diff",
+ "patch_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1339.patch",
+ "merged_at": "2026-07-07T16:47:05Z"
+ },
+ "body": "### Addressed Issues:\r\n\r\nFixes #1329\r\n\r\n\r\n### Screenshots/Recordings:\r\n\r\n*No changes were made to the overall UI layout or styling. However, functional interface fixes are visible to the user:*\r\n- Time display now correctly renders `0:00 / 0:00` (and updates on load) instead of `NaN:NaN`.\r\n- Play/Pause toggle now correctly resets to \"Play\" when the video ends.\r\n- Volume slider now correctly toggles the mute icon/state when dragging.\r\n- Fullscreen toggle now correctly updates between Maximize/Minimize icons when exiting.\r\n\r\n\r\n\r\n### Additional Notes:\r\n\r\nThis PR resolves all five desync/rendering bugs in the `NetflixStylePlayer` component:\r\n1. **Local File Loading:** Configured the video element's source to use `convertFileSrc` for Tauri compatibility.\r\n2. **Fullscreen Desync:** Listened to the `fullscreenchange` event on the document level, syncing `isFullscreen` status correctly when exited via `Esc`.\r\n3. **NaN Display:** Added state hooks for `currentTime` and `duration` and formatted the output using `formatTime` which falls back to `0:00` for non-finite values before video metadata loads. Added `onLoadedMetadata` and `onDurationChange` to update these states reactively.\r\n4. **Muted State Desync:** Adjusted `handleVolumeChange` to correctly unmute the video state and reference (`videoRef.current.muted = false`) when the volume slider is moved to a value greater than `0`.\r\n5. **Playback State Desync:** Registered `onEnded` to automatically reset the playing state back to `false` when video playback ends.\r\n\r\nAlso added a complete Jest unit test suite covering all 5 scenarios to prevent regressions.\r\n\r\n\r\n### AI Usage Disclosure:\r\n\r\nCheck one of the checkboxes below:\r\n\r\n- [ ] This PR does not contain AI-generated code at all.\r\n- [x] This PR contains AI-generated code. I have read the [AI Usage Policy](https://github.com/AOSSIE-Org/Info/blob/main/AI-UsagePolicy.md) and this PR complies with this policy. I have tested the code locally and I am responsible for it.\r\n\r\nI have used the following AI models and tools: Gemini 3.5 Flash (via Antigravity IDE)\r\n\r\n\r\n## Checklist\r\n\r\n- [x] My PR addresses a single issue, fixes a single bug or makes a single improvement.\r\n- [x] My code follows the project's code style and conventions\r\n- [ ] If applicable, I have made corresponding changes or additions to the documentation\r\n- [x] If applicable, I have made corresponding changes or additions to tests\r\n- [x] My changes generate no new warnings or errors\r\n- [ ] I have joined the [Discord server](https://discord.gg/hjUhu33uAn) and I will share a link to this PR with the project maintainers there\r\n- [x] My read the [Contribution Guidelines](../CONTRIBUTING.md)\r\n- [x] Once I submit my PR, CodeRabbit AI will automatically review it and I will address CodeRabbit's comments.\r\n- [x] I have filled this PR template completely and carefully, and I understand that my PR may be closed without review otherwise.\r\n\n\n\n## Summary by CodeRabbit\n\n* **New Features**\n * Improved Netflix-style video player timing with consistent elapsed/total display during playback and seeking\n * Volume slider, mute button, and mute icon now stay fully synchronized\n * More reliable fullscreen UI updates and keyboard shortcut support for playback, mute, seeking, and fullscreen\n* **Bug Fixes**\n * Safer time formatting for missing/invalid durations (shows `0:00 / 0:00` until ready)\n * Seeking and play/pause state now follow media timing/events more accurately\n* **Tests**\n * Expanded player tests for media behavior, fullscreen, timing, volume/mute, seeking, and keyboard shortcuts\n* **Security**\n * Updated CSP `media-src` formatting to fix directive parsing\n",
+ "closed_by": {
+ "login": "rohan-pandeyy",
+ "id": 95585299,
+ "node_id": "U_kgDOBbKEEw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/95585299?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/rohan-pandeyy",
+ "html_url": "https://github.com/rohan-pandeyy",
+ "followers_url": "https://api.github.com/users/rohan-pandeyy/followers",
+ "following_url": "https://api.github.com/users/rohan-pandeyy/following{/other_user}",
+ "gists_url": "https://api.github.com/users/rohan-pandeyy/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/rohan-pandeyy/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/rohan-pandeyy/subscriptions",
+ "organizations_url": "https://api.github.com/users/rohan-pandeyy/orgs",
+ "repos_url": "https://api.github.com/users/rohan-pandeyy/repos",
+ "events_url": "https://api.github.com/users/rohan-pandeyy/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/rohan-pandeyy/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "reactions": {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1339/reactions",
+ "total_count": 0,
+ "+1": 0,
+ "-1": 0,
+ "laugh": 0,
+ "hooray": 0,
+ "confused": 0,
+ "heart": 0,
+ "rocket": 0,
+ "eyes": 0
+ },
+ "timeline_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1339/timeline",
+ "performed_via_github_app": null,
+ "state_reason": null
+ },
+ {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1338",
+ "repository_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1338/labels{/name}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1338/comments",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1338/events",
+ "html_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1338",
+ "id": 4719092814,
+ "node_id": "PR_kwDOJpiIC87pS-gG",
+ "number": 1338,
+ "title": "Feat: Global Search Support for Face Collections and AI Tags",
+ "user": {
+ "login": "rohan-pandeyy",
+ "id": 95585299,
+ "node_id": "U_kgDOBbKEEw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/95585299?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/rohan-pandeyy",
+ "html_url": "https://github.com/rohan-pandeyy",
+ "followers_url": "https://api.github.com/users/rohan-pandeyy/followers",
+ "following_url": "https://api.github.com/users/rohan-pandeyy/following{/other_user}",
+ "gists_url": "https://api.github.com/users/rohan-pandeyy/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/rohan-pandeyy/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/rohan-pandeyy/subscriptions",
+ "organizations_url": "https://api.github.com/users/rohan-pandeyy/orgs",
+ "repos_url": "https://api.github.com/users/rohan-pandeyy/repos",
+ "events_url": "https://api.github.com/users/rohan-pandeyy/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/rohan-pandeyy/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "labels": [
+ {
+ "id": 5564257250,
+ "node_id": "LA_kwDOJpiIC88AAAABS6fT4g",
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/labels/enhancement",
+ "name": "enhancement",
+ "color": "0e8a16",
+ "default": true,
+ "description": "New feature or request"
+ },
+ {
+ "id": 9239305202,
+ "node_id": "LA_kwDOJpiIC88AAAACJrSb8g",
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/labels/backend",
+ "name": "backend",
+ "color": "0052cc",
+ "default": false,
+ "description": ""
+ },
+ {
+ "id": 9334668620,
+ "node_id": "LA_kwDOJpiIC88AAAACLGO9TA",
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/labels/frontend",
+ "name": "frontend",
+ "color": "f66a0a",
+ "default": false,
+ "description": ""
+ },
+ {
+ "id": 10847001552,
+ "node_id": "LA_kwDOJpiIC88AAAAChogb0A",
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/labels/GSoC%202026",
+ "name": "GSoC 2026",
+ "color": "c5563c",
+ "default": false,
+ "description": ""
+ }
+ ],
+ "state": "closed",
+ "locked": false,
+ "assignees": [],
+ "milestone": null,
+ "comments": 4,
+ "created_at": "2026-06-22T17:35:25Z",
+ "updated_at": "2026-07-05T10:50:43Z",
+ "closed_at": "2026-07-03T11:06:56Z",
+ "assignee": null,
+ "author_association": "MEMBER",
+ "issue_field_values": [],
+ "type": null,
+ "active_lock_reason": null,
+ "draft": false,
+ "pull_request": {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/pulls/1338",
+ "html_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1338",
+ "diff_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1338.diff",
+ "patch_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1338.patch",
+ "merged_at": "2026-07-03T11:06:56Z"
+ },
+ "body": "Fixes #1337\r\n\r\n## Summary\r\n\r\nThis PR introduces global search support for face collections and AI-generated tags through the Navbar search workflow.\r\n\r\nUsers can now submit a search query from the navigation bar and either:\r\n\r\n* Navigate directly to a matching face collection when the query matches a face cluster name.\r\n* View matching AI-tagged images in a dedicated Search Results page when the query matches an object tag.\r\n\r\nThe implementation adds a backend-powered image tag search endpoint and a new Search Results page, providing a unified search experience across the photo library.\r\n\r\n---\r\n\r\n## Changes\r\n\r\n### Backend\r\n\r\n* Added a database-backed image tag search query.\r\n* Added a new image search API endpoint.\r\n* Updated OpenAPI documentation.\r\n\r\n### Frontend API Layer\r\n\r\n* Added API endpoint definitions for image tag search.\r\n* Added frontend API functions for querying search results.\r\n\r\n### Search Results Page\r\n\r\n* Added a dedicated `SearchResults` page for displaying search matches.\r\n* Added routing support for search results.\r\n* Reused the existing image viewing experience and gallery components for displaying matched images.\r\n\r\n### Navbar Integration\r\n\r\n* Added search submission support from the Navbar.\r\n* Added query handling via both keyboard submission and search button interaction.\r\n* Added face-cluster resolution so searches matching a face collection navigate directly to the existing collection view.\r\n* Added navigation to the dedicated Search Results page for tag-based searches.\r\n\r\n---\r\n\r\n## User Experience\r\n\r\n### Face Collection Search\r\n\r\nSearching for a face collection name:\r\n\r\n```text\r\nJohn\r\n```\r\n\r\nnavigates directly to the existing face collection view for that cluster.\r\n\r\n### AI Tag Search\r\n\r\nSearching for an AI-generated object tag:\r\n\r\n```text\r\nchair\r\ndog\r\ncar\r\n```\r\n\r\nopens a dedicated Search Results page displaying all matching images.\r\n\r\n---\r\n\r\n## Why a Dedicated Search Results Page?\r\n\r\nRather than filtering the currently visible gallery, search results are displayed in a dedicated view similar to the search experience found in modern photo management applications.\r\n\r\nThis provides:\r\n\r\n* A consistent search workflow across the application.\r\n* A clear separation between browsing and searching.\r\n* Library-wide search behavior independent of the current page.\r\n\r\n---\r\n\r\n## Future Scope\r\n\r\nThis PR focuses exclusively on search result retrieval and display.\r\n\r\nThe following are intentionally out of scope:\r\n\r\n* Search recommendations\r\n* Autocomplete\r\n* Fuzzy matching\r\n* Search-as-you-type suggestions\r\n* Ranking/relevance systems\r\n* Advanced search filters\r\n\r\n### Screenshots/Recordings:\r\n\r\n
\r\n\r\n
\r\n\r\n### AI Usage Disclosure:\r\n\r\nWe encourage contributors to use AI tools responsibly when creating Pull Requests. While AI can be a valuable aid, it is essential to ensure that your contributions meet the task requirements, build successfully, include relevant tests, and pass all linters. Submissions that do not meet these standards may be closed without warning to maintain the quality and integrity of the project. Please take the time to understand the changes you are proposing and their impact. AI slop is strongly discouraged and may lead to banning and blocking. Do not spam our repos with AI slop.\r\n\r\nCheck one of the checkboxes below:\r\n\r\n- [ ] This PR does not contain AI-generated code at all.\r\n- [x] This PR contains AI-generated code. I have read the [AI Usage Policy](https://github.com/AOSSIE-Org/Info/blob/main/AI-UsagePolicy.md) and this PR complies with this policy. I have tested the code locally and I am responsible for it.\r\n\r\nI have used the following AI models and tools: Claude, Gemini\r\n\r\n\r\n## Checklist\r\n\r\n- [x ] My PR addresses a single issue, fixes a single bug or makes a single improvement.\r\n- [x] My code follows the project's code style and conventions\r\n- [ ] If applicable, I have made corresponding changes or additions to the documentation\r\n- [ ] If applicable, I have made corresponding changes or additions to tests\r\n- [x] My changes generate no new warnings or errors\r\n- [x] I have joined the [Discord server](https://discord.gg/hjUhu33uAn) and I will share a link to this PR with the project maintainers there\r\n- [x] I have read the [Contribution Guidelines](../CONTRIBUTING.md)\r\n- [x] Once I submit my PR, CodeRabbit AI will automatically review it and I will address CodeRabbit's comments.\r\n- [x] I have filled this PR template completely and carefully, and I understand that my PR may be closed without review otherwise.\r\n\n\n\n## Summary by CodeRabbit\n\n## Release Notes\n\n* **New Features**\n * Added image search by tag functionality. Use the navigation bar search to find images by tag (case-insensitive matching).\n * Introduced a new Search Results page that displays matching images in a responsive grid and opens the media viewer when selecting an image.\n * Added a backend search endpoint to power tag-based image retrieval, including associated tag information in the results.\n\n* **Documentation**\n * Updated the published OpenAPI spec formatting (no endpoint/behavior changes).\n",
+ "closed_by": {
+ "login": "rohan-pandeyy",
+ "id": 95585299,
+ "node_id": "U_kgDOBbKEEw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/95585299?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/rohan-pandeyy",
+ "html_url": "https://github.com/rohan-pandeyy",
+ "followers_url": "https://api.github.com/users/rohan-pandeyy/followers",
+ "following_url": "https://api.github.com/users/rohan-pandeyy/following{/other_user}",
+ "gists_url": "https://api.github.com/users/rohan-pandeyy/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/rohan-pandeyy/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/rohan-pandeyy/subscriptions",
+ "organizations_url": "https://api.github.com/users/rohan-pandeyy/orgs",
+ "repos_url": "https://api.github.com/users/rohan-pandeyy/repos",
+ "events_url": "https://api.github.com/users/rohan-pandeyy/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/rohan-pandeyy/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "reactions": {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1338/reactions",
+ "total_count": 0,
+ "+1": 0,
+ "-1": 0,
+ "laugh": 0,
+ "hooray": 0,
+ "confused": 0,
+ "heart": 0,
+ "rocket": 0,
+ "eyes": 0
+ },
+ "timeline_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1338/timeline",
+ "performed_via_github_app": null,
+ "state_reason": null
+ },
+ {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1337",
+ "repository_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1337/labels{/name}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1337/comments",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1337/events",
+ "html_url": "https://github.com/AOSSIE-Org/PictoPy/issues/1337",
+ "id": 4718660636,
+ "node_id": "I_kwDOJpiIC88AAAABGUEMHA",
+ "number": 1337,
+ "title": "Global Search Support for Face Collections and AI Tags",
+ "user": {
+ "login": "rohan-pandeyy",
+ "id": 95585299,
+ "node_id": "U_kgDOBbKEEw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/95585299?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/rohan-pandeyy",
+ "html_url": "https://github.com/rohan-pandeyy",
+ "followers_url": "https://api.github.com/users/rohan-pandeyy/followers",
+ "following_url": "https://api.github.com/users/rohan-pandeyy/following{/other_user}",
+ "gists_url": "https://api.github.com/users/rohan-pandeyy/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/rohan-pandeyy/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/rohan-pandeyy/subscriptions",
+ "organizations_url": "https://api.github.com/users/rohan-pandeyy/orgs",
+ "repos_url": "https://api.github.com/users/rohan-pandeyy/repos",
+ "events_url": "https://api.github.com/users/rohan-pandeyy/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/rohan-pandeyy/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "labels": [
+ {
+ "id": 5564257250,
+ "node_id": "LA_kwDOJpiIC88AAAABS6fT4g",
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/labels/enhancement",
+ "name": "enhancement",
+ "color": "0e8a16",
+ "default": true,
+ "description": "New feature or request"
+ },
+ {
+ "id": 9239305202,
+ "node_id": "LA_kwDOJpiIC88AAAACJrSb8g",
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/labels/backend",
+ "name": "backend",
+ "color": "0052cc",
+ "default": false,
+ "description": ""
+ },
+ {
+ "id": 9334668620,
+ "node_id": "LA_kwDOJpiIC88AAAACLGO9TA",
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/labels/frontend",
+ "name": "frontend",
+ "color": "f66a0a",
+ "default": false,
+ "description": ""
+ },
+ {
+ "id": 10847001552,
+ "node_id": "LA_kwDOJpiIC88AAAAChogb0A",
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/labels/GSoC%202026",
+ "name": "GSoC 2026",
+ "color": "c5563c",
+ "default": false,
+ "description": ""
+ }
+ ],
+ "state": "closed",
+ "locked": false,
+ "assignees": [
+ {
+ "login": "rohan-pandeyy",
+ "id": 95585299,
+ "node_id": "U_kgDOBbKEEw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/95585299?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/rohan-pandeyy",
+ "html_url": "https://github.com/rohan-pandeyy",
+ "followers_url": "https://api.github.com/users/rohan-pandeyy/followers",
+ "following_url": "https://api.github.com/users/rohan-pandeyy/following{/other_user}",
+ "gists_url": "https://api.github.com/users/rohan-pandeyy/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/rohan-pandeyy/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/rohan-pandeyy/subscriptions",
+ "organizations_url": "https://api.github.com/users/rohan-pandeyy/orgs",
+ "repos_url": "https://api.github.com/users/rohan-pandeyy/repos",
+ "events_url": "https://api.github.com/users/rohan-pandeyy/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/rohan-pandeyy/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false
+ }
+ ],
+ "milestone": null,
+ "comments": 0,
+ "created_at": "2026-06-22T16:37:05Z",
+ "updated_at": "2026-07-03T11:06:57Z",
+ "closed_at": "2026-07-03T11:06:57Z",
+ "assignee": {
+ "login": "rohan-pandeyy",
+ "id": 95585299,
+ "node_id": "U_kgDOBbKEEw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/95585299?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/rohan-pandeyy",
+ "html_url": "https://github.com/rohan-pandeyy",
+ "followers_url": "https://api.github.com/users/rohan-pandeyy/followers",
+ "following_url": "https://api.github.com/users/rohan-pandeyy/following{/other_user}",
+ "gists_url": "https://api.github.com/users/rohan-pandeyy/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/rohan-pandeyy/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/rohan-pandeyy/subscriptions",
+ "organizations_url": "https://api.github.com/users/rohan-pandeyy/orgs",
+ "repos_url": "https://api.github.com/users/rohan-pandeyy/repos",
+ "events_url": "https://api.github.com/users/rohan-pandeyy/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/rohan-pandeyy/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "author_association": "MEMBER",
+ "issue_field_values": [],
+ "type": {
+ "id": 7631876,
+ "node_id": "IT_kwDOAlFKy84AdHQE",
+ "name": "Feature",
+ "description": "A request, idea, or new functionality",
+ "color": "blue",
+ "created_at": "2024-01-31T14:49:14Z",
+ "updated_at": "2024-10-08T13:33:40Z",
+ "is_enabled": true
+ },
+ "active_lock_reason": null,
+ "sub_issues_summary": {
+ "total": 0,
+ "completed": 0,
+ "percent_completed": 0
+ },
+ "parent_issue_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1312",
+ "issue_dependencies_summary": {
+ "blocked_by": 0,
+ "total_blocked_by": 0,
+ "blocking": 0,
+ "total_blocking": 0
+ },
+ "body": "## Description\n\nPictoPy currently provides multiple ways of organizing and discovering photos, including face collections and AI-generated object tags. However, there is no unified search experience that allows users to quickly locate photos by entering a search term from the navigation bar.\n\nUsers should be able to search for content across their library and be presented with a dedicated results view, similar to the experience provided by modern photo management applications.\n\n## Expected Behavior\n\nWhen a user enters a search query and submits it:\n\n* Searches related to named face collections should allow users to quickly navigate to the corresponding face collection.\n* Searches related to AI-generated object tags (e.g. \"chair\", \"dog\", \"car\") should display all matching images in a dedicated search results view.\n* Search results should be presented on their own page rather than acting as an in-place filter of the current gallery.\n* The experience should remain consistent regardless of where the user initiates the search from within the application.\n\n## Considerations\n\n* Search should operate against the complete photo library.\n* Search behavior should remain accurate as the application evolves to support larger collections and future gallery performance optimizations.\n* The feature should focus only on returning and displaying search results.\n* Autocomplete, recommendations, search suggestions, fuzzy matching, and other advanced search-assistance features are outside the scope of this issue.\n\n## Acceptance Criteria\n\n* Users can submit a search query from the navigation bar.\n* Matching face collections can be accessed through the search workflow.\n* Matching AI-tagged images can be viewed through a dedicated search results page.\n* Search results represent matches from the user's library rather than only the content currently visible on screen.\n* The feature integrates cleanly with existing face collection and image viewing workflows.\n",
+ "closed_by": {
+ "login": "rohan-pandeyy",
+ "id": 95585299,
+ "node_id": "U_kgDOBbKEEw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/95585299?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/rohan-pandeyy",
+ "html_url": "https://github.com/rohan-pandeyy",
+ "followers_url": "https://api.github.com/users/rohan-pandeyy/followers",
+ "following_url": "https://api.github.com/users/rohan-pandeyy/following{/other_user}",
+ "gists_url": "https://api.github.com/users/rohan-pandeyy/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/rohan-pandeyy/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/rohan-pandeyy/subscriptions",
+ "organizations_url": "https://api.github.com/users/rohan-pandeyy/orgs",
+ "repos_url": "https://api.github.com/users/rohan-pandeyy/repos",
+ "events_url": "https://api.github.com/users/rohan-pandeyy/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/rohan-pandeyy/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "reactions": {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1337/reactions",
+ "total_count": 0,
+ "+1": 0,
+ "-1": 0,
+ "laugh": 0,
+ "hooray": 0,
+ "confused": 0,
+ "heart": 0,
+ "rocket": 0,
+ "eyes": 0
+ },
+ "timeline_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1337/timeline",
+ "performed_via_github_app": null,
+ "state_reason": "completed",
+ "pinned_comment": null
+ },
+ {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1336",
+ "repository_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1336/labels{/name}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1336/comments",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1336/events",
+ "html_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1336",
+ "id": 4711841122,
+ "node_id": "PR_kwDOJpiIC87o7G7R",
+ "number": 1336,
+ "title": "perf: add lazy loading and dynamic alt text to ImageCard",
+ "user": {
+ "login": "Dotify71",
+ "id": 222976357,
+ "node_id": "U_kgDODUpZZQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/222976357?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Dotify71",
+ "html_url": "https://github.com/Dotify71",
+ "followers_url": "https://api.github.com/users/Dotify71/followers",
+ "following_url": "https://api.github.com/users/Dotify71/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Dotify71/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Dotify71/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Dotify71/subscriptions",
+ "organizations_url": "https://api.github.com/users/Dotify71/orgs",
+ "repos_url": "https://api.github.com/users/Dotify71/repos",
+ "events_url": "https://api.github.com/users/Dotify71/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Dotify71/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "labels": [],
+ "state": "open",
+ "locked": false,
+ "assignees": [],
+ "milestone": null,
+ "comments": 2,
+ "created_at": "2026-06-21T20:20:19Z",
+ "updated_at": "2026-07-04T00:09:54Z",
+ "closed_at": null,
+ "assignee": null,
+ "author_association": "CONTRIBUTOR",
+ "issue_field_values": [],
+ "type": null,
+ "active_lock_reason": null,
+ "draft": false,
+ "pull_request": {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/pulls/1336",
+ "html_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1336",
+ "diff_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1336.diff",
+ "patch_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1336.patch",
+ "merged_at": null
+ },
+ "body": "### Description\nThis PR addresses two performance and accessibility issues in the `ImageCard` component of the frontend gallery (`frontend/src/components/Media/ImageCard.tsx`):\n\n1. **Lazy Loading**: Adds `loading=\"lazy\"` to the main `
` tag inside `ImageCard` to defer the loading of off-screen media. This prevents the browser from aggressively downloading all image files on mounting large grids, significantly saving initial network bandwidth and memory overhead.\n2. **Dynamic Alt Text**: Replaces the hardcoded `'Sample Title'` alt text with a dynamic value using the image metadata name (`image.metadata?.name`), falling back to the filename extracted from its path (`image.path`), and defaulting to `'Image'`.\n\nCloses #1326\n\n\n\n\n## Summary by CodeRabbit\n\n* **Bug Fixes**\n * Improved image accessibility by using dynamic alternative text based on image metadata and filename, providing better descriptions for screen readers.\n\n",
+ "closed_by": null,
+ "reactions": {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1336/reactions",
+ "total_count": 0,
+ "+1": 0,
+ "-1": 0,
+ "laugh": 0,
+ "hooray": 0,
+ "confused": 0,
+ "heart": 0,
+ "rocket": 0,
+ "eyes": 0
+ },
+ "timeline_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1336/timeline",
+ "performed_via_github_app": null,
+ "state_reason": null
+ },
+ {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1335",
+ "repository_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1335/labels{/name}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1335/comments",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1335/events",
+ "html_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1335",
+ "id": 4711820250,
+ "node_id": "PR_kwDOJpiIC87o7C1T",
+ "number": 1335,
+ "title": "refactor: replace broad except blocks with specific exceptions and logger",
+ "user": {
+ "login": "Dotify71",
+ "id": 222976357,
+ "node_id": "U_kgDODUpZZQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/222976357?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Dotify71",
+ "html_url": "https://github.com/Dotify71",
+ "followers_url": "https://api.github.com/users/Dotify71/followers",
+ "following_url": "https://api.github.com/users/Dotify71/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Dotify71/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Dotify71/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Dotify71/subscriptions",
+ "organizations_url": "https://api.github.com/users/Dotify71/orgs",
+ "repos_url": "https://api.github.com/users/Dotify71/repos",
+ "events_url": "https://api.github.com/users/Dotify71/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Dotify71/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "labels": [
+ {
+ "id": 5564257251,
+ "node_id": "LA_kwDOJpiIC88AAAABS6fT4w",
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/labels/good%20first%20issue",
+ "name": "good first issue",
+ "color": "7057ff",
+ "default": true,
+ "description": "Good for newcomers"
+ },
+ {
+ "id": 9239305202,
+ "node_id": "LA_kwDOJpiIC88AAAACJrSb8g",
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/labels/backend",
+ "name": "backend",
+ "color": "0052cc",
+ "default": false,
+ "description": ""
+ },
+ {
+ "id": 9394956625,
+ "node_id": "LA_kwDOJpiIC88AAAACL_upUQ",
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/labels/cleanup",
+ "name": "cleanup",
+ "color": "1ba861",
+ "default": false,
+ "description": ""
+ }
+ ],
+ "state": "closed",
+ "locked": false,
+ "assignees": [],
+ "milestone": null,
+ "comments": 2,
+ "created_at": "2026-06-21T20:12:21Z",
+ "updated_at": "2026-07-03T11:13:08Z",
+ "closed_at": "2026-07-03T11:13:08Z",
+ "assignee": null,
+ "author_association": "CONTRIBUTOR",
+ "issue_field_values": [],
+ "type": null,
+ "active_lock_reason": null,
+ "draft": false,
+ "pull_request": {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/pulls/1335",
+ "html_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1335",
+ "diff_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1335.diff",
+ "patch_url": "https://github.com/AOSSIE-Org/PictoPy/pull/1335.patch",
+ "merged_at": "2026-07-03T11:13:08Z"
+ },
+ "body": "### Description\nThis PR refactors the exception handling in the database modules under `backend/app/database/` (specifically `connection.py`, `metadata.py`, `faces.py`, and `face_clusters.py`). Broad `except Exception` blocks have been replaced with specific database exceptions (`sqlite3.Error`), and standard logger logging has been introduced instead of print statements to improve error reporting and maintainability.\n\n### Changes\n- **`connection.py`**:\n - Imported `get_logger` to capture and log transaction rollback occurrences.\n - Retained catching general exceptions in `get_db_connection` since it yields control to client blocks which can raise any standard Python error, but captured the error, logged the event, and re-raised it.\n- **`metadata.py`**:\n - Replaced broad `except Exception` in `db_update_metadata` with `except sqlite3.Error`.\n - Logged errors using the project's standard logger instead of `print()`.\n- **`faces.py`**:\n - Replaced broad `except Exception` in `db_update_face_cluster_ids_batch` with `except sqlite3.Error`.\n - Logged error messages to the standard logger instead of `print()`.\n- **`face_clusters.py`**:\n - Replaced broad `except Exception` in `db_delete_all_clusters` and `db_insert_clusters_batch` with `except sqlite3.Error`.\n - Replaced `print()` with standard logger messages.\n\nCloses #1334\n\n\n\n## Summary by CodeRabbit\n\n* **Chores**\n * Improved database reliability with clearer, structured logging for transaction and batch-operation failures.\n * Updated error handling to distinguish SQLite errors from other failure types and perform more accurate rollback behavior.\n * Improved diagnostics by logging the underlying error details and handling JSON serialization failures before database writes.\n",
+ "closed_by": {
+ "login": "rohan-pandeyy",
+ "id": 95585299,
+ "node_id": "U_kgDOBbKEEw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/95585299?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/rohan-pandeyy",
+ "html_url": "https://github.com/rohan-pandeyy",
+ "followers_url": "https://api.github.com/users/rohan-pandeyy/followers",
+ "following_url": "https://api.github.com/users/rohan-pandeyy/following{/other_user}",
+ "gists_url": "https://api.github.com/users/rohan-pandeyy/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/rohan-pandeyy/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/rohan-pandeyy/subscriptions",
+ "organizations_url": "https://api.github.com/users/rohan-pandeyy/orgs",
+ "repos_url": "https://api.github.com/users/rohan-pandeyy/repos",
+ "events_url": "https://api.github.com/users/rohan-pandeyy/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/rohan-pandeyy/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "reactions": {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1335/reactions",
+ "total_count": 0,
+ "+1": 0,
+ "-1": 0,
+ "laugh": 0,
+ "hooray": 0,
+ "confused": 0,
+ "heart": 0,
+ "rocket": 0,
+ "eyes": 0
+ },
+ "timeline_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1335/timeline",
+ "performed_via_github_app": null,
+ "state_reason": null
+ },
+ {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1334",
+ "repository_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1334/labels{/name}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1334/comments",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1334/events",
+ "html_url": "https://github.com/AOSSIE-Org/PictoPy/issues/1334",
+ "id": 4711498504,
+ "node_id": "I_kwDOJpiIC88AAAABGNPDCA",
+ "number": 1334,
+ "title": "Refactor: Replace broad `except Exception` blocks with specific exceptions",
+ "user": {
+ "login": "Dotify71",
+ "id": 222976357,
+ "node_id": "U_kgDODUpZZQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/222976357?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Dotify71",
+ "html_url": "https://github.com/Dotify71",
+ "followers_url": "https://api.github.com/users/Dotify71/followers",
+ "following_url": "https://api.github.com/users/Dotify71/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Dotify71/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Dotify71/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Dotify71/subscriptions",
+ "organizations_url": "https://api.github.com/users/Dotify71/orgs",
+ "repos_url": "https://api.github.com/users/Dotify71/repos",
+ "events_url": "https://api.github.com/users/Dotify71/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Dotify71/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "labels": [
+ {
+ "id": 5564257251,
+ "node_id": "LA_kwDOJpiIC88AAAABS6fT4w",
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/labels/good%20first%20issue",
+ "name": "good first issue",
+ "color": "7057ff",
+ "default": true,
+ "description": "Good for newcomers"
+ },
+ {
+ "id": 9239305202,
+ "node_id": "LA_kwDOJpiIC88AAAACJrSb8g",
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/labels/backend",
+ "name": "backend",
+ "color": "0052cc",
+ "default": false,
+ "description": ""
+ },
+ {
+ "id": 9394956625,
+ "node_id": "LA_kwDOJpiIC88AAAACL_upUQ",
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/labels/cleanup",
+ "name": "cleanup",
+ "color": "1ba861",
+ "default": false,
+ "description": ""
+ }
+ ],
+ "state": "closed",
+ "locked": false,
+ "assignees": [
+ {
+ "login": "Dotify71",
+ "id": 222976357,
+ "node_id": "U_kgDODUpZZQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/222976357?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Dotify71",
+ "html_url": "https://github.com/Dotify71",
+ "followers_url": "https://api.github.com/users/Dotify71/followers",
+ "following_url": "https://api.github.com/users/Dotify71/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Dotify71/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Dotify71/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Dotify71/subscriptions",
+ "organizations_url": "https://api.github.com/users/Dotify71/orgs",
+ "repos_url": "https://api.github.com/users/Dotify71/repos",
+ "events_url": "https://api.github.com/users/Dotify71/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Dotify71/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false
+ }
+ ],
+ "milestone": null,
+ "comments": 4,
+ "created_at": "2026-06-21T18:22:34Z",
+ "updated_at": "2026-07-03T11:13:09Z",
+ "closed_at": "2026-07-03T11:13:09Z",
+ "assignee": {
+ "login": "Dotify71",
+ "id": 222976357,
+ "node_id": "U_kgDODUpZZQ",
+ "avatar_url": "https://avatars.githubusercontent.com/u/222976357?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/Dotify71",
+ "html_url": "https://github.com/Dotify71",
+ "followers_url": "https://api.github.com/users/Dotify71/followers",
+ "following_url": "https://api.github.com/users/Dotify71/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Dotify71/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Dotify71/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Dotify71/subscriptions",
+ "organizations_url": "https://api.github.com/users/Dotify71/orgs",
+ "repos_url": "https://api.github.com/users/Dotify71/repos",
+ "events_url": "https://api.github.com/users/Dotify71/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Dotify71/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "author_association": "CONTRIBUTOR",
+ "issue_field_values": [],
+ "type": {
+ "id": 7631871,
+ "node_id": "IT_kwDOAlFKy84AdHP_",
+ "name": "Task",
+ "description": "A specific piece of work",
+ "color": "yellow",
+ "created_at": "2024-01-31T14:49:13Z",
+ "updated_at": "2024-07-26T12:01:58Z",
+ "is_enabled": true
+ },
+ "active_lock_reason": null,
+ "sub_issues_summary": {
+ "total": 0,
+ "completed": 0,
+ "percent_completed": 0
+ },
+ "issue_dependencies_summary": {
+ "blocked_by": 0,
+ "total_blocked_by": 0,
+ "blocking": 0,
+ "total_blocking": 0
+ },
+ "body": "While reviewing PR #1316, it was pointed out that several other files across the codebase still use broad `except Exception:` blocks, similar to what was recently cleaned up in `images.py` and `folders.py`.\n\nCatching broad exceptions can sometimes mask underlying bugs and make debugging harder. To improve the overall error handling and maintainability of the project, I'd like to go through the remaining files and:\n- Replace broad `except Exception:` blocks with more specific exceptions (e.g., `sqlite3.Error` where appropriate).\n- Ensure that errors are being properly logged rather than just printed or suppressed.\n\nI can take this up and create a follow-up PR to handle the remaining files. Could I get this assigned to me?\n",
+ "closed_by": {
+ "login": "rohan-pandeyy",
+ "id": 95585299,
+ "node_id": "U_kgDOBbKEEw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/95585299?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/rohan-pandeyy",
+ "html_url": "https://github.com/rohan-pandeyy",
+ "followers_url": "https://api.github.com/users/rohan-pandeyy/followers",
+ "following_url": "https://api.github.com/users/rohan-pandeyy/following{/other_user}",
+ "gists_url": "https://api.github.com/users/rohan-pandeyy/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/rohan-pandeyy/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/rohan-pandeyy/subscriptions",
+ "organizations_url": "https://api.github.com/users/rohan-pandeyy/orgs",
+ "repos_url": "https://api.github.com/users/rohan-pandeyy/repos",
+ "events_url": "https://api.github.com/users/rohan-pandeyy/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/rohan-pandeyy/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "reactions": {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1334/reactions",
+ "total_count": 0,
+ "+1": 0,
+ "-1": 0,
+ "laugh": 0,
+ "hooray": 0,
+ "confused": 0,
+ "heart": 0,
+ "rocket": 0,
+ "eyes": 0
+ },
+ "timeline_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1334/timeline",
+ "performed_via_github_app": null,
+ "state_reason": "completed",
+ "pinned_comment": null
+ },
+ {
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1333",
+ "repository_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy",
+ "labels_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1333/labels{/name}",
+ "comments_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1333/comments",
+ "events_url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/issues/1333/events",
+ "html_url": "https://github.com/AOSSIE-Org/PictoPy/issues/1333",
+ "id": 4710672883,
+ "node_id": "I_kwDOJpiIC88AAAABGMcp8w",
+ "number": 1333,
+ "title": "BUG: NetflixStylePlayer - render title/description, accessible seek bar, and controls-visibility UX (follow-up to #1329)",
+ "user": {
+ "login": "VanshajPoonia",
+ "id": 74147463,
+ "node_id": "MDQ6VXNlcjc0MTQ3NDYz",
+ "avatar_url": "https://avatars.githubusercontent.com/u/74147463?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/VanshajPoonia",
+ "html_url": "https://github.com/VanshajPoonia",
+ "followers_url": "https://api.github.com/users/VanshajPoonia/followers",
+ "following_url": "https://api.github.com/users/VanshajPoonia/following{/other_user}",
+ "gists_url": "https://api.github.com/users/VanshajPoonia/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/VanshajPoonia/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/VanshajPoonia/subscriptions",
+ "organizations_url": "https://api.github.com/users/VanshajPoonia/orgs",
+ "repos_url": "https://api.github.com/users/VanshajPoonia/repos",
+ "events_url": "https://api.github.com/users/VanshajPoonia/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/VanshajPoonia/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "labels": [
+ {
+ "id": 5564257245,
+ "node_id": "LA_kwDOJpiIC88AAAABS6fT3Q",
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/labels/bug",
+ "name": "bug",
+ "color": "b60205",
+ "default": true,
+ "description": "Something isn't working"
+ },
+ {
+ "id": 9334668620,
+ "node_id": "LA_kwDOJpiIC88AAAACLGO9TA",
+ "url": "https://api.github.com/repos/AOSSIE-Org/PictoPy/labels/frontend",
+ "name": "frontend",
+ "color": "f66a0a",
+ "default": false,
+ "description": ""
+ }
+ ],
+ "state": "open",
+ "locked": false,
+ "assignees": [
+ {
+ "login": "VanshajPoonia",
+ "id": 74147463,
+ "node_id": "MDQ6VXNlcjc0MTQ3NDYz",
+ "avatar_url": "https://avatars.githubusercontent.com/u/74147463?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/VanshajPoonia",
+ "html_url": "https://github.com/VanshajPoonia",
+ "followers_url": "https://api.github.com/users/VanshajPoonia/followers",
+ "following_url": "https://api.github.com/users/VanshajPoonia/following{/other_user}",
+ "gists_url": "https://api.github.com/users/VanshajPoonia/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/VanshajPoonia/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/VanshajPoonia/subscriptions",
+ "organizations_url": "https://api.github.com/users/VanshajPoonia/orgs",
+ "repos_url": "https://api.github.com/users/VanshajPoonia/repos",
+ "events_url": "https://api.github.com/users/VanshajPoonia/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/VanshajPoonia/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false
+ }
+ ],
+ "milestone": null,
+ "comments": 8,
+ "created_at": "2026-06-21T13:41:31Z",
+ "updated_at": "2026-07-07T16:49:03Z",
+ "closed_at": null,
+ "assignee": {
+ "login": "VanshajPoonia",
+ "id": 74147463,
+ "node_id": "MDQ6VXNlcjc0MTQ3NDYz",
+ "avatar_url": "https://avatars.githubusercontent.com/u/74147463?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/VanshajPoonia",
+ "html_url": "https://github.com/VanshajPoonia",
+ "followers_url": "https://api.github.com/users/VanshajPoonia/followers",
+ "following_url": "https://api.github.com/users/VanshajPoonia/following{/other_user}",
+ "gists_url": "https://api.github.com/users/VanshajPoonia/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/VanshajPoonia/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/VanshajPoonia/subscriptions",
+ "organizations_url": "https://api.github.com/users/VanshajPoonia/orgs",
+ "repos_url": "https://api.github.com/users/VanshajPoonia/repos",
+ "events_url": "https://api.github.com/users/VanshajPoonia/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/VanshajPoonia/received_events",
+ "type": "User",
+ "user_view_type": "public",
+ "site_admin": false
+ },
+ "author_association": "CONTRIBUTOR",
+ "issue_field_values": [],
+ "type": null,
+ "active_lock_reason": null,
+ "sub_issues_summary": {
+ "total": 0,
+ "completed": 0,
+ "percent_completed": 0
+ },
+ "issue_dependencies_summary": {
+ "blocked_by": 0,
+ "total_blocked_by": 0,
+ "blocking": 0,
+ "total_blocking": 0
+ },
+ "body": "### Is there an existing issue for this?\n\n- [x] I have searched the existing issues\n\n### What happened?\n\n**Describe the bug**\n\nFollow-up to #1329 in the same component (`NetflixStylePlayer`). Beyond the five playback/state desync bugs, a few accessibility and UX gaps remain:\n\n1. **Unused props - title/description not rendered.** `title` and `description` are declared on `NetflixStylePlayerProps` but never displayed. A Netflix-style player should surface them.\n2. **Progress bar is not accessible.** It's a bare `