karlicoss / stexport

Export and access your Stackexchange data
MIT License
11 stars 1 forks source link

Different user_id on different sites #5

Closed sopoforic closed 3 years ago

sopoforic commented 3 years ago

In my exports, I get data for different users for each site--whichever user has the ID number passed to stexport. The problem is that the user_id for the same user differs per-site.

It seems to me that it is necessary, rather, to use the /me endpoint on each site to get the correct user_id. Am I misunderstanding how to use stexport?

karlicoss commented 3 years ago

Hi @sopoforic you're completely right, thanks! This is a great catch. I never noticed because I've only been using stackoverflow data so far :see_no_evil:

sopoforic commented 3 years ago

Confirmed, this fixes the issue. Thanks!