Hi Everyone, My name’s Jim, and I created MovieChat.org as an archive and replacement for IMDB’s message boards which are shutting down this week. For those of you not familiar, the IMDb message boards allowed you to discuss any single movie or tv show with others (there was a separate forum for each movie/show). IMDb recently announced they were shutting down the message boards and its users were furious (there's a…
Show HN: MovieChat.org – Archive and Replacement for IMDb Message Boards
21–30 of 82 posts
Re: Show HN: MovieChat.org – Archive and Replacement for IMDb Message Boards
#22Hi Everyone, My name’s Jim, and I created MovieChat.org as an archive and replacement for IMDB’s message boards which are shutting down this week. For those of you not familiar, the IMDb message boards allowed you to discuss any single movie or tv show with others (there was a separate forum for each movie/show). IMDb recently announced they were shutting down the message boards and its users were furious (there's a…
Hey Jim – thanks for doing that! I'm curious, how did you back up IMDB's message boards? Did you scrape the whole website or were you able to find a data dump?
Re: Show HN: MovieChat.org – Archive and Replacement for IMDb Message Boards
#23Re: Show HN: MovieChat.org – Archive and Replacement for IMDb Message Boards
#24To my knowledge this is the only instance someone has managed to scrape the Imdb boards, very curious how you managed that.
I really hope you get a sponsor/donations. This needs to be promoted to other sites/social media and I will do my part.
I do have one request - can we do this for actors as well?
Re: Show HN: MovieChat.org – Archive and Replacement for IMDb Message Boards
#25Earlier quoted context omitted.
Let's Encrypt can still be pretty convoluted and is not headache-free, even using the officially anointed tools. Despite your comment and the (well-intentioned) plans from browser vendors to do what they can to squash unencrypted HTTP, failure to use HTTPS, even with Let's Encrypt, is still a totally forgivable sin today.
I disagree, by just running https://caddyserver.com/ you would automatically have a https site up in seconds and it can be used as a reverse proxy too. With nginx: - `certbot certonly` - press `2` - type in your domain name - press return, done Add a few lines to your nginx config, done. ``` ssl_certificate /etc/letsencrypt/live/ /fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/ /privkey.pem; ssl on; ```
> `certbot certonly`
You make an assumption that this is going to work with no hiccups, across all environments. Spoiler: it doesn't. I specifically alluded to certbot and certbot-auto being (surprisingly) rough around the edges.
Re: Show HN: MovieChat.org – Archive and Replacement for IMDb Message Boards
#26Earlier quoted context omitted.
I disagree, by just running https://caddyserver.com/ you would automatically have a https site up in seconds and it can be used as a reverse proxy too. With nginx: - `certbot certonly` - press `2` - type in your domain name - press return, done Add a few lines to your nginx config, done. ``` ssl_certificate /etc/letsencrypt/live/ /fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/ /privkey.pem; ssl on; ```
Just to confirm, do you think "swap out your webserver for something else" is a reasonable demand? > `certbot certonly` You make an assumption that this is going to work with no hiccups, across all environments. Spoiler: it doesn't. I specifically alluded to certbot and certbot-auto being (surprisingly) rough around the edges.
Re: Show HN: MovieChat.org – Archive and Replacement for IMDb Message Boards
#27Hi Everyone, My name’s Jim, and I created MovieChat.org as an archive and replacement for IMDB’s message boards which are shutting down this week. For those of you not familiar, the IMDb message boards allowed you to discuss any single movie or tv show with others (there was a separate forum for each movie/show). IMDb recently announced they were shutting down the message boards and its users were furious (there's a…
This is awesome and much needed. Just throwing it out there, but would you consider making a dump of the data you scraped that could be used by data scientists? Maybe as a torrent or something like that? Data about movies and what people say about them could form the basis of a lot of NLP projects. What other big datasets are there for forum post text data? The reddit dataset most immediately comes to mind, and I've…
Re: Show HN: MovieChat.org – Archive and Replacement for IMDb Message Boards
#28Thank you!! To my knowledge this is the only instance someone has managed to scrape the Imdb boards, very curious how you managed that. I really hope you get a sponsor/donations. This needs to be promoted to other sites/social media and I will do my part. I do have one request - can we do this for actors as well?
You can even easily join in if you want.
Re: Show HN: MovieChat.org – Archive and Replacement for IMDb Message Boards
#29Thanks for making this. Some suggestions: - How about linking back to the IMDB page for each movie? - It would be great if you displayed various ratings from IMDB, Rotten Tomatoes and elsewhere kind of like JustWatch.com does (but with links to those ratings pages). - Actually, it would be really cool if you linked to a JustWatch search too so the user can easily see if the movie is streaming anywhere that they subsc…
Yeah I was actually thinking of doing this, just been super busy trying to archive everything from IMDB before the boards shut down. Do you know the founders at JustWatch?
But rest assured we're working heavily behind the scenes to make our site & UX better and better every day with free and open movie data sources - but always trying to stay safe on the legal side.
Re: Show HN: MovieChat.org – Archive and Replacement for IMDb Message Boards
#30Hi Everyone, My name’s Jim, and I created MovieChat.org as an archive and replacement for IMDB’s message boards which are shutting down this week. For those of you not familiar, the IMDb message boards allowed you to discuss any single movie or tv show with others (there was a separate forum for each movie/show). IMDb recently announced they were shutting down the message boards and its users were furious (there's a…
This is awesome and much needed. Just throwing it out there, but would you consider making a dump of the data you scraped that could be used by data scientists? Maybe as a torrent or something like that? Data about movies and what people say about them could form the basis of a lot of NLP projects. What other big datasets are there for forum post text data? The reddit dataset most immediately comes to mind, and I've…