An open API service indexing awesome lists of open source software.

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.

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.