Tools related to the following tags: On bs4. Page 1
A collection of useful tools I've ever created. They were linked and grouped under the following tags: On bs4. Page 1
In english/
Tools/
Page 1, On bs4,
10.12.2024
14.05.2025
333
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.
24.11.2024
14.05.2025
310
0
0
0
0
This is a single-threaded parser of any filtering and pagination pages of Kinopoisk. That is, those pages in the address of which there is a list slug. Parses data through a proxy, perhaps suitable for moviegoers.
11.09.2024
21.05.2025
824
0
0
0
0
This tool works in CLI mode, made in python. It can check proxies by various URLs, and assign them a certain weight. The weight depends on how often it was possible to contact the target site through the proxy.
15.02.2024
14.05.2025
239
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.