Skip to content

[🇹🇷]Yargıtay karar arama arayüzünden kararların, yıl ve karar numarası temelinde yarı otomatik olarak indirilmesini sağlayan Python kütüphanesi. [🇬🇧]A Python library that enables semi-automatic downloading of decisions based on year and decision number from the Supreme Court decision search interface.

License

Notifications You must be signed in to change notification settings

ahmetgunduz/emsal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

emsâl ⚖︎

GPLv3 License GitHub followers

[TR] Yargıtay karar arama arayüzünden kararların, yıl ve karar numarası temelinde yarı otomatik olarak indirilmesini sağlayan Python kütüphanesi.

[EN] A Python library that enables semi-automatic downloading of decisions based on year and decision number from the Supreme Court decision search interface.

➥Yükleme / Installation

emsâl, pip paket yönetim sistemi kullanarak yüklenebilir.

You can use pip package manager system to install emsâl.

  pip install emsal

➥Kullanım / Usage

import emsal

emsal.get_decisions(driver_path, '2019', last_no='1978')

➥Nasıl çalışır? / How does it work?

[TR] emsâl kütüphanesi temel olarak girdi olarak verilen yılda, belirtilen karar numarası aralığındaki, ilgili anahtar kelimeyi geçiren kararları (en fazla bin adet olmak üzere) bulunulan dizine metin belgesi olarak kaydeder.

Programı çalıştırdığınızda aşağıdaki gif'te görüleceği üzere program otomatik olarak anahtar kelime, tarih ve karar numarası kutularını doldurur ve ardından Captcha'yı girmeniz için 10 saniye bekler. Ardından kararları tek tek ilgili dizine kaydeder. Bu noktadan sonra bir şey yapmanıza gerek yoktur. Sistem kararları biner biner getirdiği için, 1000 karar sonra program otomatik olarak durur. Eğer devam etmek istiyorsanız kaldığınız karar numarasından tekrar başlamanız gerekir.

[EN] The emsâl library basically saves the decisions (maximum one thousand) that include the relevant keyword in the specified decision number range and in the given year as a text document in the current directory.

When you run the program, the program automatically fills in the keyword, date and decision number boxes, as can be seen in the gif below, and then waits 10 seconds for you to enter the Captcha. Then it saves the decisions one by one in the relevant directory. You don't need to do anything after this point. The program stops automatically after 1000 decisions, as the system fetches the decisions one thousand at a time. If you want to continue, you have to start again from the decision number where you left off.

About

[🇹🇷]Yargıtay karar arama arayüzünden kararların, yıl ve karar numarası temelinde yarı otomatik olarak indirilmesini sağlayan Python kütüphanesi. [🇬🇧]A Python library that enables semi-automatic downloading of decisions based on year and decision number from the Supreme Court decision search interface.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.9%
  • CSS 0.6%
  • HTML 0.2%
  • JavaScript 0.1%
  • PowerShell 0.1%
  • Roff 0.1%