Skip to content

jm1069/python-xml-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

18 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Python: Folder XML Scraper πŸ”πŸ

Small helping-tool to scrape a folder with .xml-files for a specific string inside an .xml

created with help of the chat gpt ai

How To Use πŸš€

  1. Run the main.py in Python
  2. Enter a directory path you want to be searched
  3. Enter a string you want to search inside the XML files of the directory
  4. It will print all the files it finds that contain the string

How To Build πŸ› οΈ

  1. Make sure you have pyinstaller installed on your system
  2. Execute pyinstaller --onefile path/to/main.py in your preferred terminal
  3. The Executable should be in a sub-folder called dist as main.exe (if you have not added the -n command)

About

small helping tool to scrape a folder with xml files for a specific string inside an xml

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages