How can I be notified by email if my spider stopped working?
I
Ibrahim Yahya
started a topic
over 6 years ago
Hi Everyone,
Is there a way I can be notified if my spider stopped working for whatever reason?
I am getting the scraped data in csv file format every day. The file gets processed automatically in my WordPress website but I would not know if that csv file is empty or has no information in it and I would like to be notified if that happened. Any ideas? Thanks in advance
Abe
1 Comment
b
bohdansemchuk
said
over 5 years ago
You can do it manually in your code, something like smtp library will help you.
Ibrahim Yahya
Hi Everyone,
Is there a way I can be notified if my spider stopped working for whatever reason?
I am getting the scraped data in csv file format every day. The file gets processed automatically in my WordPress website but I would not know if that csv file is empty or has no information in it and I would like to be notified if that happened. Any ideas? Thanks in advance
Abe