Tools related to the following tags: Singlethreaded, Python. Page 1
A collection of useful tools I've ever created. They were linked and grouped under the following tags: Singlethreaded, Python. Page 1
In english/
Tools/
Page 1, Singlethreaded, Python,
15.02.2025
21.05.2025
444
0
0
0
0
This parser is written in python to parse Google search result page and links using its official API.
10.12.2024
14.05.2025
289
0
0
0
0
This is a simple parser of both static and dynamic pages from sites. For example, I decided to parse images, because they are the object of optimization for statically created sites. Uses decorators.
11.09.2024
14.05.2025
203
0
0
0
0
This is a dynamic site parser, with bypassing blocking and constant waiting for the site to load content. Works on Selenium, but is quite slow
15.02.2024
14.05.2025
205
0
0
0
0
Parser for a site about beer using rendering and the site's API. This parser has been split into two smaller parsers to get the most out of this site.