Spaces:
Running
Running
File size: 248 Bytes
4654ceb e0faed4 4654ceb e0faed4 4654ceb e0faed4 |
1 2 3 4 5 6 7 8 9 |
from gitingest import ingest
summary, tree, content = ingest("https://github.com/cast42/search-x-likes/")
# summary, tree, content = ingest("https://github.com/cyclotruc/gitingest")
# print(f"{summary=}")
print(f"{tree=}")
# print(f"{content=}")
|