SimonHalvdansson / Harmonic-HN

Modern Android client for Hacker News
https://play.google.com/store/apps/details?id=com.simon.harmonichackernews
Apache License 2.0
622 stars 38 forks source link

Feature request: see posts I upvoted #172

Open InCogNiTo124 opened 5 months ago

InCogNiTo124 commented 5 months ago

HN on web allows me to see eveything I upvoted using this: https://news.ycombinator.com/upvoted?id=

flofriday commented 1 week ago

As far as I can remember the API doesn't provide that functionality.

So the only way to do that would be to parse HTML which has it's own troubles.

SimonHalvdansson commented 6 days ago

Yeah I think so too, however the HTML parsing is not necessarily crazy hard. For the short lived Nitter integration I wrote a class to do this which worked well so I think this issue should stay open.