1
0
Fork 0

add explanation to the repo

This commit is contained in:
Xavier Fontanet 2024-07-10 15:31:17 +02:00
parent e53bb63ff8
commit 7457ee3cfe
1 changed files with 4 additions and 0 deletions

4
README.md Normal file
View File

@ -0,0 +1,4 @@
# Some Web Scrapping tools
This was a personal-use util software to help me on certain goals such as seeking a new flat with specific characteristics or getting a massive list of edonkey links from a web page.<br>
I've chosen **Python** due to the complete libraries suite for web scrapping that it offers, and the ease of using them. <br>
But of course, since it's not my main language nor workspace the code quality and design are very poor.