Quote:
Originally Posted by pspzockerscene
I've added the first "abort on user condition" feature to our twitter.com plugin.
Usage:
When adding user profiles such as "twitter.com/exampleUsername", simply append e.g. "?maxitems=50" to make the crawl process stop after 50 tweets.
Keep in mind that a tweet can contain multiple items so most likely you will still get way more than 50 items!
I will also add the "limit by date" support once I find the time
-psp-
|
Quote:
Originally Posted by pspzockerscene
I've added a 2nd abort condition parameter "max_date".
I've created a **External links are only visible to Support Staff**... regarding this plugins' advanced features.
Bitte auf das nächste CORE-Update warten!
Please wait for the next CORE-Update!
Wartest du auf einen angekündigten Bugfix oder ein neues Feature?
Updates werden nicht immer sofort bereitgestellt!
Bitte lies unser **External links are only visible to Support Staff**...! | Please read our **External links are only visible to Support Staff**...!
---
Are you waiting for recently announced changes to get released?
Updates to not necessarily get released immediately!
Bitte lies unser **External links are only visible to Support Staff**...! | Please read our **External links are only visible to Support Staff**...!
-psp-
|
Thank you.
I have some question.
In case of crawling multiple user at the same time do I have to add or change the date for each line?
e.g.
twitter.com/exampleUsername1?max_date=2022-01-10
twitter.com/exampleUsername2?max_date=2022-01-10
twitter.com/exampleUsername3?max_date=2022-01-10
or can I just add the date at the end for all items like
twitter.com/exampleUsername1
twitter.com/exampleUsername2
twitter.com/exampleUsername3
?max_date=2022-01-10
which would be a lot easier as I can just change 1 line when updating dozens of user weekly.