From 7457ee3cfeb936cdca8682dac73e635d448200f5 Mon Sep 17 00:00:00 2001 From: Xavier Fontanet Date: Wed, 10 Jul 2024 15:31:17 +0200 Subject: [PATCH] add explanation to the repo --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..85d4ff9 --- /dev/null +++ b/README.md @@ -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.
+I've chosen **Python** due to the complete libraries suite for web scrapping that it offers, and the ease of using them.
+But of course, since it's not my main language nor workspace the code quality and design are very poor. \ No newline at end of file