Skip to content

ccc909/ccrawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

About

2nd year, 2nd semester project This is a polite C++ crawler with an UI made using angular. !!! Make sure to pass full links including protocol and subdomain !!!.

image

Usage

You can either pull the image using

docker pull ccc909/threadedcrawler

or build it from the source using

git clone https://github.com/ccc909/ccrawler.git
cd ccrawler
docker build -t crawler .

and run it using

docker run -p 80:80 -p 9001:9001 -d ccc909/threadedcrawler

or if built from source with

docker run -p 80:80 -p 9001:9001 -d crawler

UI will be accessible on

localhost

The C++ crawler might crash and will not restart on its own, the image must be restarted manually if this happens.

About

Multi-threaded C++ crawler with an angular web UI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •