Skip to content

A small R script for fetching Zamger (information system of the Faculty of Electrical Engineering in Sarajevo) report information, tidying it up, and saving it in a dataframe and .csv file for further statistical analysis

Notifications You must be signed in to change notification settings

eteskeredzic/zamger-report-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

zamger report scraper

A small R script for fetching zamger (https://zamger.etf.unsa.ba/) reports and returning them as dataframes (optionally also saving them as .csv file). Since zamger doesn't have a proper API for fetching these reports, web scraping must be done - this script does exactly that. The purpose is to provide an easy way for collecting course data from zamger, in order to use that data in various statistical analyses.


To-Do:

  • Add examples of analysis of data

/*  
 ----------------------------------------------------------------------------  
 "THE BEER-WARE LICENSE" (Revision 42):  
 /eteskeredzic wrote this file.  As long as you retain this notice you  
 can do whatever you want with this stuff. If we meet some day, and you think  
 this stuff is worth it, you can buy me a beer in return.   
	/eteskeredzic 
 ----------------------------------------------------------------------------  
 */  

About

A small R script for fetching Zamger (information system of the Faculty of Electrical Engineering in Sarajevo) report information, tidying it up, and saving it in a dataframe and .csv file for further statistical analysis

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages