Parse the JSON export of your saved words and phrases in Language Learning with Netflix so you can use them with other systems (e.g. converting them into Anki flashcards).
Project description
Language Learning with Netflix JSON Parser
Parse the JSON export of your saved words and phrases in Language Learning with Netflix so you can use them with other systems (e.g. converting them into Anki flashcards).
- Free software: MIT license
Installation
pip install lln-json-parser
You can also install the in-development version with:
pip install https://github.com/coddingtonbear/lln-json-parser/archive/master.zip
Use
from lln_json_parser.parser import get_entries
with open('/path/to/lln_json_export.json', 'r') as inf:
for entry in get_entries(inf):
print(entry)
The above will hand you a list of SavedWord or SavedPhrase instances -- you can find type definitions for what data is available by consulting the types.py file.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lln-json-parser-0.1.3.tar.gz.
File metadata
- Download URL: lln-json-parser-0.1.3.tar.gz
- Upload date:
- Size: 68.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8a9f11f680868331b746897960a48a359f1658bcb71011e19cbc737e25d1f6a3
|
|
| MD5 |
a88ce55721dc3eb77291a1642dffe280
|
|
| BLAKE2b-256 |
52d3753fc6d4b13257af24e20d1d00923e53e709b0ec92fb5e2b27760f88992f
|
File details
Details for the file lln_json_parser-0.1.3-py2.py3-none-any.whl.
File metadata
- Download URL: lln_json_parser-0.1.3-py2.py3-none-any.whl
- Upload date:
- Size: 65.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a2ba135c8b643afe60a2d1d89e4f25296c5783dd1efa7e100c5cde620bb6002
|
|
| MD5 |
f2363deeeeb099dc98039930ba2f5afa
|
|
| BLAKE2b-256 |
3060bda927a6e4cd63e1a06e28712c4f2e69e12128c704d427bc53f8dc6f39ff
|