sjdirect / abot

Cross Platform C# web crawler framework built for speed and flexibility. Please star this project! +1.
Apache License 2.0
2.25k stars 560 forks source link

Abot as Static Site Generator #210

Closed glikoz closed 4 years ago

glikoz commented 4 years ago

I want to convert my dynamic web site to static web site. What is your opinion about that? Is "abot" is a good starting point to do this requirement.

sjdirect commented 4 years ago

Yes, I you can use Abot to do this if your pages are rendered by the server. If they are rendered by clientside javascript then you would need to use AbotX's js rendering capability. Either approach would just have to save the the fully rendered page to disk as an html file using the data in the e.CrawledPage.Content object that is accessible from the Abot/AbotX events.