{"id":39107216,"url":"https://github.com/skidoodle/ncore-leaderboard","last_synced_at":"2026-01-17T19:32:02.735Z","repository":{"id":270417192,"uuid":"910315895","full_name":"skidoodle/ncore-leaderboard","owner":"skidoodle","description":"📁 Scrape and sort profiles from nCore","archived":false,"fork":false,"pushed_at":"2025-03-18T12:52:16.000Z","size":30,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-18T13:46:27.446Z","etag":null,"topics":["ncore","ncore-leaderboard"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/skidoodle.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license","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":"2024-12-31T00:51:18.000Z","updated_at":"2025-03-18T12:52:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"2bed672e-8afc-4a2d-ae8a-b2d70996fa67","html_url":"https://github.com/skidoodle/ncore-leaderboard","commit_stats":null,"previous_names":["skidoodle/ncore-leaderboard"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/skidoodle/ncore-leaderboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skidoodle%2Fncore-leaderboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skidoodle%2Fncore-leaderboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skidoodle%2Fncore-leaderboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skidoodle%2Fncore-leaderboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skidoodle","download_url":"https://codeload.github.com/skidoodle/ncore-leaderboard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skidoodle%2Fncore-leaderboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28517083,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T18:55:29.170Z","status":"ssl_error","status_checked_at":"2026-01-17T18:55:03.375Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["ncore","ncore-leaderboard"],"created_at":"2026-01-17T19:32:02.228Z","updated_at":"2026-01-17T19:32:02.712Z","avatar_url":"https://github.com/skidoodle.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nCore Profile Scraper\n\nThis is a Go program for scraping and sorting user profile data from [nCore](https://ncore.pro/), saving results to a CSV file.\n\n## Key Features\n\n- **Concurrent Scraping:** Fast, parallel processing of profiles.\n- **Quicksort Algorithm:** Efficient sorting by attributes.\n- **Batch Writing:** Saves data incrementally to reduce memory usage.\n\n## Setup\n\n1. Clone the repository and install dependencies:\n   ```bash\n   git clone https://github.com/skidoodle/ncore-leaderboard\n   cd ncore-leaderboard\n   go mod tidy\n   ```\n\n2. Create a .env file with your credentials:\n    ```env\n    NICK=your_username\n    PASS=your_pass\n    ```\n\n## Usage\nRun the scraper:\n    ```bash\n    go run main.go\n    ```\n\n- Scrapes profiles from the configured range.\n- Outputs sorted data to output.log in CSV format.\n  \n## Configuration\nEdit these parameters in `main.go` as needed:\n\n`startProfile`, `endProfile`: Profile ID range.  \n`concurrency`: Number of concurrent requests.  \n`outputFile`: Output file name.  \n`writeBatch`: Profiles processed per save.  \n\n## Output Format\nThe CSV file `output.log` contains:\n\n1. Profile URL\n2. Attribute Value (e.g., rank)\n\n## License\nThis project is licensed under the GPL-3.0 License.\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskidoodle%2Fncore-leaderboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskidoodle%2Fncore-leaderboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskidoodle%2Fncore-leaderboard/lists"}