- Install the requirements
pnpm install # or npm install or yarn
- Create a
.env
file with the following content
AUTHORIZATION=""
COOKIE=""
X_EF_ACCESS=""
You'll get the values from the browser's network tab. Check the requests that end with troop
and copy the values from the headers.
- Run the script
node ef.js <number_of_lessons>
The number of lessons is optional, if not provided it will default to 1.
Click on the button below: