Skip to main content

A python wrapper for YOKATLAS API

Project description

YOKATLAS-py

A Python wrapper for YOKATLAS API.

Installation | Kurulum

You can install the package using pip:

Paketi pip kullanarak yükleyebilirsiniz:

pip install yokatlas-py

How to | Kullanım

Ayrıntılı kullanım dokümantasyonu yazılacak. Detailed documentation wil be added.

from yokatlas_py.lisansatlasi import YOKATLASLisansAtlasi
from yokatlas_py.lisanstercihsihirbazi import YOKATLASLisansTercihSihirbazi
from yokatlas_py.onlisansatlasi import YOKATLASOnlisansAtlasi
from yokatlas_py.onlisanstercihsihirbazi import YOKATLASOnlisansTercihSihirbazi
import asyncio



async def example_yokatlas_onlisansatlasi():
    onlisans_atlasi = YOKATLASOnlisansAtlasi({'program_id': '203550463', 'year': 2023})
    result = await onlisans_atlasi.fetch_all_details()
    print("YOKATLAS Onlisans Atlasi Result:", result)

asyncio.run(example_yokatlas_onlisansatlasi())


async def example_yokatlas_lisansatlasi():
    lisans_atlasi = YOKATLASLisansAtlasi({'program_id': '104111719', 'year': 2023})
    result = await lisans_atlasi.fetch_all_details()
    print("YOKATLAS lisans Atlasi Result:", result)

asyncio.run(example_yokatlas_lisansatlasi())

def example_yokatlas_lisanstercihsihirbazi():
    params = {
        'yop_kodu': '',
        'uni_adi': 'Boğaziçi',
        'program_adi': '',
        'sehir_adi': '',
        'universite_turu': '',
        'ucret_burs': '',
        'ogretim_turu': '',
        'doluluk': '',
        'puan_turu': 'say',
        'ust_bs': 0,
        'alt_bs': 3000000,
        'page': 1
    }
    lisans_tercih = YOKATLASLisansTercihSihirbazi(params)
    result = lisans_tercih.search()
    print("YOKATLAS Lisans Tercih Sihirbazi Result:", result)

example_yokatlas_lisanstercihsihirbazi()


def example_yokatlas_onlisanstercihsihirbazi():
    params = {
        'yop_kodu': '',
        'uni_adi': 'İstanbul',
        'program_adi': '',
        'sehir_adi': '',
        'universite_turu': '',
        'ucret_burs': '',
        'ogretim_turu': '',
        'doluluk': '',
        'ust_puan': 500,
        'alt_puan': 150,
        'page': 1
    }
    onlisans_tercih = YOKATLASOnlisansTercihSihirbazi(params)
    result = onlisans_tercih.search()
    print("YOKATLAS Onlisans Tercih Sihirbazi Result:", result)

example_yokatlas_onlisanstercihsihirbazi()

License | Lisans

This project is licensed under the MIT License - see the LICENSE file for details.

Bu proje MIT Lisansı ile lisanslanmıştır - detaylar için LICENSE dosyasına bakınız.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

yokatlas_py-0.2.4.tar.gz (22.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

yokatlas_py-0.2.4-py3-none-any.whl (76.7 kB view details)

Uploaded Python 3

File details

Details for the file yokatlas_py-0.2.4.tar.gz.

File metadata

  • Download URL: yokatlas_py-0.2.4.tar.gz
  • Upload date:
  • Size: 22.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for yokatlas_py-0.2.4.tar.gz
Algorithm Hash digest
SHA256 d59d31ecd6e328187f61240ca98ae3aa7e1a1a7e04315e2c3ba6a57e4a711977
MD5 43080a6ff1832a804471f6f16a15237b
BLAKE2b-256 ee88bfcd45e478225dd7f83ff8467cb68bb0db29af13c60cdb9cdf4723c4aa8a

See more details on using hashes here.

File details

Details for the file yokatlas_py-0.2.4-py3-none-any.whl.

File metadata

  • Download URL: yokatlas_py-0.2.4-py3-none-any.whl
  • Upload date:
  • Size: 76.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for yokatlas_py-0.2.4-py3-none-any.whl
Algorithm Hash digest
SHA256 3261f263bf307f677c8aedcd94a59b89dc5389b759fbbe3a98f74b69127634c3
MD5 4863d20a7a297092d733a842be4b97f5
BLAKE2b-256 fbaffcdebf5f6a381d5db3a38a9804221f2d73e3c9d1d96c4784f8eff8ac875c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page