←back to thread

439 points david927 | 4 comments | | HN request time: 0.954s | source

What are you working on? Any new ideas which you're thinking about?
Show context
Joeboy ◴[] No.44420489[source]
I just took a fortnight off work with the intent of getting away from my laptop, but accidentally ended up making a listings site for London's independent / arts cinemas. As far as I can tell no such thing currently exists, and I feel like it should.

Obviously the main thing is getting the listings data, which as far as I know (mostly) isn't readily available any other way that scraping the cinemas' websites, for which I set this up as a separate-ish project[1]

[0] https://filmhose.uk

[1] https://github.com/Joeboy/cinescrapers

replies(5): >>44421212 #>>44421616 #>>44421639 #>>44424832 #>>44426069 #
darajava ◴[] No.44421616[source]
Nice! No Garden Cinema? It's the best cinema in London! (And their website is great, I would imagine easy to scrape)
replies(1): >>44421752 #
Joeboy ◴[] No.44421752[source]
It's on the quite long list[0] that I haven't got around to yet. I'll try to get it done today.

[0] https://github.com/Joeboy/cinescrapers

replies(1): >>44424722 #
1. darajava ◴[] No.44424722[source]
I've added a PR for this - https://github.com/Joeboy/cinescrapers/pull/4

Hope you didn't start on it!

(By the way, it wasn't too easy to scrape in the end…)

replies(1): >>44424779 #
2. Joeboy ◴[] No.44424779[source]
On the one hand that's awesome and it's really great to have a contribution! On the other hand, I unfortunately just added it myself. But it's there now, anyway :-)

More PRs very welcome if you're in the mood!

replies(1): >>44425007 #
3. darajava ◴[] No.44425007[source]
Ah no/great! I would have let you know before I tried but wasn't sure how far I'd get. Glad it's there and thanks for adding it.

I'll add the Peckhamplex now.

replies(1): >>44427273 #
4. Joeboy ◴[] No.44427273{3}[source]
Thank you so much! Just merged and deployed.