Hello everyone,
What's the best way to scrap from a wordpress website that have a feed (rss) with 10000 posts.
I need something like this:
Get informations from post number (oldest from the feed) 10000 to send the informations from this post (title, description and link) to my whatsapp number using custom api. Then wait example: 1 hour send the next oldest post 9999, wait more 1 hour and send the next post 9998 and when it finish send all these 10000 just check for new posts if there's any new post send just the new one.
It's possible with Pabbly to acomplish that? Which event / actions did you guys recommend for this?
I already know how to send the whatsapp message to my number using API, just don't know how to create something that will get each post without repeat the posts and complete these steps !
What's the best way to scrap from a wordpress website that have a feed (rss) with 10000 posts.
I need something like this:
Get informations from post number (oldest from the feed) 10000 to send the informations from this post (title, description and link) to my whatsapp number using custom api. Then wait example: 1 hour send the next oldest post 9999, wait more 1 hour and send the next post 9998 and when it finish send all these 10000 just check for new posts if there's any new post send just the new one.
It's possible with Pabbly to acomplish that? Which event / actions did you guys recommend for this?
I already know how to send the whatsapp message to my number using API, just don't know how to create something that will get each post without repeat the posts and complete these steps !