Skip to content

tomlson2/gitr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

72de6f2 · Mar 29, 2023

History

40 Commits
Mar 29, 2023
Mar 29, 2023
Mar 20, 2023

Repository files navigation

Documatic

Documatic is an automated script for generating README files for Github Repositories.

Usage

Documatic is used by first creating an access token for a Github account, which can be done in the Github Settings page. An OpenAI-compatible API key is also needed in order to access OpenAI's text completion model.

Once the access token and API key are acquired, they can be set up in the config.ini configuration file. After that, the script can be run with the following command:

python generate_readme_cli.py <repo_owner> <repo_name>

Documatic will scrape all text files in the specified repository and use OpenAI's text completion model to generate a README document. The generated document will be added to a new branch and a pull request will be created.

Contributing

If you would like to contribute to this project, feel free to open a pull request or create an issue in the Github repository.

License

Documatic is released under the MIT License. See LICENSE for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published