Articles related to the following tags: Scraper. Page 2
Long and short posts on a wide variety of topics. In this format, I publish tutorials, share various development and monetization case studies (and many other topics), review various technologies, conduct research, and analyze the design and operation of various programs and tools. They were linked and grouped under the following tags: Scraper. Page 2
How to write a Python parser for static websites
10.12.2024
19.08.2026
1033
1
0
0
0
How to write a simple parser in Python for static sites, using link collection as an example. Using the beautifulsoup and requests libraries, as well as a similar tool without …
How to make a scraper of a list of films from Kinopoisk
24.11.2024
11.03.2026
2127
0
0
0
0
In this article I will tell you how to write a scraper for the Kinopoisk website, what you will need for this, and I will share the source code with …