Skip to content

Inejka/crawlviewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeFactor

About

The main purpose of this project is to give you a simple app to save a bunch of sites on your hard drive and then view them easily. Maybe later I will add the ability to start crawlers from this app.

Currently supported crawlers

Installation

Recommended (and most secure) way is using docker:

docker run --rm -v PAH_TO_YOUR_FOLDER_TO_STORE_DATA:/work -it -p 5173:5173 -p 5000:5000  inejka/crawlviewer:dev       

Then visit http://localhost:5173/

Requirements

  • python
  • npm
    • link to download windows installer

    • on linux install it with your package manager like this

      sudo apt install npm         
      
  • wget
    • on windows easiest way is to install choco and then run

      choco install wget 
      
    • on linux install it with your package manager like this

      sudo apt install wget      
      

Windows

git clone https://github.com/Inejka/crawlviewer
cd crawlviewer
python -m venv .\server\env
.\server\env\Scripts\activate
pip install -r .\server\requirements.txt
cd client
npm install

Linux

git clone https://github.com/Inejka/crawlviewer
cd crawlviewer
python -m venv ./server/env
source server/env/bin/activate
pip install -r server/requirements.txt
cd client
npm install

Run

Docker

Build you own docker image via:

docker build -t user/app:tag -f docker/Dockerfile .      

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •