Activity
Mon
Wed
Fri
Sun
Jun
Jul
Aug
Sep
Oct
Nov
Dec
Jan
Feb
Mar
Apr
What is this?
Less
More

Memberships

Oleg's AI Lab

6.5k members • Free

NextGen AI

26.7k members • Free

AI Essentials

5.9k members • Free

ExplorIA | Communauté

11.8k members • Free

IA Mastery

10.6k members • Free

2 contributions to Oleg's AI Lab
🚀 New Video: How I Use Claude Code To Find Viral Topics First
I built a system that scans Twitter, news websites, and YouTube every morning — filters out the noise, clusters duplicate coverage into stories, and scores everything by relevance. No more doomscrolling 10 tabs to stay informed. In this video I show the full system live and walk you through building your own. Here's the quick setup guide: 1. Connect your data sources Claude Code supports external tools through MCP and API integrations. For this system you need: - Apify — scrapes Twitter/X accounts and YouTube channels. Get an API key at apify.com, add it to your .env as APIFY_API_KEY. Claude Code calls Apify actors via REST API to pull tweets and video metadata + transcripts. - Firecrawl — scrapes any website (blogs, news sites). Get an API key at firecrawl.dev, add it as FIRECRAWL_API_KEY. Claude Code uses it to grab article content from pages like techcrunch.com, openai.com/news, etc. - Kie AI — (optional) for generating visual assets from your trend data. Add as `KIE_AI_API_KEY`. 2. Define your sources Create a list of Twitter accounts and websites relevant to YOUR niche. Mine are 10 Twitter accounts (@OpenAI, @AnthropicAI, @karpathy, @sama, etc.) and 5 news sites. You can track any industry — crypto, biotech, marketing, whatever. 3. Write a Claude Code slash command Create a file at `.claude/commands/trends.md` that tells Claude to: - Fetch latest posts from your Twitter accounts (via Apify) - Scrape your news websites (via Firecrawl) - Filter to news only (drop opinions and commentary) - Cluster items about the same event into stories - Score each story 1-10 for relevance to your niche Then just run /trends in Claude Code and it does everything. 4. Generate a web interface Ask Claude Code to build you a simple Next.js page that displays your stories grouped by day, sorted by score. Mine has color-coded badges (green = high relevance, gray = low), expandable source lists, and voting buttons so the system learns what I care about over time.
0 likes • 20d
Where is the file for the instagram viral reel system ? thanks Oleg !
0 likes • 13d
Hi Oleg ! I tried to make my version, all twitter actors on Apify look blocked. Do you have a paid subscription on apify to make this system runs properly ?
🚀 New Video: My Claude Code System For Viral YouTube Videos
This guide covers the full setup from zero: installing VS Code, setting up Claude Code, connecting to the API, and the exact instructions I give Claude Code to scrape competitors and generate the report. No coding experience needed. If you can copy-paste, you can do this. What you'll build: - A system that scrapes every video from your competitors (titles, views, thumbnails, dates) - Automatic outlier detection that finds videos that got way more views than usual for that channel - Full transcript analysis of the top-performing videos - A beautiful HTML report with actionable insights, sorted by priority What you'll need: - A laptop (Mac or Windows) - ~$5/month for Apify (the scraping tool) - ~$20/month for Claude API credits (the AI that does the analysis) - 30-60 minutes of your time Let's go. STEP 1: Install VS Code VS Code is a free code editor. You won't be writing code, it's just where Claude Code lives. 1. Go to code.visualstudio.com 2. Download for your operating system (Mac / Windows / Linux) 3. Install it and open it 4. Open a terminal inside VS Code: press Ctrl+` (backtick) on Windows or Cmd+` on Mac. A terminal panel will appear at the bottom. That's it. You don't need to know how VS Code works beyond this. STEP 2: Install Claude Code Claude Code is Anthropic's CLI tool. It lets you have a conversation with Claude directly in your terminal, and Claude can read/write files, run scripts, and access APIs. On Mac: 1. Make sure you have Node.js installed. Open Terminal and run: node --version If you see a version number (like v20.x.x), you're good. If not, go to nodejs.org and install the LTS version. 2. Install Claude Code: npm install -g @anthropic-ai/claude-code 3. Verify it works: claude --version On Windows: 1. Install Node.js from nodejs.org (LTS version) 2. Open VS Code terminal and run: npm install -g @anthropic-ai/claude-code 3. Verify: claude --version STEP 3: Connect to the Anthropic API Claude Code needs an API key to talk to Claude.
3 likes • 20d
Hi ! The file for System For Viral Instagram Reels" is not available anymore ? i don't see it anywhere :(
1-2 of 2
Francois Su
1
2points to level up
@francois-su-9888
just a young freelance who wants to automate daily task

Active 12d ago
Joined Apr 10, 2026
Powered by