Created
October 3, 2022 13:17
-
-
Save L-M-Sherlock/519bbc32cd8e0f936446e2093a461b58 to your computer and use it in GitHub Desktop.
get Anki's entire review history of a card
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from anki.collection import Collection | |
col = Collection("path/to/collection.anki2") | |
print(col.card_stats_data(card_id).revlog) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment