Go to file
Abigaëlle Martin 1501d6f8fd misc: Fixed image balise display. 2025-09-23 23:28:08 +02:00
.gitignore misc: Added .gitignore. 2025-09-23 23:19:16 +02:00
README.md misc: Fixed image balise display. 2025-09-23 23:28:08 +02:00
htmlparser.py misc: Added initial codebase. 2025-09-23 23:20:43 +02:00
main.py misc: Added initial codebase. 2025-09-23 23:20:43 +02:00

README.md

Command to concat all html together to be parsed:

echo "<root>" | cat > txt.xml && cat *.html >> txt.xml && echo "</root>" >> txt.xml

Image balise to add: <br><div class="ImageContainer"><img class="Image" src="./img/"></div>

To compress: tar cvf archive.tar.xz --use-compress-program='xz -1T0' boop.csv

To uncompress: tar xvf archive.tar.xz --use-compress-program='xz -dT0'