[go: up one dir, main page]

Skip to content
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

Endpoint to Extract User data #650

Open
kethan6028 opened this issue Nov 12, 2024 · 2 comments
Open

Endpoint to Extract User data #650

kethan6028 opened this issue Nov 12, 2024 · 2 comments
Labels
question Further information is requested

Comments

@kethan6028
Copy link

Can someone let me know what is the exact endpoint to pull User data ?

Like, for any given user , I want to extract following data

  1. Username
  2. name
  3. Country
  4. Region
  5. City
  6. Github Id
  7. joining date
  8. Last activity
  9. Followers Count
  10. Following count
@stevemessick
Copy link
Contributor

The meta-kaggle dataset might have what you need. Does this help?
https://www.kaggle.com/datasets/kaggle/meta-kaggle?select=Users.csv

That table doesn't have everything you want, but there are other tables that have more.

The API does not have any support for querying user-related tables.

@stevemessick stevemessick added the question Further information is requested label Nov 12, 2024
@kethan6028
Copy link
Author

Isn't it possible to add Users class in https://github.com/Kaggle/kaggle-api/blob/main/kagglesdk/kaggle_client.py just like other classes and have implementation done using users.UsersService?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants