{"id":21502,"library":"kekik","title":"Kekik","description":"Kekik is a Turkish-focused Python library providing utility functions to simplify daily tasks. Current version is 1.9.7. It targets Python 3.10+ and is under active development.","status":"active","version":"1.9.7","language":"python","source_language":"en","source_url":"https://github.com/keyiflerolsun/Kekik","tags":["utility","turkish","web-scraping","proxy"],"install":[{"cmd":"pip install kekik","lang":"bash","label":"Install from PyPI"}],"dependencies":[],"imports":[{"note":"Kekik is a class, not a module. Use from kekik import Kekik.","wrong":"import Kekik","symbol":"Kekik","correct":"from kekik import Kekik"},{"note":"","wrong":"","symbol":"Sites","correct":"from kekik import Sites"},{"note":"","wrong":"","symbol":"Renklendir","correct":"from kekik import Renklendir"}],"quickstart":{"code":"from kekik import Kekik, Sites\n\nkekik = Kekik()\n# Get site status for a known site proxy\nsite = Sites.INSTAGRAM\nstatus = kekik.aktif_mi(site)\nprint(f\"{site.name}: {'Aktif' if status else 'Pasif'}\")","lang":"python","description":"Instantiate Kekik and check a site's proxy status."},"warnings":[{"fix":"Handle network timeouts or add retries in your code.","message":"Kekik class requires internet connection and may use proxies. The 'aktif_mi' method checks site availability via a proxy service; delays may occur.","severity":"gotcha","affected_versions":">=1.0.0"},{"fix":"Use translation tools or refer to the GitHub README for English explanation.","message":"The library is Turkish-centric: function names and documentation are in Turkish. Non-Turkish speakers may find it challenging.","severity":"gotcha","affected_versions":"all"},{"fix":"Monitor the library's RELEASES or commit history.","message":"In version 1.9.7, some functions may be deprecated without notice. Check the GitHub repository for the latest changes.","severity":"deprecated","affected_versions":"1.9.x"}],"env_vars":null,"last_verified":"2026-04-27T00:00:00.000Z","next_check":"2026-07-26T00:00:00.000Z","problems":[{"fix":"Run 'pip install kekik' in the correct environment.","cause":"The library is not installed or installed in the wrong Python environment.","error":"ModuleNotFoundError: No module named 'kekik'"},{"fix":"Use 'from kekik import Kekik'.","cause":"You imported 'import kekik' instead of 'from kekik import Kekik'.","error":"AttributeError: module 'kekik' has no attribute 'Kekik'"},{"fix":"Use 'kekik = Kekik()' without arguments.","cause":"Instantiating Kekik with arguments when it accepts none.","error":"TypeError: Kekik() takes no arguments"}],"ecosystem":"pypi","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}