https://github.com/vusaverse/vvtermtime
R package to communicate with Semestry Termtime
https://github.com/vusaverse/vvtermtime
r scheduling semestry termtime timetables
Last synced: about 1 year ago
JSON representation
R package to communicate with Semestry Termtime
- Host: GitHub
- URL: https://github.com/vusaverse/vvtermtime
- Owner: vusaverse
- License: other
- Created: 2023-07-05T07:12:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-07T06:15:18.000Z (about 2 years ago)
- Last Synced: 2025-06-09T13:09:26.765Z (about 1 year ago)
- Topics: r, scheduling, semestry, termtime, timetables
- Language: R
- Homepage: https://vusaverse.github.io/vvtermtime/
- Size: 2.54 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vvtermtime
[](https://github.com/vusaverse/vvtermtime/actions/workflows/R-CMD-check.yaml)
[](https://www.codefactor.io/repository/github/vusaverse/vvtermtime)
[](https://CRAN.R-project.org/package=vvtermtime/)
[](https://cran.r-project.org/package=vvtermtime/)
[](https://cran.r-project.org/package=vvtermtime/)
The goal of `vvtermtime` is to provide functionalities to interact with the Semestry Timetabling Software API. The Semestry Timetabling Software is used by universities and educational institutions in creating efficient and effective schedules for their academic activities.
`vvtermtime` allows you to leverage the capabilities of the Semestry Timetabling Software directly from your R workflow.
# Getting Started:
Install the vvtermtime package from GitHub using the following command:
```
install.packages("devtools")
devtools::install_github("vusaverse/vvtermtime")
```
Load the vvtermtime package in your R script:
```
library(vvtermtime)
```
Obtain your Semestry API key and base URL from the Semestry Timetabling Software provider at your institution.
Create a Semestry object using the `authenticate()` function. Replace your_api_key with your actual API key and https://api.semestry.com with the appropriate base URL:
```
semestry <- authenticate(base_url = "https://api.semestry.com", api_key = "your_api_key")
```
Now you are able to use the methods in this package. For example to retrieve the bookings for your institution, pass the `semestry` object to the `get_roombookings()` function, as shown below:
```
Bookings <- get_roombookings(semestry)
```
Please refer to the package documentation for more detailed information on how to use the vvtermtime package and its functions.
For more information about Semestry and their timetabling software, please visit their website: https://semestry.com/solutions/termtime/