gpt-scrapper

Utility to scrap code from a directory, so GPT can tell you something about it


License
MIT
Install
pip install gpt-scrapper==1.0

Documentation

GPT Code Scrapper

The simple code that scraps the code for the further analysis by the ChatGPT.

Installation

$ pip install gpt-scrapper

Usage

Usage: gpt-scrapper [OPTIONS] PATH
Options:
  -e, --extensions TEXT  Extensions to search for
  --help                 Show this message and exit.

The result scrapped code should be available in the output.txt file.

License

MIT LICENSE