[–] WarOnPrivacy 11mo ago ↗ This could be cool. I'm recently scouring lists looking for sleepers made 1930s-1980s.
[–] oguz-ismail 11mo ago ↗ off-topic but why is there a vim swap file in the repo? https://github.com/isene/IMDB/blob/main/.imdb.swp
[–] squishington 11mo ago ↗ Cool project. I've been using this IMDB interface and really like its simplicity: https://github.com/zyachel/libremdb
[–] thrown-0825 11mo ago ↗ How does this access the IMDB api? I thought amazon had some pretty extreme pricing tiers for that.
[–] AdieuToLogic 11mo ago ↗ A couple notes regarding the GitHub repo.First, adding a `.gitignore` with at least the following: .*.swp *.swp Would help.Second, committing the generated `gem` artifacts is not a good practice. Either publish[0] it or let those who use it build and distribute it themselves.0 - https://guides.rubygems.org/publishing/
[–] rudolftheone 10mo ago ↗ It would be great to have an ability to browse all the imdb movies/tv series, not just top 250 - but I like the direction :)
8 comments
[ 3.2 ms ] story [ 27.8 ms ] threadFirst, adding a `.gitignore` with at least the following:
Would help.Second, committing the generated `gem` artifacts is not a good practice. Either publish[0] it or let those who use it build and distribute it themselves.
0 - https://guides.rubygems.org/publishing/