Skip to content
forked from gju/fubade-ics

A Python script to generate iCal calendars from fussball.de game data

Notifications You must be signed in to change notification settings

f0xcb/fubade-ics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fubade-ics

A Python script to generate iCal calendars from fussball.de game data.

Usage

Run the script by passing the team id and a start date to fetch all games.

$ python3 fubade-ics.py --teamid 011MIBR3HK000000VTVG0001VTR8C1K7 --from 2023-07-01

The time span can be limitted by passing the to parameter.

$ python3 fubade-ics.py --teamid 011MIBR3HK000000VTVG0001VTR8C1K7 --from 2023-07-01 --to 2023-12-31

The output file can be specified using the --output parameter or by redirecting standard out.

$ python3 fubade-ics.py --teamid 011MIBR3HK000000VTVG0001VTR8C1K7 --from 2023-07-01 --output calendar.ics
$ python3 fubade-ics.py --teamid 011MIBR3HK000000VTVG0001VTR8C1K7 --from 2023-07-01 > calendar.ics

About

A Python script to generate iCal calendars from fussball.de game data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%