1
0
Fork 0
Some of my spiders which do some job for me crawling some webs from internet. Also some other tools. Developed in Python
Go to file
Xavier Fontanet f7ee3b8a16 simplify 2024-07-10 18:13:01 +02:00
.gitattributes Initial commit 2021-05-15 14:28:05 +02:00
.gitignore include DB and browser open CMD 2023-02-05 12:52:34 +01:00
README.md add explanation to the repo 2024-07-10 15:31:17 +02:00
concurrent_requests.py simplify 2024-07-10 18:13:01 +02:00
departiculares.py some refinements 2024-07-10 14:12:28 +02:00
departiculares.pyc include DB and browser open CMD 2023-02-05 12:52:34 +01:00
open_actives.py some refinements 2024-07-10 14:12:28 +02:00
test_mysql.py include DB and browser open CMD 2023-02-05 12:52:34 +01:00
test_mysql_insert.py include DB and browser open CMD 2023-02-05 12:52:34 +01:00
test_mysql_open_seelater.py include DB and browser open CMD 2023-02-05 12:52:34 +01:00
totsrucs.py my 2 main spiders 2021-05-15 14:31:23 +02:00

README.md

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.