Skip to content
This repository has been archived by the owner on Sep 9, 2021. It is now read-only.

mustaphaturhan/fetch-turkey-universities-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages