Skip to content

LRENZ/Check_Many_Url_With_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Check Many Url With Requests & Output A Result

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages