librus-api
librus-api copied to clipboard
Unofficial advanced node.js Librus scraping API(http://synergia.librus.pl/)
Przydały by się definicje typów do TypeScript. Jeśli jest potrzeba mogę sam zrobić i dać PR :)
Hello, I tried to use `client.calendar.getTimetable()` and got a 404 AxiosError. Code: ```js "use strict"; const Librus = require('librus-api'); const client = new Librus(); client.authorize('', '').then(function () { client.calendar.getTimetable().then((data) =>...
zaczęcie pracy nad typescriptem
Bumps [sshpk](https://github.com/joyent/node-sshpk) from 1.13.1 to 1.16.1. Release notes *Sourced from [sshpk's releases](https://github.com/joyent/node-sshpk/releases).* > ## v1.16.1 > * Fixes for [#60](https://github-redirect.dependabot.com/joyent/node-sshpk/issues/60) (correctly encoding certificates with expiry dates >=2050), [#62](https://github-redirect.dependabot.com/joyent/node-sshpk/issues/62) (accepting PKCS#8...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...
Możliwość pobierania ocen z II semestru, funkcja pobiera tylko I semestr
Nie mam pojecia jak ma dzialac to api, probuje recznie robic requesty do librusa ale nie dostaje nic w odpowiedzi natomiast tutaj listInbox(5) zwraca bardzo malo wiadomosci, da sie jakos...
title, lmk if i should provide more info
Is there any way to add support for https://wiadomosci.librus.pl/nowy/inbox There seems to be an api behind it. Example call for a message: https://wiadomosci.librus.pl/api/inbox/messages/7705268 I also see calls to some api...
Cześć! Co trzeba zrobić poza zainstalowaniem node.js i npm install librus-api? Potrzebne jest coś jeszcze? By w konsoli uzyskać np. szczęśliwy numerek utworzyłem taki skrypt: `'use strict'; const Librus =...