GitHub Repository Scraper (C1.1-C1.9). Extracts repository info: structure, README, code signatures, test examples, issues, changelog, releases. Supports local repo and API modes.
| Visibility | Name | Type | Description |
|---|---|---|---|
| private | config | dict | |
| private | repo_name | str | |
| private | local_repo_path | Optional[str] | |
| private | extracted_data | dict | |
| private | code_analysis_depth | str |
| Visibility | Name | Description |
|---|---|---|
| public | scrape() | |
| private | _extract_code_structure() | |
| private | _extract_readme() | |
| public | should_exclude_dir() |
| Name | Value |
|---|---|
| name | GitHubScraper |
| stereotype | null |
| visibility | public |
| isAbstract | false |
| isFinalSpecialization | false |
| isLeaf | false |
| isActive | false |