I've got something for youAutomatic Alerter for Codeforces rating change.
Difference between en1 and en2, changed 941 character(s)
Have you ever waited for the results of a contest obsessively? Expecting a huge increase? Finally a color change? Checking again and again Impatiently?<br/>↵
Well, I've "been there, done that"<br/>↵
While Refreshing the page again and again, I thought _what if_ someone can do this for me, and I can just take a _chill pill?_<br/>↵
Let me give you that someone. I wrote [this](https://gist.github.com/yagyanshbhatia/8d9f3c18b3daba837f61d5626072aba5) script by
I believe time is important and checking the rating, again and again, can be bad for productivity<br/>↵
I've made a script you can use, which will automatically notify you once the ratings change. ↵
Find it [here](https://gist.github.com/yagyanshbhatia/8d9f3c18b3daba837f61d5626072aba5)↵

**Update**: If the ratings still remain the same (unlikely and rare, but possible) how do I notify? can you think of a workaround?↵

For details how the script is running read more:↵
basically, I fetched the html code for your profile page. I observed that the rating always lie in the `info` class div and between `" style="font-weight:bold;">` and `</span>` <br/>↵
I used that to scrape the rating by splitting the string by above observations and after comparing repeatedly to current rating `curr` you get notified. As simple as that!↵

When I got the Idea, I went on
 googling the next one hour and went on to see an Episode of suits :P<br/>↵
Then [this](https://drive.google.com/file/d/1pnWgAGuRkqyI6uc8Kdws1ZZnWBo9uUr5/view?usp=sharing) happened.<br/>↵

It felt Like magic because I had forgotten that the script is running
 :P.<br/> ↵
Lastly Thanks for reading!<br/>↵
PS: Even though it's just blue, it was a thing to celebrate for me :)<br/>

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en4 English whybee 2018-06-23 13:15:20 5
en3 English whybee 2018-06-23 10:52:55 129
en2 English whybee 2018-06-22 21:06:12 941 added an update for help and explained the code on the gist
en1 English whybee 2018-06-22 15:41:41 863 Initial revision (published)