Is there a way to automatically take a screenshot of a website through a URL?

前端 未结 4 1775
暖寄归人
暖寄归人 2021-01-02 17:48

I am trying to find a PHP script (or a script in a different language) that after passing a URL, it takes a screenshot of the website for that URL. So for example if I pass

4条回答
  •  感情败类
    2021-01-02 18:22

    Browsershots normally has their backend source code available, but as of this answer, it appears to be offline at the moment. There is an outdated mirror on Github which you can look at.

提交回复
热议问题