re4lvanshsingh / Codeforces_Codechef_Converter

Converts the rating in between two popular competitive programming platforms- Codeforces and Codechef
1 stars 4 forks source link

Add next contests and their corresponding date and time for CodeChef, AtCoder and Leetcode using Web Scraping #9

Closed GauravGupta993 closed 7 months ago

GauravGupta993 commented 7 months ago

8 For Atcoder the content was easily available in its HTML file so extracted it simply using beautiful soup. But for codechef the content was being rendered using javascript and it is not possible to render dynamic files using beautiful soup so I am using selenium library instead for codechef and leetcode scrapping. Is this fine ?

re4lvanshsingh commented 7 months ago

Its fine. No problems. Great work.