Files
docs-harvester/harvester.py
2025-11-09 20:55:05 +01:00

9 lines
162 B
Python
Executable File

#!/usr/bin/env python3
from harvester.harvester import harvest_readmes
if __name__ == "__main__":
harvest_readmes(
organization="mcovsandbox"
)