Check Many Url With Requests & Output A Result file
Firstly, You Need install mongodb , Cause We Use Mongodb to save all requestsd url & its result
remove.txt
and run the script with
python get_status.py
if you want to clear all records in database please input 'del'(defalut no_del)
Finaly you will got a file called
urlcheck.csv
check whether it's what you want
- Do not repeatly request URL,
- Multi-process support
- Database support
- The result is output as an excel file
- Install Python and pip install -r requirement.txt and start mongodb
- Copy the url you want to check into remove.txt, one url per line
- run get_status.py in command line . When finished, check the urlcheck.csv result file.
More Detail: URLCHECK