Unofficial Duolingo API Written in Python. This is mostly a collection of functions that give you common data directly from the API resource dictionary. More methods to come.
- Integrate authenticated data
$ pip install duolingo-api
import duolingo
lingo = duolingo.Duolingo('kartik', 'my password')
Note: You are now required to provide a password to get any data from the Duolingo API