Motuwe is a modern, user-friendly desktop application for scraping HTML tables from web pages. It allows you to easily preview, select, and export table data in various formats.
- 🔍 Detect all tables on a webpage
- 👀 Preview first 5 rows of each table
- 📊 View complete table data
- 💾 Export to CSV and JSON formats
- 🎨 Modern dark theme interface
- 🚀 Fast and lightweight
Download the latest release for your platform:
- macOS:
.dmgor.zip - Windows:
.exeor portable - Linux:
.AppImageor.deb
Or build from source:
# Clone the repository
git clone https://github.com/yourusername/motuwe.git
# Install dependencies
npm install
# Start the application
npm start
# Build for your platform
npm run distRequirements:
- Node.js 16+
- npm 7+
# Install dependencies
npm install
# Run in development mode
npm start
# Build for all platforms
npm run distMIT License - see LICENSE file for details