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'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
Lastly Thanks for reading!<br/>↵
PS: Even though it's just blue, it was a thing to celebrate for me :)<br/>