KeeneticPy

Python Lib for Keenetic Routers


Keywords
KeeneticPy, KekikAkademi, keyiflerolsun, keenetic, keenetic-routers, proc, rci
License
GPL-3.0+
Install
pip install KeeneticPy==0.6

Documentation

KeeneticPy

Repo Boyutu Görüntülenme

Python Version License Status

PyPI PyPI - Downloads PyPI - Wheel

Python Lib for Keenetic Routers

RCI / PROC

ForTheBadge made-with-python ForTheBadge built-with-love

🚀 Kurulum

# Yüklemek
pip install KeeneticPy

# Güncellemek
pip install -U KeeneticPy

Kullanım

from Kekik.cli  import konsol
from KeeneticPy import Keenetic

hero = Keenetic(sifre="cokomellisifre")

hero.backup(maksimum_yedek=2)

konsol.print(hero.system())
konsol.print(hero.version())

konsol.print(hero.interface()["Dsl0"])
konsol.print(hero.interface()["PPPoE0"])

konsol.print(hero.global_ip())

konsol.print("\n".join(hero.dsl_stats()["parse"]["message"]))

konsol.print(hero.hosts())

konsol.print(hero.dsl_reset())

💸 Bağış Yap

☕️ Kahve Ismarla

🌐 Telif Hakkı ve Lisans

♻️ İletişim

Benimle iletişime geçmek isterseniz, Telegram'dan mesaj göndermekten çekinmeyin; @keyiflerolsun

@KekikAkademi için yazılmıştır..