feat(tools): add social_platforms tool for Apify social scraping#1
feat(tools): add social_platforms tool for Apify social scraping#1protoss70 wants to merge 13 commits intomain-syncedfrom
Conversation
Adds Instagram, TikTok, and YouTube scraping via Apify actors with detailed LLM-facing tool descriptions, caching, and config support.
|
The formal models extracted constants ( This check is informational (not blocking merges yet). If this change is intentional, follow up by updating the formal models repo or regenerating the extracted artifacts there. |
|
The formal models extracted constants ( This check is informational (not blocking merges yet). If this change is intentional, follow up by updating the formal models repo or regenerating the extracted artifacts there. |
|
The formal models extracted constants ( This check is informational (not blocking merges yet). If this change is intentional, follow up by updating the formal models repo or regenerating the extracted artifacts there. |
|
The formal models extracted constants ( This check is informational (not blocking merges yet). If this change is intentional, follow up by updating the formal models repo or regenerating the extracted artifacts there. |
|
The formal models extracted constants ( This check is informational (not blocking merges yet). If this change is intentional, follow up by updating the formal models repo or regenerating the extracted artifacts there. |
|
The formal models extracted constants ( This check is informational (not blocking merges yet). If this change is intentional, follow up by updating the formal models repo or regenerating the extracted artifacts there. |
|
The formal models extracted constants ( This check is informational (not blocking merges yet). If this change is intentional, follow up by updating the formal models repo or regenerating the extracted artifacts there. |
691b5ea to
f31d5ad
Compare
MQ37
left a comment
There was a problem hiding this comment.
Quickly went through it and LGTM, merge it if it works 👍 I just do not like the hardcoded Actor input parameters, but let's keep it simple - but we need to make sure we keep it updated.
What
Adds TikTok, Instagram, Youtube and LinkedIn scrapers as a built-in tool for the OpenClaw agent.
How
Created a new tool called
social-platformswhere by only providing you Apify token it can start scraping these websitesHow to test
Testing this will be tricky because you need a VPS with Docker installed. After that you can follow the following commands to start your OpenClaw
feat/apify-social-scraperbranchcd openclawdocker build -t openclaw .sudo docker exec -it openclaw-gateway node openclaw.mjs configuresudo docker exec -it openclaw-gateway node openclaw.mjs tuiPipeline
The pipeline fails here because we dont have all repository secrets but you can check out the actual PR pointing to the openclaw repo here: openclaw#19421