Skip to content

branc116/GetDataFromFer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Download all your fer data from one place and keep it in sync

How it works

  • It checks ferWeb for list of files, then it checks local directory for the same files.
  • If it doesn't fine the file localy it will be downloaded and saved localy.

How to run

  • Download binary from somewhare.
  • Download binary from Nuget: dotnet tool install --global GetDataFromFer
  • Build it yourself:
    • Download dotnet core 3.1
    • git clone https://github.com/branc116/GetDataFromFer

    • cd GetDataFromFer

    • dotnet restore

    • dotnet build

    • Add envirement variable called "FERCMS" with value of cms cookie which you can find when you login to intranet

  • ![Step 1](Docs/Screenshot (9).png)
  • ![Step 2](Docs/Screenshot (10).png)
    • dotnet run [List of classes you want to sync] [output directory]

      • eg dotnet run os mat3 mat3r C:\FER\semestar3

About

Get data from fer web

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages