Exibe os repositórios favoritados (★) e a lista de usuários seguidos de qualquer perfil do GitHub, direto no terminal — sem token, sem API, sem dependências externas.
────────────────────────────────────────────────────────────
⬡ webscraper-github-user
Target → github.com/torvalds
────────────────────────────────────────────────────────────
★ Starred repositories — torvalds
··················································
1. torvalds/linux
The Linux kernel
2. git/git
Fast, scalable, distributed revision control system
...
✔ Total starred repositories: 42
★ Following — torvalds
··················································
1. gregkh https://github.com/gregkh
2. davem330 https://github.com/davem330
...
✔ Total following: 7
────────────────────────────────────────────────────────────
Summary for torvalds
★ Stars : 42
● Following : 7
────────────────────────────────────────────────────────────
python WebScraper-GitHub-User.py <usuario>
python WebScraper-GitHub-User.py torvalds
python WebScraper-GitHub-User.py @VictorGabriel7Dev # o @ é aceito e ignorado
O nome do usuário é recebido como argumento. O @ é opcional.
- Python 3.8 ou superior
- Sem dependências externas — usa apenas a biblioteca padrão (
urllib,re,html,sys)
git clone https://github.com/VictorGabriel7Dev/webscraper-github-user.git
cd webscraper-github-user
python WebScraper-GitHub-User.py torvalds
Nenhum pip install necessário.
O script acessa diretamente as páginas HTML públicas do GitHub (sem autenticação) e extrai os dados, do mesmo modo que um navegador faria.
- O script lê apenas páginas públicas. Perfis privados ou listas restritas não são acessíveis.
- Os resultados são informativos e refletem o estado das páginas no momento da execução.
- Nenhum dado é armazenado, enviado ou cacheado.
Victor Gabriel
· victorgabriel.dev
· victorgabriel.dev.br
· GitHub: github.com/VictorGabriel7Dev
· LinkedIn: in/victorgabriel-dev
· Discord: @VictorGabriel.dev
· Telegram: t.me/VictorGabriel_Dev
· E-mail: contato@victorgabriel.dev
Gerado por Claude.
Este projeto está licenciado sob a Licença Pública Geral Affero GNU v3.0
Para mais detalhes, consulte o arquivo LICENSE.
A python script for Web Scrapping GitHub Users.
Lists starred repositories (★) and followed users from any public GitHub profile, directly in the terminal — no token, no API, no external dependencies.
────────────────────────────────────────────────────────────
⬡ webscraper-github-user
Target → github.com/torvalds
────────────────────────────────────────────────────────────
★ Starred repositories — torvalds
··················································
1. torvalds/linux
The Linux kernel
2. git/git
Fast, scalable, distributed revision control system
...
✔ Total starred repositories: 42
★ Following — torvalds
··················································
1. gregkh https://github.com/gregkh
2. davem330 https://github.com/davem330
...
✔ Total following: 7
────────────────────────────────────────────────────────────
Summary for torvalds
★ Stars : 42
● Following : 7
────────────────────────────────────────────────────────────
python WebScraper-GitHub-User.py <username>
python WebScraper-GitHub-User.py torvalds
python WebScraper-GitHub-User.py @VictorGabriel7Dev # @ prefix is accepted and ignored
The username is received as argument. The @ prefix is optional.
- Python 3.8 or higher
- No external dependencies — uses only the standard library (
urllib,re,html,sys)
git clone https://github.com/VictorGabriel7Dev/webscraper-github-user.git
cd webscraper-github-user
python WebScraper-GitHub-User.py torvalds
No pip install required.
The script fetches the public HTML pages of GitHub directly (no authentication) and extracts data using regular expressions, the same way a browser would.
- The script only reads public pages. Private profiles or restricted lists are not accessible.
- Results are informational and reflect the page state at the time of execution.
- No data is stored, sent or cached.
Victor Gabriel
· victorgabriel.dev
· victorgabriel.dev.br
· GitHub: github.com/VictorGabriel7Dev
· LinkedIn: in/victorgabriel-dev
· Discord: @VictorGabriel.dev
· Telegram: t.me/VictorGabriel_Dev
· E-mail: contato@victorgabriel.dev
Generated by Claude.
This project is licensed under the GNU Affero General Public License v3.0
For details, see the LICENSE file.