{"id":20282406,"url":"https://github.com/den-is/gh-stars-scraper","last_synced_at":"2026-05-08T02:11:28.212Z","repository":{"id":245722864,"uuid":"819056349","full_name":"den-is/gh-stars-scraper","owner":"den-is","description":"Scrape your starred repositories","archived":false,"fork":false,"pushed_at":"2024-06-26T05:28:52.000Z","size":8,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-14T07:49:37.262Z","etag":null,"topics":["github","python","selenium"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/den-is.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-06-23T16:48:06.000Z","updated_at":"2024-12-13T06:23:43.000Z","dependencies_parsed_at":"2024-06-26T06:44:08.949Z","dependency_job_id":null,"html_url":"https://github.com/den-is/gh-stars-scraper","commit_stats":null,"previous_names":["den-is/gh-stars-scraper"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/den-is%2Fgh-stars-scraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/den-is%2Fgh-stars-scraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/den-is%2Fgh-stars-scraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/den-is%2Fgh-stars-scraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/den-is","download_url":"https://codeload.github.com/den-is/gh-stars-scraper/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241774712,"owners_count":20018344,"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":["github","python","selenium"],"created_at":"2024-11-14T14:09:14.672Z","updated_at":"2026-05-08T02:11:23.167Z","avatar_url":"https://github.com/den-is.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Stars scraper\n\nWeb-scraper for your own GitHub Stars for further analysis or to recall long-time ago forgotten repos.\n\nFor now, script just outputs a JSON file `output.json` with results of scraping, in the same directory with the script.\n\nThe script is extremely plain and primitive, and utilizes [Selenium](https://www.selenium.dev/) web-browser automation library.\n\nContributions are welcome.\n\n## Requirements\n- Chrome Browser\n- chromedriver\n- python 3.9+\n\n## Installation\nInstructions shown are for Unix based Operating Systems (specifically MacOS)\n\nDownload stable [chromedriver](https://googlechromelabs.github.io/chrome-for-testing/).\nBetter if version matches to version of the currently installed Chrome Browser.\n\n```sh\ncd ~/Downloads\ncurl -OL https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.63/mac-x64/chrome-mac-x64.zip\nunzip chrome-mac-x64.zip\n\n# on MacOS you might need to run\ncd chromedriver-mac-x64\nxattr -d com.apple.quarantine chromedriver\n```\n\nScraper setup\n```sh\ngit clone https://github.com/den-is/gh-stars-scraper.git\n\ncd gh-stars-scraper\n\npython3 -m venv venv\nsource venv/bin/activate\n\npip install -r requirements.txt\n```\n\n## Running scraper\n- Create `.env` file with correct values, from provided `.env.example`.\n- Run script `python3 main.py`\n- Wait script to open browser window and open login page\n- Provide OTP code (I hope you have protected your github account with 2FA authentication)\n- Watch magic to happen\n- Do not interact with the web page\n\n## Known-issues\n- For some reason, rarely script is not able to fetch lists some specific repo belongs to.\n- Web pages evolve. New features and versions are constantly released. That means that scraper's logic might and will degrade over time, and will require maintenance.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fden-is%2Fgh-stars-scraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fden-is%2Fgh-stars-scraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fden-is%2Fgh-stars-scraper/lists"}