Use browser to re-copy a web page
- Author : @namhong1412
- Step 1: Create virtual environments π₯
python3 -m venv venv
- Step 2: Use requirements.txt to install all dependencies π₯
pip3 install -r requirements.txt
- Step 3: Edit the main.py (edit the url you want to clone)
- Step 4: Run and wait for the magic to happen
source venv/bin/activate
python3 main.py
-
Python3, Pip3
-
Chrome
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.