5 Open Issues Need Help Last updated: Aug 17, 2025

Open Issues Need Help

View All on GitHub
Data Extraction Web Scraping

AI Summary: This chore issue proposes enabling automatic code formatting and correction using Ruff in VSCode. It instructs users to add the line `"editor.formatOnSave": true` to their `.vscode/settings.json` file, which will trigger Ruff upon saving Python files.

Complexity: 1/5
enhancement good first issue
Data Extraction Web Scraping
[docs] Criar README.md about 2 months ago

AI Summary: Create a README.md file for a Python project using Github Markdown. The README should include a title, project description, dependency information (uv), setup commands (including uv and pre-commit, if applicable), and execution commands. The provided project documentation should be used as a basis for the README's content.

Complexity: 2/5
documentation good first issue
Data Extraction Web Scraping

AI Summary: Create a Python script that downloads the raw HTML content of a given Lattes profile URL. The script should handle various error conditions such as profile not found (404), network issues (502/504), rate limits (429), and potential captchas. The downloaded HTML should be saved to a local .html file. The project should include a command-line interface for easy use and comprehensive documentation with examples.

Complexity: 4/5
enhancement help wanted
Data Extraction Web Scraping

AI Summary: Configure a pre-commit hook using pre-commit and Ruff to automatically check code formatting and linting before commits. This involves creating a `.pre-commit-config.yaml` file, installing pre-commit, and updating the README with installation and usage instructions.

Complexity: 3/5
enhancement good first issue
Data Extraction Web Scraping

AI Summary: This task involves removing unnecessary files (`main.py` and `src/vaca.py`) from a Python project and simplifying the README.md file to contain only a project title, basic setup instructions, and an optional usage example. The goal is to create a cleaner, more concise project structure.

Complexity: 1/5
good first issue