{"id":19311611,"url":"https://github.com/rednafi/github-follow-bot","last_synced_at":"2025-09-17T09:31:06.938Z","repository":{"id":99898229,"uuid":"280617832","full_name":"rednafi/github-follow-bot","owner":"rednafi","description":"Bot that follows everyone who follows the target user(s)","archived":false,"fork":false,"pushed_at":"2020-09-25T09:34:03.000Z","size":134,"stargazers_count":19,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-02T00:35:53.808Z","etag":null,"topics":["bot","github","python","python3","selenium","selenium-python","selenium-webdriver"],"latest_commit_sha":null,"homepage":"https://rednafi.github.io/digressions/","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/rednafi.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":"2020-07-18T08:47:48.000Z","updated_at":"2024-04-27T14:03:58.000Z","dependencies_parsed_at":"2023-05-10T23:15:15.194Z","dependency_job_id":null,"html_url":"https://github.com/rednafi/github-follow-bot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rednafi/github-follow-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rednafi%2Fgithub-follow-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rednafi%2Fgithub-follow-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rednafi%2Fgithub-follow-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rednafi%2Fgithub-follow-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rednafi","download_url":"https://codeload.github.com/rednafi/github-follow-bot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rednafi%2Fgithub-follow-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275568512,"owners_count":25488481,"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-09-17T02:00:09.119Z","response_time":84,"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":["bot","github","python","python3","selenium","selenium-python","selenium-webdriver"],"created_at":"2024-11-10T00:29:33.457Z","updated_at":"2025-09-17T09:31:06.654Z","avatar_url":"https://github.com/rednafi.png","language":"Python","readme":"\u003cdiv align=\"center\"\u003e\n\n\n\u003cimg src=\"./art/bot.png\" alt=\"Bot logo\" width=\"300\" height=\"356.5\"\u003e\n\n# Github Follow Bot\n\n\u003c/div\u003e\n\n## What Does it Do?\n\nFollows Github users and also their followers from a user provided list of Github handles.\n\n## Installation\n\n* Clone the repo.\n* Create a Python virtual environment.\n* Install the dependencies:\n\n    ```\n    pip install -r requirements.txt\n    ```\n\n* Download compatible [Chrome Driver](https://chromedriver.chromium.org/downloads) for your OS.\n\n* Provide your Chrome Driver path, credentials and the target users' Github usernames:\n\n    ```python\n    CHROME_DRIVER_PATH = \"./chromedriver_linux64/chromedriver\"\n\n    # Put your github username and password here\n    YOUR_NAME = \"yourname\"\n    YOUR_PASS = \"yourpass\"\n\n    # List of people's github usernames whose followers you want to follow\n    # This could be even yourself\n    TARGET_NAMES_LIST = [\"rednafi\", \"gvanrossum\"]\n    ```\n\n* Run the bot and let it do its work:\n\n    ```\n    python -m followbot.bot\n    ```\n\n## Development \u0026 Contribution\n\n* After cloning the repo, activate python environment and run:\n\n    ```\n    pip install -r requirements-dev.txt \u0026\u0026 pip install -r requirements.txt\n    ```\n\n* Make your proposed changes\n* Before sending a PR, lint the code with:\n\n    ```\n    make pylinter\n    ```\n\n* To upgrade the dependencies and sync your environment, run:\n\n    ```\n    make pyupgrade\n    ```\n\n## Disclaimer\n\nI created this just to fiddle with some [selenium](https://selenium-python.readthedocs.io/). The code could be polished. Moreover, it's debatable whether you should use a bot to follow people or not. Also, there is a high chance that Github will flag you as a spam user and ban your public profile. Use at your own risk 🤷‍♂️\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frednafi%2Fgithub-follow-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frednafi%2Fgithub-follow-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frednafi%2Fgithub-follow-bot/lists"}