Skip to content

duskybomb/duResultScrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

duResultScrap

Now supports all the courses, just edit settings.cfg and check out your friends results.

Description

A fun project to scrap result from University of Delhi results server.

Using

Ready the repository

$ git clone https://github.com/duskybomb/duResultScrap.git
$ cd duResultScrap
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install scrapy

Edit settings.cfg file.

Run

$ scrapy runspider main.py

or

$ python main.py

Note: This script is not fully automated you might need to clean the data obtained from student_name.py and student.py

Disclaimer

I made the script as a fun project and for learning purposes. If you use this script it should be for learning purpose only.

Please, try not to harass the servers.

Releases

No releases published

Packages

No packages published

Languages