A CLI tool to export Webflow pages
Project description
🌏 Python Webflow Exporter
A command-line tool to recursively scrape and download all assets (HTML, CSS, JS, images, media) from a public .webflow.io website. It also provides the option to automatically remove the Webflow badge from downloaded JavaScript files.
[!CAUTION] ⚠️ DISCLAIMER: This repository is intended for educational and personal use only. It includes scripts and tools that may interact with websites created using Webflow. The purpose of this repository is not to harm, damage, or interfere with Webflow’s platform, branding, or services. By using this repository, you agree to the following:
- You are solely responsible for how you use the contents of this repository.
- The author does not condone the use of this code for commercial projects or to violate Webflow’s terms of service.
- The author is not affiliated with Webflow Inc. in any way.
- The author assumes no liability or responsibility for any damage, loss, or legal issues resulting from the use of this repository.
If you are unsure about whether your intended use complies with applicable laws or platform terms, please consult legal counsel or refrain from using this repository.
Features
- Recursively scans and downloads:
- All linked internal pages
- Stylesheets, JavaScript, images, and media files from Webflow CDN
- Optional removal of Webflow badge
- Fast processing
- Complete export of site
- Automatic creation of a sitemap.xml
Installation
Option 1: Install with pip
pip install python-webflow-exporter
Option 2: Run directly with uv (recommended for one-time use)
First, install uv if you haven't already:
Linux/macOS:
curl -LsSf https://astral.sh/uv/install.sh | sh
macOS (with Homebrew):
brew install uv
Windows:
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
For other installation methods, see the uv installation guide.
Then run the tool directly:
uv tool run --from python-webflow-exporter webexp --url https://example.webflow.io
No installation required - uv will automatically handle dependencies and run the tool.
Usage
After pip installation
webexp --url https://example.webflow.io
Arguments
| Argument | Description | Default | Required |
|---|---|---|---|
--help |
Show a help with available commands | - | ❌ |
--version |
Print the current version | - | ❌ |
--url |
The public Webflow site URL to scrape | – | ✅ |
--output |
Output folder where the site will be saved | out | ❌ |
--remove-badge |
remove Webflow badge | false | ❌ |
--generate-sitemap |
generate a sitemap.xml file | false | ❌ |
--debug |
Enable debug output | false | ❌ |
--silent |
Enable silent, no output | false | ❌ |
Output
After execution, your specified output folder will contain:
- All crawled HTML pages
- Associated assets like CSS, JS, images, and media
- Cleaned HTML and JS files with Webflow references rewritten
- Optionally removing the webflow badge
Development Requirements
Make sure you have Python 3.8+ installed. Required packages are:
- requests
- argparse
- beautifulsoup4
- halo
Optional:
- pyinstaller
- pylint
They are included in requirements.txt.
Local development
Clone the script and run the following commands to test it
git clone https://github.com/KoblerS/python-webflow-exporter.git
cd python-webflow-exporter
pip install -e .
Refer to #usage for more information on how to use the CLI.
License
This project is released under the MIT License.
Disclaimer
This tool is provided "as-is" without any warranties. The author is not responsible for misuse or damage caused by this software. For full terms, see DISCLAIMER.md.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file python_webflow_exporter-1.0.6.tar.gz.
File metadata
- Download URL: python_webflow_exporter-1.0.6.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.2.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8fa428cabf13a654c56c6081187c41316276c5a2376ea149e29b5eb883c81c1f
|
|
| MD5 |
5dd56258cd6431568799438287b0d234
|
|
| BLAKE2b-256 |
dc30ba7adcb603dfea051bd05a1f26ff6f2565d409de4ad70b4bf2b1dbd8f63c
|
File details
Details for the file python_webflow_exporter-1.0.6-py3-none-any.whl.
File metadata
- Download URL: python_webflow_exporter-1.0.6-py3-none-any.whl
- Upload date:
- Size: 9.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.2.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5d15639d6f6e4ecc9107173fa4fce5eb8374a42a3beb55a05b3cdf497bb25173
|
|
| MD5 |
6d39281a6f5cf20b68c49764d294dba9
|
|
| BLAKE2b-256 |
000f721e22e7622bbcd0d126359281dc69c1ebeb8fc7e04770d0c6bed360654c
|