Coder Social home page Coder Social logo

crawlviewer's Introduction

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 .      

crawlviewer's People

Contributors

inejka avatar mrosia avatar

Stargazers

Artsemi avatar

Watchers

 avatar

crawlviewer's Issues

Test environment

Hi!
Please, fix the test environment for test_app.py. Your warning is a piece of ...
image

I've just erased all data from disk C. My windows system is totally crushed. So, I have to use Arch Linux because of your bad test environment (and BTW I use Arch).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.