Skip to content
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

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

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@
[![Coverage Status](https://coveralls.io/repos/github/KartikTalwar/Duolingo/badge.svg?branch=master)](https://coveralls.io/github/KartikTalwar/Duolingo?branch=master)
[![PyPI version fury.io](https://badge.fury.io/py/duolingo-api.svg)](https://pypi.python.org/pypi/duolingo-api/)

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.

##### TODO

- Integrate authenticated data
Unofficial Duolingo API Written in Python. This is mostly a collection of functions that give you common data directly from the public [API](https://www.duolingo.com/2017-06-30/users?username=username) and internal [API](https://www.duolingo.com/users/username)
resource dictionary. For a comprehensive overview of different access methods, take a look at this [report](http://dx.doi.org/10.13140/RG.2.2.26638.98888).

### Installation

Expand Down
Loading