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
0 Votes
1 Comments
b
bohdansemchukposted
almost 6 years ago
You can do it manually in your code, something like smtp library will help you.
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
0 Votes
1 Comments
bohdansemchuk posted almost 6 years ago
You can do it manually in your code, something like smtp library will help you.
0 Votes
Login to post a comment