https://github.com/blfpd/tinycardl
Tinycards data downloader
https://github.com/blfpd/tinycardl
duolingo httpx python tinycards
Last synced: 4 months ago
JSON representation
Tinycards data downloader
- Host: GitHub
- URL: https://github.com/blfpd/tinycardl
- Owner: blfpd
- Created: 2020-08-23T19:26:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-26T20:11:30.000Z (almost 6 years ago)
- Last Synced: 2025-10-27T13:59:34.669Z (8 months ago)
- Topics: duolingo, httpx, python, tinycards
- Language: Python
- Homepage: https://pypi.org/project/tinycardl/#description
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tinycardl
**_Tinycards downloader_**
Tinycardl downloads decks, deck groups and your pinned in CSV, along with the pictures.
🚧 This is a work in progress which will never be finished, but I hope it will be useful for some of you.
### Usage
Installation:
`python3.8 -m pip install --user tinycardl`
Basic usage, downloading decks or deck groups:
`tinycardl 3AbdmJDP NZHWAf`
To download you pinned decks, you need you JWT token.
Once logged in Tinycard with your Duolingo account, look for the cookie `jwt_token` in the Development Tools of your browser (press F12).
- For Chrome it’s under **Application > Cookies > https://tinycards.duolingo.com > jwt_token > Value**
- For Firefox it’s under **Storage > Cookies > https://tinycards.duolingo.com > jwt_token > Value**
`JWT_TOKEN=myVery.l0ng.t0k3n tinycardl`