Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

results page scraping of jntuh website

NotificationsYou must be signed in to change notification settings

itspacchu/JNTU-Results

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Results page scraping of jntuh website

Basic usage

python jnturesultscrap.py ROLLNO EXAMCODE SAVETOFILE

Eg:python jnturesultscrap.py 18AG1A0420 1454


To use it as an import

from jnturesultscrap import *ResultOfPerson = JNTUResult(rno, 1454)

Output format

$python3 .\jnturesultscrap.py XXXXXXXXXX XXXX{'user': ['XXXXXXXXXX', 'XXXX XXXXXXXX', 'XXXX XXXXXXXX', 'XX'], 'result': [{'SUB_CODE': '15501', 'SUB_NAME': 'ADVANCED COMMUNICATION SKILLS LAB', 'INTERNAL': '23', 'EXTERNAL': '67', 'TOTAL': '90', 'GRADE': 'O', 'CREDIT': '1'}, {'SUB_CODE': '15507', 'SUB_NAME': 'DATA COMMUNICATIONS AND NETWORKS LAB', 'INTERNAL': '25', 'EXTERNAL': '73', 'TOTAL': '98', 'GRADE': 'O', 'CREDIT': '1.5'}, {'SUB_CODE': '15522', 'SUB_NAME': 'MICROPROCESSORS & MICROCONTROLLERS LAB', 'INTERNAL': '22', 'EXTERNAL': '65', 'TOTAL': '87', 'GRADE': 'A+', 'CREDIT': '1.5'}, {'SUB_CODE': '15531', 'SUB_NAME': 'INTELLECTUAL PROPERTY RIGHTS', 'INTERNAL': '67', 'EXTERNAL': '0', 'TOTAL': '67', 'GRADE': 'B+', 'CREDIT': '0'}, {'SUB_CODE': '15533', 'SUB_NAME': 'CYBER SECURITY', 'INTERNAL': '62', 'EXTERNAL': '0', 'TOTAL': '62', 'GRADE': 'B+', 'CREDIT': '0'}, {'SUB_CODE': '155AG', 'SUB_NAME': 'BUSINESS ECONOMICS & FINANCIAL ANALYSIS', 'INTERNAL': '22', 'EXTERNAL': '26', 'TOTAL': '48', 'GRADE': 'C', 'CREDIT': '3'}, {'SUB_CODE': '155AR', 'SUB_NAME': 'CONTROL SYSTEMS', 'INTERNAL': '17', 'EXTERNAL': '13', 'TOTAL': '30', 'GRADE': 'F', 'CREDIT': '0'}, {'SUB_CODE': '155AV', 'SUB_NAME': 'DATA COMMUNICATIONS AND NETWORKS', 'INTERNAL': '17', 'EXTERNAL': '5', 'TOTAL': '22', 'GRADE': 'F', 'CREDIT': '0'}, {'SUB_CODE': '155BC', 'SUB_NAME': 'ELECTRONIC MEASUREMENTS AND INSTRUMENTATION', 'INTERNAL': '16', 'EXTERNAL': '6', 'TOTAL': '22', 'GRADE': 'F', 'CREDIT': '0'}, {'SUB_CODE': '155CF', 'SUB_NAME': 'MICROPROCESSORS & MICROCONTROLLERS', 'INTERNAL': '20', 'EXTERNAL': '4', 'TOTAL': '24', 'GRADE': 'F', 'CREDIT': '0'}], 'sgpa': 0}

in API format

itspacchu/APIs - GitHub

image

About

results page scraping of jntuh website

Topics

Resources

Stars

Watchers

Forks

Languages


[8]ページ先頭

©2009-2025 Movatter.jp