{"id":25633799,"url":"https://github.com/ricardo7c/followers_github","last_synced_at":"2026-06-11T23:31:26.156Z","repository":{"id":278494180,"uuid":"935808471","full_name":"Ricardo7c/followers_github","owner":"Ricardo7c","description":"Biblioteca Python para listar seguidores e perfis seguidos no GitHub.","archived":false,"fork":false,"pushed_at":"2025-02-28T02:09:56.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T07:23:34.531Z","etag":null,"topics":["api","follower","following","github","github-api","python"],"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/Ricardo7c.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":"2025-02-20T03:50:32.000Z","updated_at":"2025-02-28T02:10:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"280caeab-5416-4313-9f8c-9817c6f8925d","html_url":"https://github.com/Ricardo7c/followers_github","commit_stats":null,"previous_names":["ricardo7c/followers_github"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ricardo7c/followers_github","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ricardo7c%2Ffollowers_github","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ricardo7c%2Ffollowers_github/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ricardo7c%2Ffollowers_github/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ricardo7c%2Ffollowers_github/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ricardo7c","download_url":"https://codeload.github.com/Ricardo7c/followers_github/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ricardo7c%2Ffollowers_github/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34222709,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"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":["api","follower","following","github","github-api","python"],"created_at":"2025-02-22T22:30:24.651Z","updated_at":"2026-06-11T23:31:26.150Z","avatar_url":"https://github.com/Ricardo7c.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# followers_github\n\n![GitHub](https://img.shields.io/badge/GitHub-API-blue?style=flat-square)\n![License](https://img.shields.io/badge/license-MIT-green?style=flat-square)\n\nUma biblioteca Python para listar seguidores e perfis seguidos no GitHub.\n\n## 🚀 Instalação\n\n```bash\npip install followers_github\n```\n\n## 🛠 Uso\n\n### Importação\n\n```python\nfrom followers_github import followers, following\n```\n\n### Obtendo seguidores de um usuário\n\n```python\nprint(followers(\"torvalds\"))\n```\n\n### Obtendo perfis seguidos por um usuário\n\n```python\nprint(following(\"torvalds\"))\n```\n\n### Uso com Token de Autenticação\nPara evitar limites de requisição na API do GitHub, você pode fornecer um **token de acesso pessoal**:\n\n```python\nMEU_TOKEN = \"seu_token_aqui\"\nprint(followers(\"torvalds\", MEU_TOKEN))\n```\n\n## 📜 Estrutura do Projeto\n\n```\nfollowers_github/\n│── followers_github/      # Pacote principal\n│   ├── __init__.py        # Exposição das funções principais\n│   ├── api.py             # Implementação das funções\n│── pyproject.toml         # Configuração do pacote\n│── README.md              # Documentação do projeto\n│── LICENSE                # Licença\n│── .gitignore             # Arquivos a serem ignorados\n```\n\n## 📄 Licença\n\nEste projeto está sob a licença **MIT**. Sinta-se livre para contribuir! 🚀\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fricardo7c%2Ffollowers_github","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fricardo7c%2Ffollowers_github","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fricardo7c%2Ffollowers_github/lists"}