Skip to content

Kunniii/fap_to_calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FAP Calender to an ics file

This shit will need some of your info, like a session id.

No worries, it does not sent everywhere, it stay in your machine.

Usage

First, install the requirements.

pip install -r requirements.txt

Then use the main.py to run with some value.

# Download week 5 6 7 8 9 ... 16 17 of year 2023
py main.py -i <your-session-id> --weeks 5.6.7.8.9.10.11.12.13.14.15.16.17 --year 2023

# Or Download specific week. Eg: week 15 of 2023
py main.py -i <your-session-id> --w 15 --y 2023

# Or download at your current week :)
py main.py -i <your-session-id>

After that import the created schedules.ics file to your prefer calendar.

How to get the SessionID ?

Follow this step.

how

  1. Login to your Academic Portal
  2. Open Chrome Developer Tool by pressing F12
  3. Go to Application -> Cookies -> https:*****
  4. Then copy ASP.net_SessionId.

About

Get FAP schedule to your prefer Calendar

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages