python - Collect calls and save them to csv -
is possible if have list of url parse them in python
, take server calls key/values without need open browser manually , save them local file?
the library found csv pandas
first part. example perfect me.
you can investigate use of 1 of built in or available libraries let python perform browser operations , record results, filter them , use built in csv library output results.
you need 1 of lower level libraries:
- urllib/urllib2/urllib3
and may need override, 1 or more, of methods record transaction data looking for.
Comments
Post a Comment