shrugs / membot

Memrise for Facebook Chat
4 stars 1 forks source link
facebook-messenger-bot

Membot

It's Memrise-interfacing facebook chat bot!

How it Works

By using the private memrise API, it can create an account, sign you up for courses, and quiz you on the cards within that course!

It obviously doesn't implement the entire API (and the features the chatbot does support are rather hacked together).

Some interesting files:

Setup

If you want to run this yourself, 1) good luck 2) just kidding, it's a normal rails project.

gem install bundler
bundle install
rails db:setup