https://github.com/ctmax-ui/page-saver
Page-Saver is a powerful Python CLI tool that allows you to save web pages locally for offline use. Whether you're saving articles, collections of useful links, or entire websites text content, Page-Saver lets you organize them into categories for easy access later.
https://github.com/ctmax-ui/page-saver
pagesaver python selenium-webdriver webscraping
Last synced: 2 months ago
JSON representation
Page-Saver is a powerful Python CLI tool that allows you to save web pages locally for offline use. Whether you're saving articles, collections of useful links, or entire websites text content, Page-Saver lets you organize them into categories for easy access later.
- Host: GitHub
- URL: https://github.com/ctmax-ui/page-saver
- Owner: Ctmax-ui
- Created: 2024-11-13T04:37:15.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-15T03:44:17.000Z (4 months ago)
- Last Synced: 2025-01-15T05:54:46.362Z (4 months ago)
- Topics: pagesaver, python, selenium-webdriver, webscraping
- Language: Python
- Homepage:
- Size: 8.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What is Page-Saver
#### Page-Saver is a powerful Python CLI tool that allows you to save web pages locally for offline use. Whether you're saving articles, collections of useful links, or entire websites text content, Page-Saver lets you organize them into categories for easy access later.
# How to install
- To get started with Page-Saver, you need to install the required dependencies. You can do this by running the following command:
```bash
git clone https://github.com/Ctmax-ui/page-saver.git
```
```bash
cd page-saver
```
```bash
pip install -r requirements.txt
```
- This will automatically install all the necessary packages needed to run the tool.- Then run the `start.bat` which will automatically start the tool in cmd or just open the type the following command.
```bash
python main.py
```
- Also you need selenium for the advance stuff.