PyBites-Open-Source / eatlocal

This package helps users solve PyBites code challenges on their local machine.
MIT License
20 stars 9 forks source link

Make eatlocal work for newbies + intros as well (not only regular Bites) #43

Closed bbelderbos closed 1 week ago

bbelderbos commented 2 weeks ago
          Got it. I only check if the user can't log in. I forgot about users who can log it, but don't have premium access. I'll work on that in a new branch.

v1 didn't work for newbies. I think it shouldn't be too difficult to add. Should be just navigating to the newbie and intro tables and adding them to the dictionary.

@olgamirth do either of these issues interest you?

Originally posted by @rhelmstedter in https://github.com/PyBites-Open-Source/eatlocal/issues/40#issuecomment-2465022598

bbelderbos commented 1 week ago

https://pybitesplatform.com/api/bites/ -> FYI level attribute is there

rhelmstedter commented 1 week ago

I started using the api @bbelderbos provided in 2b954ad.