{"id":26778215,"url":"https://github.com/nanduwastaken/github-student-program-school-list","last_synced_at":"2025-03-29T05:36:36.740Z","repository":{"id":282731110,"uuid":"949478256","full_name":"NanduWasTaken/GitHub-Student-Program-School-List","owner":"NanduWasTaken","description":"The List Of Schools Of Which Student Will Be Directly Eligible For Github Student Program And Access GitHub Developer Pack.","archived":false,"fork":false,"pushed_at":"2025-03-16T16:27:03.000Z","size":2245,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-16T16:31:24.383Z","etag":null,"topics":["developer","developer-tools","github","github-developer-pack","schools"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NanduWasTaken.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-16T14:58:02.000Z","updated_at":"2025-03-16T16:27:06.000Z","dependencies_parsed_at":"2025-03-16T23:01:25.132Z","dependency_job_id":null,"html_url":"https://github.com/NanduWasTaken/GitHub-Student-Program-School-List","commit_stats":null,"previous_names":["nanduwastaken/github-student-program-school-list"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NanduWasTaken%2FGitHub-Student-Program-School-List","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NanduWasTaken%2FGitHub-Student-Program-School-List/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NanduWasTaken%2FGitHub-Student-Program-School-List/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NanduWasTaken%2FGitHub-Student-Program-School-List/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NanduWasTaken","download_url":"https://codeload.github.com/NanduWasTaken/GitHub-Student-Program-School-List/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246145013,"owners_count":20730494,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["developer","developer-tools","github","github-developer-pack","schools"],"created_at":"2025-03-29T05:36:36.180Z","updated_at":"2025-03-29T05:36:36.716Z","avatar_url":"https://github.com/NanduWasTaken.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 GitHub Student Program Eligibility List  \n---\n\n\u003e [!WARNING]\n\u003e **These lists were collected manually!**  GitHub does not allow automated scraping of [GitHub Education](https://education.github.com) it is against their terms of service, so all the information in this repository was gathered through manual research.\n\n\u003e [!NOTE]\n\u003e **Website for Searching Institution Eligiblility.** If this github repository gets enough attention I will make a static website for students to look up their institution eligiblity for github student program. I know this is already present in the school name field in github student application but its search is not very good, I would mainly focus on its better search engine. For this we have to record the whole of the eligible institution which is a very hectic task. This repository only contains 22000+ unique institution, so please consider contributing to increase this list and for future betterment for this project.\n\n## 📚 About This Repository  \nThis repository contains a list of educational institutions that are **eligible** for the **GitHub Student Developer Pack**. There are over **22000+ unique institutions** in this list. The dataset includes:  \n- 📌 School names  \n- 🌐 Verified domains  \n- ✅ Eligibility details  \n\n## 🔍 Why This Matters  \nMany students struggle to determine if their institution qualifies for GitHub's student benefits. This repository aims to **simplify the process** by providing a manually verified list.  \n\n## 📂 Available Files  \n\n### **1️⃣ `json/fullSchoolList.json`**  \n✅ **Purpose:** This is the **master database** containing all school details.  \n✅ **Why Needed?**  \n- Stores complete details of each school.  \n- Used as the **source file** for generating the name-only lists.  \n- Maintains structured information for future enhancements.  \n\n📥 **[Download fullSchoolList.json](json/fullSchoolList.json)**  \n\n#### **Example Structure:**\n```json\n[\n  {\n    \"name\": \"University of Cambodia\",\n    \"verification_required\": false,\n    \"informal_partner\": false,\n    \"allowlisted_domains\": [],\n    \"other_domains\": [],\n    \"issues_coupons\": false,\n    \"school_system_present\": false,\n    \"school_system_verification_required\": null,\n    \"school_system_domains\": null,\n    \"user_has_matching_email\": false,\n    \"title\": \"University of Cambodia\\n    (https://uc.edu.kh)\\n    (សាកលវិទ្យាល័យកម្ពុជា)\\n    (UC)\"\n  },\n]\n```\n\n---\n\n### **2️⃣ `json/schoolList.json`**  \n✅ **Purpose:** This file **only contains school names** extracted from `fullSchoolList.json`.  \n✅ **Why Needed?**  \n- Useful for scripts or applications that only need the list of school names.  \n- Helps in quickly checking whether a school is included in the database.  \n\n📥 **[Download schoolList.json](json/schoolList.json)**  \n\n#### **Example Structure:**\n```json\n[\n  \"Harvard University\",\n  \"Stanford University\"\n]\n```\n\n---\n\n### **3️⃣ `text/schoolList.txt`**  \n✅ **Purpose:** This file contains the same school names as `schoolList.json`, but in **plain text format** with one name per line.  \n✅ **Why Needed?**  \n- Easily readable by humans and can be opened in any text editor.  \n- Useful for quick lookups, copying, or pasting elsewhere.  \n\n📥 **[Download schoolList.txt](text/schoolList.txt)**  \n\n#### **Example Content:**\n```\nHarvard University\nStanford University\n```\n\n## 💪 How These Files Work Together  \n1. **New schools are added** to `json/fullSchoolList.json`.  \n2. **GitHub Actions workflow** automatically:  \n   - Sorts the list alphabetically.  \n   - Removes duplicate entries.  \n   - Extracts school names to generate `json/schoolList.json` and `text/schoolList.txt`.  \n   - Commits the updated files back to the repository.  \n\n## 📥 Contributing  \nIf you find any incorrect or missing information, feel free to **open an issue** or **submit a pull request**!  \n\n## 📜 License  \nThis project is open-source under the **MIT License**.  \n\n\n## 📝 Disclaimer  \n- This list is not 100% complete!\n- This data is **not official** and is not 100% accurate and reliable.\n- Just because your institution's name is not in this list or not in github institution selector when requesting doesn't mean you are completely ineligible, you can still try to apply.\n- For the most accurate and up-to-date eligibility status, always refer to [GitHub Education](https://education.github.com/discount_requests).  \n\n## 📥 Contributing  \n- If you find any incorrect or missing information, feel free to **open an issue** or **submit a pull request**!  \n- Only add new Entries to the [Full Student List](https://github.com/NanduWasTaken/GitHub-Student-Program-School-List/blob/main/json/fullSchoolList.json) since there is a workflow to add the institution names to the rest of the files.\n\n## 📜 License  \nThis project is open-source under the **MIT License**.  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnanduwastaken%2Fgithub-student-program-school-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnanduwastaken%2Fgithub-student-program-school-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnanduwastaken%2Fgithub-student-program-school-list/lists"}