Skip to content

Instantly share code, notes, and snippets.

View slickroot's full-sized avatar

Marouane Elaich slickroot

View GitHub Profile
import puppeteer, { Browser, Page } from 'puppeteer';
import { LearningAppImportCredentials } from './sdk/learningAppImportStartup';
import { AppCourse, AppLevel, AppTopic, LevelMasteryRecord } from './sdk/learningAppImport';
import * as cheerio from 'cheerio';
interface NoredinkCourse {
id: number;
name: string;
}