@cassell I think following people on github does something similar, doesn't it?

Posts made by Ruri
-
RE: HYPED FOR OB2
-
RE: HYPED FOR OB2
Imagine having a release ready for you in the releases page of github
-
RE: OpenBullet 2 - Crowdfunding Campaign Start
Open Beta will most likely start next week so fasten your seatbelts because you're in for a brand new ride very soon!
-
RE: How should I proceed when a password is encrypted?
Well yes if you need SHA-1 encryption then you should use SHA-1 xD
-
RE: Empty String has a length > 2?
well it could be tabs as well, or maybe newline characters xD
-
RE: Empty String has a length > 2?
Maybe it's full of spaces, use the trim block
-
RE: JSON Capture HELP
"name": "([^"]+)".*"name": "([^"]+)".*"name": "([^"]+)"
and then output
[1], [2], [3]
and maybe parse them again to a list