Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/w4/memrise-answerer
:question: Answers Memrise questions automatically for you
https://github.com/w4/memrise-answerer
automation memrise robot
Last synced: 28 days ago
JSON representation
:question: Answers Memrise questions automatically for you
- Host: GitHub
- URL: https://github.com/w4/memrise-answerer
- Owner: w4
- License: mit
- Created: 2015-04-19T07:42:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-19T07:46:11.000Z (over 9 years ago)
- Last Synced: 2024-04-15T00:19:47.930Z (7 months ago)
- Topics: automation, memrise, robot
- Language: JavaScript
- Homepage:
- Size: 129 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Memrise Answerer
A robot to automatically answer [Memrise](http://memrise.com) questions for you. Created to "aid" me in Science homeworks. To use simply just open up your JavaScript console and inject the script into the website like so:var script=document.createElement("script");script.src="https://cdn.rawgit.com/JordanDoyle/memrise-answerer/master/memrise.js",script.type="text/javascript",document.getElementsByTagName("head")[0].appendChild(script);
Which is simply just a compressed way of inserting the following `script` tag into the header:
Memrise decided to provide us will all the answers preloaded in the JavaScript rather than checking the answers server side so I decided to take advantage of that to answer the questions automatically for me, which is much more fun than answering homework questions manually.