-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
feat: add steam importer #913
base: main
Are you sure you want to change the base?
Conversation
8ae9c79
to
55f78ef
Compare
feat: add apikey/steamid validating feat: add steam import section to users/data template chore: add to urlpatterns fix: parse api response correctly fix: get user visibility setting correctly fix: forcing UTC time for steam's tz-naive timestamp. Dirty. fix: handle network error during validating apikey/steamid in views.data refact: return generator when fetching wishlist/owned games refact: add logs and improving typing refact: remove ImportStatus
9679205
to
7978291
Compare
Looks good to me now. The users/views/data part is bit messy though for all those options and validations @alphatownsman One question on logging: I noticed other importers use Besides in the 'new merge experience' of GitHub I am told as below, while the classic one says its fine, and it seems that there's no merge commits in my branch. Does anyone know why? |
Resolves #910. WIP.