Trung Nguyen

Results 2 issues of Trung Nguyen

How to reproduce: - Set CF handle to I_love_Hoang_Yen, - Run `harwest codeforces -p 5` What happens: the crawler stop without crawling anything, even though I have 150+ pages of...

These submissions require login. Using `requests.session`, login should be possible. I've hacked around and this login method works: ``` def __login(self): username = 'I_love_Hoang_Yen' password = '' bfaa = 'f1b3f18c715565b589b7823cda7448ce'...