# GithubFileLoader

> **Class** in `langchain_community`

📖 [View in docs](https://reference.langchain.com/python/langchain-community/document_loaders/github/GithubFileLoader)

Load GitHub File

## Signature

```python
GithubFileLoader()
```

## Extends

- `BaseGitHubLoader`
- `ABC`

## Properties

- `branch`
- `file_filter`

## Methods

- [`get_file_paths()`](https://reference.langchain.com/python/langchain-community/document_loaders/github/GithubFileLoader/get_file_paths)
- [`get_file_content_by_path()`](https://reference.langchain.com/python/langchain-community/document_loaders/github/GithubFileLoader/get_file_content_by_path)
- [`lazy_load()`](https://reference.langchain.com/python/langchain-community/document_loaders/github/GithubFileLoader/lazy_load)

---

[View source on GitHub](https://github.com/langchain-ai/langchain-community/blob/d5ea8358933260ad48dd31f7f8076555c7b4885a/libs/community/langchain_community/document_loaders/github.py#L180)