mirror of
https://github.com/AmanTahiliani/webcrawler.git
synced 2026-08-07 11:55:41 -04:00
Updated Output code and Readme
This commit is contained in:
6
amantahiliani.sh
Executable file
6
amantahiliani.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
url="https://www.cc.gatech.edu"
|
||||
pages_to_parse=1000
|
||||
|
||||
python3 MultiThreaded.py "$url" --pages_to_parse="$pages_to_parse"
|
||||
Reference in New Issue
Block a user