{"id":26066277,"url":"https://github.com/pshycodr/wbscte-result-api","last_synced_at":"2025-08-28T23:36:20.344Z","repository":{"id":280669484,"uuid":"942773723","full_name":"pshycodr/WBSCTE-Result-API","owner":"pshycodr","description":"This is a Fun project. Please don't sue me   (°ー°〃)","archived":false,"fork":false,"pushed_at":"2025-03-04T17:31:51.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-04T17:41:53.494Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/pshycodr.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-04T16:46:38.000Z","updated_at":"2025-03-04T17:31:55.000Z","dependencies_parsed_at":"2025-03-04T17:41:56.130Z","dependency_job_id":"a802a7d1-a436-423d-b02a-10337edf7c93","html_url":"https://github.com/pshycodr/WBSCTE-Result-API","commit_stats":null,"previous_names":["pshycodr/wbscte-result-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pshycodr/WBSCTE-Result-API","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pshycodr%2FWBSCTE-Result-API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pshycodr%2FWBSCTE-Result-API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pshycodr%2FWBSCTE-Result-API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pshycodr%2FWBSCTE-Result-API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pshycodr","download_url":"https://codeload.github.com/pshycodr/WBSCTE-Result-API/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pshycodr%2FWBSCTE-Result-API/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272580341,"owners_count":24959285,"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","status":"online","status_checked_at":"2025-08-28T02:00:10.768Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-03-08T20:20:59.654Z","updated_at":"2025-08-28T23:36:20.300Z","avatar_url":"https://github.com/pshycodr.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WBSCTE Diploma Results API\n\nThis is a **simple API** to fetch results for **WBSCTE Diploma Students** from the official website. It scrapes the data and presents it in a structured JSON format.\n\n\u003e **Disclaimer:** This is just a **time-pass project**, built for fun and learning. I have **no idea if this is legal or not**, so **please don’t sue me**! 🥺🤕\n\n#### What does it do?\n- Accepts registration number via POST request.\nFetches student results from the WBSCTE official result portal.\n- Returns a clean JSON with student details, - subject-wise grades, and GPA.\n\n#### Who is this for?\n- Strictly for WBSCTE Diploma Students.\n- If you’re not a WBSCTE student — you’re just here for the code, aren't you? 😉\n\n#### Usecases\n- 🤔 I don't know. Who thinks about usecases for a time-pass project? 😂\n\n---\n\n## 💻 Installation \u0026 Deployment\n\n#### Clone the repository\n```bash\ngit clone https://github.com/pshycodr/WBSCTE-Result-API.git\n```\n\n#### Then `cd WBSCTE-Result-API` into the directory do a\n```bash\n# Install dependencies\nnpm install\n```\n#### Install Serverless Framework \n```bash\nnpm install -g serverless\n```\n\n#### Then Export your AWS **\"IAM\"** credentials with\n```bash\nexport AWS_ACCESS_KEY=\nexport AWS_SECRET_ACCESS_KEY=\n```\n\n#### Then Deploy the project to AWS lamda functions using\n```bash\nserverless deploy\n\n# Your API endpoint will be shown in the terminal\n```\n\n#### To test this locally before deploying\nadd your registration number in `event.json` file and run the following command\n```bash\n serverless invoke local -f getResult --path event.json\n```\n\n### Test The api after deploy\n**Send a POST request with this Body**\n```bash\n{\n    \"reg_no\" : \"your reg. no.\",\n    \"ph_no\" : \"your phone number\"\n}\n\n```\n\n\n## 🛠 Tech Stack\n- **Node.js** (Serverless Functions)\n- **AWS Lambda** (Hosting)\n- **Axios** (HTTP Requests)\n- **Cheerio** (Web Scraping)\n\n\n## ⚠️ Important Notes\n- This **only works for WBSCTE Diploma students**.\n- If the website changes its structure, this might break.\n- Use this responsibly, I take **no responsibility** for how you use it! 😎\n\n## 📜 License\nNo license, because I don’t even know if this should exist. 😂\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpshycodr%2Fwbscte-result-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpshycodr%2Fwbscte-result-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpshycodr%2Fwbscte-result-api/lists"}