A CLI tool to scrape marks for Sree vidyanikethan engineering college examination portal.
This CLI tool will extract the marks of the SVEC student from 2010 and above and display them in the terminal/cmd prompt.
The fetched results will be stored in a JSON file data.json in your current working directory
you have to give the following information for scrapping
- start year
- end year
- branch code
I use the above provided information to generate the roll numbers of the students from start year to end year and scrape data
start year = 15
end year = 15
branch code = 12
I'm using this expression to translate to given data to roll number ({{startYear}}121A{{branchCode}}{{roll}})
Example roll number: 15121A12B2
- Clone the repository
git clone git@github.com:NaveenPantra/svec-marks-scrapper.git - Download node v14 or higher.
- Check your
nodeandnpmversion usingnode -vandnpm -v. - Run
npm intall. - Run
npm start/node app.js. - To debug run
node inspect app.jsand use CLI debugger tool orChromenode dev tools by visiting chrome://inspect.
- Will give option to store the fetched data to
CSVfiles.


