Git Product home page Git Product logo

sushi-chef-goalkicker-tech-books's Introduction

Goalkicker Sushi Chef

Step 0: Installation

  • Install pip if you don't have it already.
  • Install Python3 if you don't have it already
  • Install Git if you don't have it already
  • Open a terminal
  • Run git clone https://github.com/learningequality/sushi-chef-goalkicker then cd sushi-chef-goalkicker
  • Create a Python3 virtual env virtualenv -p python3 venv and activate it using source venv/bin/activate
  • Run pip install -r requirements.txt

Step 1: Obtaining an Authorization Token

You will need an authorization token to create a channel on Kolibri Studio. In order to obtain one:

  1. Create an account on Kolibri Studio.
  2. Navigate to the Tokens tab under your Settings page.
  3. Copy the given authorization token (you will need this for later).

Step 2: Running the chef

    ./sushichef.py --token=<your_token_here>

About

sushi-chef-goalkicker-tech-books's People

Contributors

ivanistheone avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

markmlearneq

sushi-chef-goalkicker-tech-books's Issues

Ligatures in PDF source don't display right; suggest cleanup

The titles extracted from the PDF doc seem to contain ligatures (see http://en.wikipedia.org/wiki/Typographic_ligature), which then don't get displayed right:

screen shot 2019-01-25 at 5 38 02 pm

screen shot 2019-01-25 at 5 18 57 pm

It might be possible to fix this problem by using search-and-replace for ligatures and replace with equivalent characters:

LIGATURES = {   u"\u00DF": "fs",
                u"\u00C6": "AE",
                u"\u00E6":"ae",
                u"\u0152":"OE",
                u"\u0153":"oe",
                u"\uFB00":"ff",
                u"\uFB01":"fi",
                u"\uFB02":"fl",
                u"\uFB03":"ffi",
                u"\uFB04":"ffl",
                u"\uFB05":"ft", }

LIGATURES.keys() == ['ß', 'Æ', 'æ', 'Œ', 'œ', 'ff', 'fi', 'fl', 'ffi', 'ffl', 'ſt'])

usage

for ligature, equiv in LIGATURES.items():
    text = text.replace(ligature, equiv)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.