danielmiessler / fabric

fabric is an open-source framework for augmenting humans using AI. It provides a modular framework for solving specific problems using a crowdsourced set of AI prompts that can be used anywhere.
https://danielmiessler.com/p/fabric-origin-story
22.4k stars 2.34k forks source link

[Question]: URLs #442

Closed DustyPolk closed 3 weeks ago

DustyPolk commented 3 months ago

What is your question?

Is there a way to scrape data from a website similar to using the yt --transcript command?

MichaelCade commented 3 months ago

Have you tried running a curl command? I have tried against markdown file url

curl --silent --show-error https://raw.githubusercontent.com/MichaelCade/90DaysOfDevOps/main/2022/Days/day01.md | fabric --pattern summarize --model mistral:instruct --stream

bowuguan commented 3 months ago

动 know