Web Scraping a CodeForces profile in Python

In this article, we will inspect a CodeForces profile’s site structure and scrape the required data. We will use this profile as an example. We will use the Beautiful Soup and Requests libraries of python for the purpose.


Scraping information is used to extract useful information from various websites. Sometimes, we need to use the content from websites but manually collecting the data can be both laborious and time-consuming.


Other uses of Web Scrapping are:

Search engine bots crawling a site...
 •  0 comments  •  flag
Share on Twitter
Published on August 11, 2020 02:37
No comments have been added yet.