This project was originally created on Replit and can now be run locally using Python 3.11.
Follow these steps to set up and run the project on your local machine.
- Python 3.11: Make sure it's installed. Check with:
python3.11 --version
git clone https://github.com/jakubhruby7/web-content-scraper-replit.git
cd web-content-scraper-replit
python3.11 -m venv venv
source venv/bin/activate # macOS/Linux
# venv\Scripts\activate # Windows
pip install -r requirements.txt
python main.py
Your Replit-based Python project should now be fully operational on your local machine.
To access the app -> http://127.0.0.1:5000