mfisher911 / imdb_search

Scrape IMDb for Day One entry templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

imdb_search

Access OMDb for Day One entry template content.

Expects a POSTed form with a variable "input", which can either be a URL (from "Copy URL") or the text from an iOS Share Sheet action.

Returns a JSON dictionary with the following keys:

  • title -- IMDb page title
  • url -- IMDb page URL
  • summary -- Full IMDb summary
  • letterbox_title -- title with the year removed

Deployment Notes

Runs behind a reverse proxy with the following tooling:

  • uWSGI application server
  • Supervisor Process Control System

About

Scrape IMDb for Day One entry templates


Languages

Language:Python 94.9%Language:Shell 5.1%