mustaphaturhan / fetch-turkey-universities-json

Simple python script that fetches and exports json data for people who wants to use up-to-date university list in Turkey.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fetch University List in Turkey

Simple python script that fetchs and exports json data for people who wants to use up-to-date university list in Turkey.

The problem

You want to use up-to-date university list but can't find it anywhere. Looked for Google and other resources but can't find anything except YÖK own page. Still, there is a problem. You can't download YÖK's list and can't use on your project.

This solution

fetch-turkey-universities-json is a very simple solution for fetching university list in Turkey. You can fetch every university's info with this little, simple script.

Installation

To run this script, you must have python installed on your computer. I create this script with Python v3.7.3. You can go to python download page by clicking here.

First, clone this repository:

    $ git clone https://github.com/mustaphaturhan/fetch-turkey-universities-json.git
    $ cd fetch-turkey-universities-json

To install dependencies:

    $ pip install -Ur requirements.txt

To run script:

    $ python fetch-data.py

About

Simple python script that fetches and exports json data for people who wants to use up-to-date university list in Turkey.

License:MIT License


Languages

Language:Python 100.0%