Skip to content

vishnu123sai/WebScraping

Repository files navigation

WebScraping

Programming Language used : Python

Modules used:

  1. requests
  2. bs4(BeautifulSoup)

colleges_web_scrap_main.py is the file which has source code.

we have added 6 sorting techniques to the colleges

Sort Colleges Based on Options:

  1. Top 20 colleges
  2. Colleges in Alphabetical order
  3. Colleges Based on Student to Faculity Ratio
  4. Colleges Based on Avg Retention Ration
  5. Colleges Based on Tution Cost Range ("$"(Low)-"$$$$"(High)
  6. Colleges Based on Placement Services
  7. Exit

=> 7th option is to directly exit and also we add exit functionality after every option based on requirement we choose respective option.

-> I also added the output files seperatly based on option

Errors :

if you see error like

ModuleNotFoundError: No module named 'requests, bs4'

install them using pip command

pip install requests bs4

Releases

No releases published

Packages

No packages published

Languages