borisghidaglia / meet-hn

https://meet.hn
Apache License 2.0
27 stars 2 forks source link

Store user karma and created timestamp for future filtering #2

Open alanhamlett opened 2 months ago

alanhamlett commented 2 months ago

So in the future users can hide their username from others unless they meet a karma or account age requirement.

https://news.ycombinator.com/item?id=41540187

vercel[bot] commented 2 months ago

@alanhamlett is attempting to deploy a commit to the borisghidaglia's projects Team on Vercel.

A member of the Team first needs to authorize it.

borisghidaglia commented 2 months ago

Hey @alanhamlett,

Thank you for taking the time to make this PR!

Filtering based on these might indeed be something some users would want. However, this would mean that we'd have to create some sort of "real login" first (today the data is open). I'm aware of loginwithhn.com but didn't explore it yet.

Open to any other suggestions you might have!

alanhamlett commented 2 months ago

Have the user include a random token in their HN profile temporarily to verify ownership, since you're already scraping the about text.

borisghidaglia commented 2 months ago

It's what I was using at first but it was a bit cumbersome.

But maybe you're right and there is no better choice. Thanks!