{"id":19909622,"url":"https://github.com/zigaowang/github-auto-star","last_synced_at":"2025-05-03T02:31:43.063Z","repository":{"id":247710255,"uuid":"826634954","full_name":"ZigaoWang/github-auto-star","owner":"ZigaoWang","description":"GitHub Auto Star is a Python script that automates the process of starring repositories on a specified GitHub user's repository page.","archived":false,"fork":false,"pushed_at":"2024-07-13T09:22:33.000Z","size":24,"stargazers_count":8,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T10:35:52.034Z","etag":null,"topics":["automation","github","github-stars","github-user","python","repo","repository","selenium","star"],"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/ZigaoWang.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-07-10T04:58:28.000Z","updated_at":"2025-01-10T17:10:58.000Z","dependencies_parsed_at":"2024-07-13T10:29:16.120Z","dependency_job_id":null,"html_url":"https://github.com/ZigaoWang/github-auto-star","commit_stats":null,"previous_names":["zigaowang/github-auto-star"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZigaoWang%2Fgithub-auto-star","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZigaoWang%2Fgithub-auto-star/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZigaoWang%2Fgithub-auto-star/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZigaoWang%2Fgithub-auto-star/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZigaoWang","download_url":"https://codeload.github.com/ZigaoWang/github-auto-star/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252133738,"owners_count":21699589,"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":["automation","github","github-stars","github-user","python","repo","repository","selenium","star"],"created_at":"2024-11-12T21:16:12.836Z","updated_at":"2025-05-03T02:31:42.819Z","avatar_url":"https://github.com/ZigaoWang.png","language":"Python","readme":"# GitHub Auto Star\n\n## Description\n\nGitHub Auto Star is a Python script that automates the process of starring repositories on a specified GitHub user's repository page. This script is intended for educational purposes only and may violate GitHub's community guidelines. Use it responsibly!\n\n## Disclaimer\n\n**DISCLAIMER:** This script may violate GitHub's community guidelines. Use this script for educational purposes only. The author is not responsible for any misuse of this script.\n\n## Features\n\n- Automatically log in to GitHub using your credentials.\n- Star repositories on a specified user's repository page.\n- Adjustable speed modes (fast, medium, slow, random).\n\n## Requirements\n\n- Python 3.x\n- [Selenium](https://pypi.org/project/selenium/)\n- [ChromeDriver](https://sites.google.com/a/chromium.org/chromedriver/)\n- [python-dotenv](https://pypi.org/project/python-dotenv/)\n\n## Installation\n\n1. Clone the repository:\n\n    ```bash\n    git clone https://github.com/ZigaoWang/github-auto-star.git\n    cd github-auto-star\n    ```\n\n2. Install the required Python packages:\n\n    ```bash\n    pip install -r requirements.txt\n    ```\n\n3. Download the appropriate ChromeDriver for your operating system and ensure it's in your system's PATH. You can download it from [here](https://sites.google.com/a/chromium.org/chromedriver/).\n\n4. Create a `.env` file in the root directory of the project and add your GitHub credentials:\n\n    ```plaintext\n    GITHUB_USERNAME=your_github_username\n    GITHUB_PASSWORD=your_github_password\n    ```\n\n## Usage\n\n1. Run the script:\n\n    ```bash\n    python main.py\n    ```\n\n2. Follow the on-screen instructions:\n\n    - Agree to the disclaimer.\n    - Enter the GitHub user URL (or press Enter to use the default).\n    - Choose the speed mode (fast, medium, random).\n\n3. The script will start starring repositories on the specified user's repository page.\n\n## Example\n\n```plaintext\n--------------------------------------------------\n  ______ __  __ __     __     ___       __         ______          \n / ___(_) /_/ // /_ __/ /    / _ |__ __/ /____    / __/ /____ _____\n/ (_ / / __/ _  / // / _ \\  / __ / // / __/ _ \\  _\\ \\/ __/ _ `/ __/\n/___/_/\\__/_//_/\\_,_/_.__/ /_/ |_\\_,_/\\__/\\___/ /___/\\__/\\_,_/_/\n--------------------------------------------------\nGitHub Auto Star\nMade by 💜 from Zigao Wang.\nThis project is licensed under MIT License.\nGitHub Repo: https://github.com/ZigaoWang/github-auto-star/\n--------------------------------------------------\nDISCLAIMER: This script may violate GitHub's community guidelines.\nUse this script for educational purposes only.\nTo stop the script at any time, press Ctrl+C.\n--------------------------------------------------\nType 'agree' to continue: agree\nEnter the GitHub user URL (default https://github.com/ZigaoWang): \nEnter speed mode (fast, medium, random) (default random): random\nStarting now\nTotal repositories starred: 10\n```\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Contributing\n\nContributions are welcome! Please open an issue or submit a pull request.\n\n## Author\n\nMade with 💜 by Zigao Wang \u0026 Lafcadia.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzigaowang%2Fgithub-auto-star","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzigaowang%2Fgithub-auto-star","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzigaowang%2Fgithub-auto-star/lists"}