This repository contains steps to use TessBot.
You can watch video demo - TessBotVideo.mp4 || https://youtu.be/sFwg-QyoXdI
-
Clone the repository:
git clone https://github.com/razi17571/TessBot.git -
navigate to directory:
cd TessBot -
Install dependencies:
npm install
-
Run the Node.js script:
node index.js -
Login to Tess:
- Open Tess in your browser and Login with your credentials.
- Press F12 to open Developer Tools.
- Go to the Networks tab.
- Refresh the page to capture network requests.
- Find the request in the list and go to the Headers section.
- Copy the
AuthorizationBearer Token.
-
Navigate to the subject and unit in Tess:
- Visit a URL like
https://tesseractonline.com/student/subject/<subject-id>/unit/<unit-id>. - Extract the
unit_idfrom the URL (e.g.,unit_idis316fromhttps://tesseractonline.com/student/subject/61/unit/316).
- Visit a URL like
-
Submit the Form:
- Open http://localhost:3000/ in your browser.
- Enter the
AuthorizationBearer Token in the input field. - Enter the
unit_idin the input field.