mirror of
https://github.com/AmanTahiliani/webcrawler.git
synced 2026-08-07 11:55:41 -04:00
6 lines
132 B
Bash
6 lines
132 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
url="https://www.cc.gatech.edu"
|
||
|
|
pages_to_parse=1000
|
||
|
|
|
||
|
|
python3 MultiThreaded.py "$url" --pages_to_parse="$pages_to_parse"
|