agenticworkflowsspace commited on
Commit
a42d66a
·
verified ·
1 Parent(s): c4a46ce

Upload workflows/multi_platform_viral_hunter.md with huggingface_hub

Browse files
workflows/multi_platform_viral_hunter.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Workflow: Multi-Platform Viral Hunter
2
+
3
+ **Objective**: Research a niche across Reddit, YouTube, TikTok, and X to identify global trends.
4
+
5
+ ## Steps
6
+
7
+ 1. **YouTube Research**
8
+ - Execute `tools/get_youtube_viral.py` to find high-production trending content.
9
+
10
+ 3. **Short-Form & Velocity Research (TikTok/X)**
11
+ - Use `tools/get_tiktok_trends.py` or the agent's `search_web` tool to find trending hashtags and viral sounds.
12
+
13
+ 4. **Synthesize Multi-Platform Report**
14
+ - Compare data from all sources.
15
+ - Look for cross-platform validation (e.g., is a Reddit discussion also trending as a YouTube video?).
16
+ - Structure a flat text report with **Proof** and **Reasoning** for each trend.
17
+
18
+ ## Directory Structure
19
+ - `tools/get_reddit_viral.py`
20
+ - `tools/get_youtube_viral.py`
21
+ - `tools/get_tiktok_trends.py`
22
+
23
+ ## Credentials Required
24
+ - Reddit API (Client ID, Secret)
25
+ - YouTube API Key