Skip to content

A node js app which provides you yours result's pdf (IPU STUDENT) and your overall score

Notifications You must be signed in to change notification settings

vyom153069/Automating-the-result

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

Automating-the-result

This is an automated web scraper written in node, using puppeteer.This will give you a pdf of your result

Note :
1.This is for IPU Students and which are enrolled in B.TECH BCA BBA courses.

2.Before sending your email using gmail you have to allow non secure apps to access gmail you can do this by going to your gmail settings [https://myaccount.google.com/lesssecureapps?pli=1]

3.Also enable the captcha [https://accounts.google.com/DisplayUnlockCaptcha]

Command

  • Open a terminal in the activity folder and run the following command:
  • make sure you edited credentials file (otherwise you will get error)
node myresult "credentials.json"

.

Features

  • Logs into the user's account, searches results.

  • gives combined pdf with results.

  • email the result.

  • convert it to html.

  • Gives overall result.

Use

  • Clone the repository.

  • Open the base directory of the repository.

  • Run the following commands in terminal to install required modules:

    npm install
    npm install nodemailer
  • Create a credentials.JSON in the activity folder file with your details:

      {
      "from" : "SENDERS_EMIAL",
      "pwd" : "SENDERS_PASSWORD" ,
      "to":"RECEIVER_EMAIL",
      "enroll":"YOUR_EMAIL",
      "course":"YOUR_COURSE"
    }

About

A node js app which provides you yours result's pdf (IPU STUDENT) and your overall score

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published