├── .gitignore ├── Get Flashcards.ipynb ├── README.md └── module_list.txt /.gitignore: -------------------------------------------------------------------------------- 1 | ml-cards/ 2 | *.DS_Store 3 | ipynb_checkpoints/ -------------------------------------------------------------------------------- /Get Flashcards.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dpananos/GetCards/HEAD/Get Flashcards.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dpananos/GetCards/HEAD/README.md -------------------------------------------------------------------------------- /module_list.txt: -------------------------------------------------------------------------------- 1 | jupyter 2 | tweepy 3 | wget 4 | --------------------------------------------------------------------------------