Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.23 KB

README.md

File metadata and controls

38 lines (23 loc) · 1.23 KB

Reader RBV

reader-rbv - PyPi Supported Python versions LICENSE Code Style - Black

SDK / Client python untuk Ruang Baca Virtual.

Install

Install dengan python

pip install --upgrade reader-rbv

Penggunaan

from reader_rbv import Reader

reader = Reader("username", "Passw0rd")

book1 = reader["BOOK1"]

chapter1_book1 = book1["chapter1"]

page1_chapter1_book1 = chapter1_book1[1]

print(page1_chapter1_book1)

Rubah folder cache dengan menyetel env READER_RBV_HOME dengan folder yang dituju.

Legal / Hukum

Kode ini sama sekali tidak berafiliasi dengan, diizinkan, dipelihara, disponsori atau didukung oleh Universitas Terbuka atau afiliasi atau anak organisasinya. Ini adalah perangkat lunak yang independen dan tidak resmi. Gunakan dengan risiko Anda sendiri.