clemlesne / scrape-it-now

Web scraper made for AI and simplicity in mind. It runs as a CLI that can be parallelized and outputs high-quality markdown content.
Apache License 2.0
485 stars 15 forks source link

Add install instructions #7

Closed jeremedia closed 2 months ago

jeremedia commented 2 months ago

Would be helpful those new to navigating python installs.

clemlesne commented 2 months ago

I'm preparing a feature to distribute standalone builds. This will make it possible to download a single file and simply run it.

Would it fit your need?

jrbjrb1212 commented 2 months ago

@clemlesne I think @jeremedia is more looking for documentation about how to build the repo, so that the CLI interface is accessible. I too am struggling to get started with the project without documentation about setting the CLI up.

clemlesne commented 2 months ago

Two updates have been published:

Does it fit your need?

jrbjrb1212 commented 2 months ago

Yup that fit my need and I assume @jeremedia too! I can use the CLI now

jeremedia commented 1 month ago

Yes it does, thank you.