Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 272 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 272 Bytes

CodeForces parser

Hi, it can parse contest or group with contests! ;)

All you need is to find out your personal cookie and URL of contest(s).

P.S. These modules were used to make my parser work.

  • html5lib
  • requests
  • fake_useragent
  • urllib3
  • BeautifulSoup (bs4)