maratonusp / contestwatcher

A telegram bot for checking upcoming contests
MIT License
55 stars 16 forks source link

Codeforces fetcher: Lowercase db handles before comparing rating changes #39

Closed mikaelmello closed 6 years ago

mikaelmello commented 6 years ago

As noted in #33, some users are still ignored because their handles are not lowercased on the db.

This PR lowercases the handles before comparing them to the map of users retrieved from the CF's api.

yancouto commented 6 years ago

Thanks!