divad12 / sushi-chef-open-osmosis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open Osmosis 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
  • Clone this repo, cd into it
  • 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

Run ./chef.py -v --reset --token=<token> --stage --thumbnails, replacing <token> with the token you copied earlier

About

License:MIT License


Languages

Language:Python 100.0%