├── .gitignore ├── LICENSE ├── README.md ├── githubgpt.py ├── requirements.txt └── test.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeelsheladiya/GitHubGPT/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeelsheladiya/GitHubGPT/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeelsheladiya/GitHubGPT/HEAD/README.md -------------------------------------------------------------------------------- /githubgpt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeelsheladiya/GitHubGPT/HEAD/githubgpt.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeelsheladiya/GitHubGPT/HEAD/requirements.txt -------------------------------------------------------------------------------- /test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zeelsheladiya/GitHubGPT/HEAD/test.py --------------------------------------------------------------------------------