theadeyemiolayinka / python-scripts

An Open Source repository for python developers to share their codes.
MIT License
27 stars 39 forks source link

Added a small basic program that gives a good example on the usage of… #110

Closed VinayakGaikwad101 closed 1 year ago

VinayakGaikwad101 commented 1 year ago

… BeautifulSoup for web scraping

Fix to Issue #109

===============================

We have used BeautifulSoup and done webscraping with requests. This generates a file with the name, time and date of the contests (useful for someone who is interested in upcoming contests in competitive programming)

Checklist