-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
plan: reputation group #76
Comments
When inserting new member, let's keep track of usernames |
For the "decide threshold for twitter/reddit/github membership tiers" step:
|
@0xtsukino @AtHeartEngineer what do you think? @cedoor For the reddit stats: premium subscription, coins and linked identities are used by interrep. Do you know how to fetch this data? Is it even available by fetching public user data with the reddit api? |
Hi @r1oga!
Isn't that dataset old? Or is it updated?
Interep is using this API: https://github.com/interep-project/reputation-service/blob/main/src/services/reddit/index.ts I don't think you can fetch user data without their OAuth2 token |
Thanks for the info.
Oh so it would mean you can only fetch the data of an authenticated user?! I am going to try this one https://www.reddit.com/dev/api/#GET_api_user_data_by_account_ids |
It's something we should test, but I think you need a token to fetch some data, maybe not everything though.
Which data does it return? |
how about:
seems like both requires an oauth token, but can be used to query about any user/listing |
Thanks, will try that too. |
@0xtsukino Instead of the 60/90 quantiles like I had suggested above, 90/99/99.9 seem to be better, at least for GH data. |
update (for sprint planning today):
|
TODO:
zk-group permissioned group for twitter/reddit/github
dao, and github contributors
for now we should just keep this group centralized and private on zkitterd (indexer)
on-chain: eth2 validators (plan later)
The text was updated successfully, but these errors were encountered: