Lode Nachtergaele
fixed gitinget version to 0.1.2 to avoid bug
e0faed4
raw
history blame contribute delete
248 Bytes
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=}")