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
lln-json-parser-0.1.3.tar.gz
(68.7 kB
view hashes)
Built Distribution
Close
Hashes for lln_json_parser-0.1.3-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3a2ba135c8b643afe60a2d1d89e4f25296c5783dd1efa7e100c5cde620bb6002 |
|
MD5 | f2363deeeeb099dc98039930ba2f5afa |
|
BLAKE2b-256 | 3060bda927a6e4cd63e1a06e28712c4f2e69e12128c704d427bc53f8dc6f39ff |