Skip to content

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

Notifications You must be signed in to change notification settings

lepinkainen/titleparser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •