TÜİK veri çekme ve indirme kütüphanesi
Project description
TÜİK Scraper
Bu kütüphane, TÜİK verilerini kolayca çekip işlemenizi sağlar.
Kurulum
pip install tuik_scraper
## Örnek Kullanım
from tuik_scraper import TuikScraper
tuik = TuikScraper()
tuik.kategoriler # Kategori isimlerini yazdırır
tuik.tablolar("Enflasyon ve Fiyat") #Kategorideki tablo isimlerini getirir
#tuik.tablolar("kategori_adı")
tuik.indir_tablo("Enflasyon ve Fiyat", "İstatistiksel_Tablolar_Yeni_Mevsim_etkisinden_arındırılmış_TÜFE_göstergeleri") #Seçilen bir tabloyu indirir
#tuik.indir_tablo(kategori_adi, tablo_adi)
tuik.indir("Enflasyon ve Fiyat") # Kategorideki tüm tabloları indirir
#tuik.indir(kategori_adı)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tuik_scraper-1.0.1.tar.gz
(3.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tuik_scraper-1.0.1.tar.gz.
File metadata
- Download URL: tuik_scraper-1.0.1.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e6a5c98bb0833861f070cd70e18a017cc5357cbdbcd9bbcdfaff40c22cbef63
|
|
| MD5 |
930f339b25fcb3cf3c98702db37be981
|
|
| BLAKE2b-256 |
b7890b1c255590d0defbaaae4d45d7eb94cfcbe43e0baee6183161292e9cac6f
|
File details
Details for the file tuik_scraper-1.0.1-py3-none-any.whl.
File metadata
- Download URL: tuik_scraper-1.0.1-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
acabcf6067c3dda22642fc051262a3157a83126222b682ed9a3a74ba31c7ba01
|
|
| MD5 |
d940192f8d63b50d74870b23ab47dfd8
|
|
| BLAKE2b-256 |
6f824c09e9d83feb151e1adb3152ba7365561aa0a45465719d9313a487fbf96e
|