Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.03 KB

README.md

File metadata and controls

31 lines (25 loc) · 1.03 KB

Check_Many_Url_With_Python

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

Uasge: Paste All Url you want to test into(one URL one Line)

 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

Supported features:

  • Do not repeatly request URL,
  • Multi-process support
  • Database support
  • The result is output as an excel file  

How to use:

  • 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