- The SamurAI
- Posts
- I built my Own Web Scrapper
I built my Own Web Scrapper
Here’s how to do it in 5 minutes
Hey AI Hustlers 🥷
Just came home from my boat trip.
Brain is relaxed and reset 🧠
Ready for more.
Today we're diving into 🤿
• Building an AI news researcher (step-by-step)
• SamurAI Spotlight
• Latest AI tools crushing the game
• Claude's new superpowers
• Runway's mind-blowing video tech
Let's go for it.
Samurai Spotlight - AI Tool Report
If you enjoy our newsletter, it would really make a difference if you showed our sponsor some love ❤️🔥
Learn AI in 5 Minutes a Day
AI Tool Report is one of the fastest-growing and most respected newsletters in the world, with over 550,000 readers from companies like OpenAI, Nvidia, Meta, Microsoft, and more.
Our research team spends hundreds of hours a week summarizing the latest news, and finding you the best opportunities to save time and earn more using AI.
PS: By clicking the link, you help me provide you with more future AI tips and tricks 🤖🎯
AI Web Scrapper:
Now, let’s cut through the chase.
Let’s build our AI Webscrapper.
Our AI News Researcher.
Here's how to build it:
1. Go to Claude.ai
2. Enter this prompt:
Build a researcher in Python which researches the very latest AI news for me.
3. Copy the code and paste it in an empty, new text document.
4. Save the file in a directory.
4. Rename the file (filename ending as well) to: ai_news_researcher.py
5. Run the script:
- Open Command Prompt/Terminal and navigate to your project directory
Windows : Win + R and type CMD and press Enter
6. Enter following code (replace path with your path) and press Enter:
cd path\to\AI_News_Researcher
7. Create a virtual environment by enter following code + Enter:
python -m venv venv
8. Activate the virtual environment:
On Windows:
venv\Scripts\activate
On macOS/Linux:
source venv/bin/activate
9. Install Required Libraries With the virtual environment activated, install the required libraries:
pip install feedparser requests beautifulsoup4 schedule flask
10. Now, run your script:
python ai_news_researcher.py
Boom. Fresh, custom AI news summary. Every day.
PS: If you haven’t installed Python yet, you can follow these simple steps to get going:
Latest AI News
1. Claude Sonnet 3.5 drops artifacts feature
Game-changer for content creation
More flexibility, better outputs
Claude 3.5 Sonnet is wild.
It outperforms the capabilities of GPT-4o, Gemini Pro, Llama and other existing LLMs.
18 Insane Examples and prompts of what it's capable of: ↓
— The SamurAI (@samuraipreneur)
10:01 AM • Jul 17, 2024
2. Runway Gen-3 video generator launched
Hyper-realistic AI videos
Potential to disrupt film industry
BREAKING:
Runway Gen-3 is now available to Everyone.
We're closing in on 'text-to-movies' now.
20 Wild examples below: ↓
— The SamurAI (@samuraipreneur)
10:01 AM • Jul 2, 2024
Tools of the Week
1. Abacus ChatLLM
Access to all the biggest LLMs.
Artifacts directly in browser, just like with Claude.
Build complex AI Agents
2. GlobalGPT
Multilingual AI powerhouse
Break language barriers, expand reach
3. WriteSeed
AI-powered content ideation
Never run out of topics again
That's all for today.
Now go build something epic.
hit your target 🎯
- Samur