-
Hi! I want to use spider to monitor a website for changes. Is there any documentation which I can read to get started? I tried reading docs.rs/spider but I am unable to figure out how to achieve this. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @bh4t1a this example can help get that done https://github.com/spider-rs/spider/blob/main/examples/subscribe.rs. We need to update the intro docs to show the |
Beta Was this translation helpful? Give feedback.
@bh4t1a it looks like chrome is having trouble launching on the system. L 1054:
I have not tested the chrome feature on windows. It may need some changes for improving the launch handling. Here is the repo of the fork of chromiumoxide https://github.com/j-mendez/chromiumoxide. Theres a PR up with some changes to the main repo, that I have not had the time to finish.
In the meantime you can use the
CHROME_URL
to connect remotely.