Skip to content

Instantly share code, notes, and snippets.

@wyun
wyun / memrise-export.js
Last active June 22, 2018 16:14 — forked from raineorshine/memrise-export.js
Export Memrise course words to CSV
(() => {
function getWords(courseId, level) {
const url = `https://www.memrise.com/ajax/session/?course_id=${courseId}&level_index=${level}&session_slug=preview`
console.log('Fetching words from ' + url)
return fetch(url, { credentials: 'same-origin' })
// parse response
.then(res => {
return res.status === 200
? res.json()
@wyun
wyun / code.csv
Created July 17, 2019 15:25
code.csv
key date value
C0000932 2005/04/07 4
C0000932 2005/07/29 1
C0000932 2005/07/30 1
C0000932 2005/08/15 1
C0000932 2005/08/31 1
C0000932 2005/09/19 1
C0000932 2005/11/29 1
C0000932 2005/11/30 1
C0000932 2006/04/17 1
date C0000932 C0001927 C0002766 C0003467 C0003578 C0003811 C0003862 C0003864 C0003904 C0004604 C0006086 C0006142 C0006325 C0007286 C0007859 C0008301 C0008475 C0009378 C0009402 C0010200 C0010408 C0010709 C0011079 C0011164 C0011581 C0011849 C0013404 C0013819 C0013839 C0014511 C0015230 C0015672 C0015846 C0017168 C0018524 C0018621 C0018681 C0018768 C0018775 C0018784 C0019112 C0020264 C0020538 C0020580 C0021605 C0024031 C0027424 C0027497 C0028084 C0028259 C0028734 C0028754 C0030508 C0030554 C0032584 C0032897 C0033036 C0035258 C0037199 C0037315 C0037384 C0037763 C0039231 C0041912 C0042478 C0043094 C0043352 C0085593 C0085700 C0086511 C0086769 C0151744 C0151786 C0152029 C0158280 C0159972 C0162701 C0185304 C0187769 C0187901 C0187970 C0190979 C0193050 C0193158 C0199451 C0206054 C0231589 C0231749 C0232487 C0235160 C0235546 C0238218 C0239134 C0239377 C0239591 C0239956 C0240129 C0242073 C0259770 C0263118 C0263778 C0265034 C0344320 C0408200 C0419004 C0425449 C0427144 C0434984 C0436083 C0456511 C0476189 C0497406 C0520679 C0
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.