{"id":22138503,"url":"https://github.com/wabscale/autofollow","last_synced_at":"2025-06-27T00:07:31.120Z","repository":{"id":100129368,"uuid":"474482156","full_name":"wabscale/autofollow","owner":"wabscale","description":"Automatically follow people that follow me or contribute to projects I like","archived":false,"fork":false,"pushed_at":"2022-03-27T15:13:41.000Z","size":11,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-29T11:14:21.992Z","etag":null,"topics":["follower-robot"],"latest_commit_sha":null,"homepage":"","language":"Python","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/wabscale.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":"2022-03-26T22:37:27.000Z","updated_at":"2025-05-22T23:38:57.000Z","dependencies_parsed_at":"2023-03-10T08:15:28.425Z","dependency_job_id":null,"html_url":"https://github.com/wabscale/autofollow","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wabscale/autofollow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wabscale%2Fautofollow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wabscale%2Fautofollow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wabscale%2Fautofollow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wabscale%2Fautofollow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wabscale","download_url":"https://codeload.github.com/wabscale/autofollow/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wabscale%2Fautofollow/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262164287,"owners_count":23268780,"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":["follower-robot"],"created_at":"2024-12-01T20:10:09.120Z","updated_at":"2025-06-27T00:07:31.109Z","avatar_url":"https://github.com/wabscale.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Github Autofollow\n\nThis repo is a dead simple script that automatically follows people. I have this configured so that it follows back people that follow you, and follows people that star or contribute to repos you specify.\n\n## Setup\n\n#### Github Token\n\nYou need to create a github token for yourself that has `user:follow` permissions. Drop this token in a file called `TOKEN`.\n\n#### Configuration\n\nEverything is driven from a configuration file called `config.json`. Its structure is:\n\n```yaml\n{\n  # My username\n  \"me\": \"wabscale\",\n  \n  # Repos that will be inspected for stargazers and contributors\n  \"repos\": [\"AnubisLMS/Anubis\"],\n  \n  # Really cool people that will have their followers followed\n  \"cool_people\": [\"synoet\"]\n}\n```\n\n## Running\n\nI have this running in a cronjob on one of my severs. \n\n```text\n0 0 * * * python3.10 /path/to/autofollow.py\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwabscale%2Fautofollow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwabscale%2Fautofollow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwabscale%2Fautofollow/lists"}