Skip to content

Instantly share code, notes, and snippets.

@L-M-Sherlock
Created October 3, 2022 13:17
Show Gist options
  • Save L-M-Sherlock/519bbc32cd8e0f936446e2093a461b58 to your computer and use it in GitHub Desktop.
Save L-M-Sherlock/519bbc32cd8e0f936446e2093a461b58 to your computer and use it in GitHub Desktop.
get Anki's entire review history of a card
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