Get flashcards from flashcardexchange.com
in
Type:
Card Collection
Status:
Incomplete
Compatibility:
Mnemosyne 1.x +
Source:
Written by me.
Description:
Simple python script to download a full set of flashcards from the site http://www.flashcardexchange.com. Simply run the script with the flashcard set number that you see in the URL of the set of cards you want. A few additional options are explained in the program's help message.
| Attachment | Size |
|---|---|
| getcards.zip | 2.71 KB |

Tweaks
So, I've tried this on a few of the flashcardexchange decks, and I quite like it - certainly it beats paying for downloads all hollow! But here're my suggestions to make it easier to use:
# Instead of requiring the deck ID number, why not let the parameter also be just a link? so one could go 'python getcards.py http://www.flashcardexchange.com/flashcards/view/341422' OR 'python getcards.py 341422'
# By default, dump to a file. I know of no way to take a dump to stdout and pipe it to Mnemosyne, so dumping to stdout by default is kind of useless. You always have to redirect to a file, either with the shell and <>, or explicitly with the -o option, no? So why not parse the page to get the deck name and just dump to ./deck-name.txt? (Perhaps with suitable substitutions of whitespace and capitalization - although 'About Philosophy Chapter 2.txt' would be perfectly cromulent).
Some info
On Windows, you have to specify the location of the Python interpreter. Check exactly where it is on your system, but the default is "C:\python25\python.exe", so put that before "getcards.py" and your other options and run it from a command prompt.
You need Python 2.5 for this. If you don't have it on your computer, download the latest version from python.org.
umyxiwoge
Vista editions named above Vista editions named above Vista. Editions named above Vista editions named above Vista.
macrame plant instructions
a jealous heart tattoo
articles about florida cricket frog
macy conger
macbeth journal articles
mackie cr1604 owners manual on ebay
article 108 ucmj
machine moving dollies
mackenzie shields reign soccer
macaroni grill resturant
mach speed 1gb mp3 mp4 player
mad river canoe r7 adventure
machine sander diagram
articles about ruger 77 22 magnum
macbook pro 2.6ghz review
artic cat anchorage alaska
articles by elaine povich
macaronia and grill
mad river mountain ski ohio
a 10 nose art
macys chicago parking
macy halbur
mad mineral makeup
machine embroidery projects burp
a k forearms
enyjenukak
Into an all-in-one home entertainment center into an all-in-one home entertainment.
artichoke lemon pesto receipe
artibus supplies
macclenny city guide
mact february 2007 bay city
mad max one sheet
macaroni salad for 100
macrophilia male worship
madam alexander doll club
articles about safety in healthcare
articals about charlemagne
macon georgia insurance jobs
macrobrachium pictures
macon county alabama tax assessor's office
macgregor yachts virginia
machine account password age
macinaw bridge elevators
macy's plus size baby phat
machine to mold concrete
mad tv 3 person skits
TOS
I made a similar script, but discovered it violated the site's terms of service, so users beware.