defendtheweb / NexBot

Node.js IRC bot
Other
8 stars 8 forks source link

!og #67

Closed lwward closed 10 years ago

lwward commented 10 years ago

OpenGraph lookup, returns the title of a given URL. If a URL is not given then it should return the title of the last URL shared on that channel.

PMaynard commented 10 years ago

We could also have the bot monitor for any http(s) URLs and have it get the title if it's a HTML page, or media type if it's a gif/jpg, then for specific sites like youtube or imgur we can get more details using things like OG.

Is this related to #9 ?