Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 593 Bytes

File metadata and controls

17 lines (10 loc) · 593 Bytes

titleparser

test workflow

A Golang implementation of an URL title parser running in AWS Lambda

  • Fetches both the <title> element and Opengraph title (<meta property="og:title" content="Title" />), preference on the latter as it is usually less spammy.

Custom parsers for:

  • Imgur
  • IMDB (via OMDB)
  • Hackernews (via API)

TODO

Custom parsers for different sites, lifted from Pyfibot's custom title parsers