Uma biblioteca para listar seguidores ou perfis seguidos no GitHub.
Project description
followers_github
Uma biblioteca Python para listar seguidores e perfis seguidos no GitHub.
🚀 Instalação
pip install followers_github
🛠 Uso
Importação
from followers_github import followers, following
Obtendo seguidores de um usuário
print(followers("torvalds"))
Obtendo perfis seguidos por um usuário
print(following("torvalds"))
Uso com Token de Autenticação
Para evitar limites de requisição na API do GitHub, você pode fornecer um token de acesso pessoal:
MEU_TOKEN = "seu_token_aqui"
print(followers("torvalds", MEU_TOKEN))
📜 Estrutura do Projeto
followers_github/
│── followers_github/ # Pacote principal
│ ├── __init__.py # Exposição das funções principais
│ ├── api.py # Implementação das funções
│── pyproject.toml # Configuração do pacote
│── README.md # Documentação do projeto
│── LICENSE # Licença
│── .gitignore # Arquivos a serem ignorados
📄 Licença
Este projeto está sob a licença MIT. Sinta-se livre para contribuir! 🚀
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file followers_github-0.1.1.tar.gz.
File metadata
- Download URL: followers_github-0.1.1.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8b7e3d02b31ed8e0238b21a6c07a66b9aed39877e2a7b31201bbaf5f4c6afba0
|
|
| MD5 |
9edc20ccd5e6efa750502ad37e5ba468
|
|
| BLAKE2b-256 |
619e5d427407483fce0eace7cf6c4113ea02c9a6fb5ed9d87820c691ec9a1a02
|
File details
Details for the file followers_github-0.1.1-py3-none-any.whl.
File metadata
- Download URL: followers_github-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
42c4231cf83ac56a3b25694e4778209d93d986c45fef3b3cc6daac0e9c5784f3
|
|
| MD5 |
c60813c57d852b4891ed2d9f8705ccfa
|
|
| BLAKE2b-256 |
d4e23fd3706ebede165495937b797992ef21a10935f06e08f8c10e165d7dbf09
|