https://github.com/davorg/filmical
Quick program to create an ical fil of UK film release dates.
https://github.com/davorg/filmical
Last synced: 8 months ago
JSON representation
Quick program to create an ical fil of UK film release dates.
- Host: GitHub
- URL: https://github.com/davorg/filmical
- Owner: davorg
- Created: 2014-01-09T13:05:38.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-29T15:59:20.000Z (almost 12 years ago)
- Last Synced: 2025-04-02T01:46:30.787Z (about 1 year ago)
- Language: Perl
- Size: 207 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
filmical
========
A simple program that produces an ical feed of upcoming UK film releases.
Why?
----
Because I couldn't find one. And I thought it would be useful. There are
more details in
[this blog post](http://blog.dave.org.uk/2014/01/uk-film-releases.html).
Where does the data come from?
------------------------------
Currently, I parse a text file (films.txt) that is also in this repository.
I should probably be a little cleverer than that.
As for where the actual data comes from... well, I typed it in manually
after going through the latest copy of [Empire](http://www.empireonline.com/).
Where is the feed?
------------------
The feed is available at
[http://dave.org.uk/ukfilmrel.ics](http://dave.org.uk/ukfilmrel.ics).
I've also built [a page](http://dave.org.uk/films) that is
driven by the feed.
Where is the code?
------------------
On [Github](http://gitbub.com) of course.
More specifically, at
[https://github.com/davorg/filmical](https://github.com/davorg/filmical).