KartikTalwar / Duolingo

Unofficial Duolingo API Written in Python
MIT License
825 stars 128 forks source link

Fixes login with JWT, get_friends() and removes points_rank as it is deprecated #137

Open phHartl opened 9 months ago

phHartl commented 9 months ago

Includes fixes for #112, #117 & #119 from Bapt5, who wanted to open a pull request (https://github.com/KartikTalwar/Duolingo/issues/123#issuecomment-1214307029) but never did in the end. I double-checked his code and fixed some minor things. Furthermore, I added more streak information as well as a convenience function for switching between language strings and abbreviations.

johnkpaul commented 8 months ago

🎉 awesome to see this, thank you!

pidgezero-one commented 5 months ago

@phHartl This is great! How would I go about using your fork in a python project instead of the source repo?

phHartl commented 5 months ago

Simply check out the master branch of my repository at https://github.com/phHartl/Duolingo/tree/master.