GitXplorerGitXplorer
e

scrapping

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
e4684260cd807da25ce454703edf7f98c4b45606

Delete seeh.py

eemetowinner committed 5 years ago
Verified
93a9ed8b82257bb965c2cdaefb37da55cf0c57ce

Update README.dm

eemetowinner committed 5 years ago
Unverified
32c76d47d1767f7de9fb65238984674e0679c80b

Add a readme file

eemetowinner committed 5 years ago
Unverified
0ada65149bdb44971b06f532ec05508a62d51c3f

Initial Icat scrapping script

eemetowinner committed 5 years ago

README

The README file for this repository.

Icat Scrapping Script

This Script will automatically make a call to the Icat XML server of user specified endpoint and save the respones to the data.xml file

Note the default XML data in the data.xml file was pulled from icat open data server endpoint and will always be overwritten each time the script executes.

The xml_run.py file can't be imported as a module, it should be run as a script because it was not pakaged as a module.

The code is written in python 3.7 and make sure you have the request library installed