this script helps you to find the universities according to their ranks, which could be helpful for the immigrant student trying to find the best university or college. This script uses API for Web scraping and extract data from an API. If you want to find out more about this API use insomnia API((The API is located in config.py file))
to download the script copy this command in your terminal :
git clone https://github.com/farzinsharif/University_Ranking.git
Install the required Python packages by running the following:
pip install -r requirements.txt
go to the config_webqs.py and change the country_name var into the country name you want to search about. make sure that the name you use is in the list of the response of the API, to check that you can use the insomnia platform and see the result, e.g. United Kingdom or United States
The out put CSV is as follow:
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
University_Ranking is released under the terms of the MIT license. See LICENSE for more information or see https://opensource.org/licenses/MIT.