Skip to content

jakubhruby7/web-content-scraper-replit

Repository files navigation

Web Content Scraper

This project was originally created on Replit and can now be run locally using Python 3.11.

🚀 Getting Started

Follow these steps to set up and run the project on your local machine.


📦 Prerequisites

  • Python 3.11: Make sure it's installed. Check with:
    python3.11 --version

Clone or Download the Project

git clone https://github.com/jakubhruby7/web-content-scraper-replit.git
cd web-content-scraper-replit

Create and Activate a Virtual Environment

python3.11 -m venv venv
source venv/bin/activate       # macOS/Linux
# venv\Scripts\activate        # Windows

Install Project Dependencies

pip install -r requirements.txt

Running the Application

python main.py

✅ You're Ready!

Your Replit-based Python project should now be fully operational on your local machine. To access the app -> http://127.0.0.1:5000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published