badoux / goscraper

Golang pkg to quickly return a preview of a webpage (title/description/images)
MIT License
108 stars 38 forks source link

Add website name and icon url for output #6

Closed chenyunchen closed 5 years ago

chenyunchen commented 5 years ago

Add more information from getting url.
Like slack message: Imgur

We need the following data to render the result :)

1. Icon 2. Website Name

  1. Title
  2. Description
  3. Image
  4. Url
Icon : https://assets-cdn.github.com/favicon.ico
Name : GitHub
Title : chenyunchen - Overview
Description : Freelancer, Full Stack Web Developer. Love Golang. - chenyunchen
Image: https://avatars3.githubusercontent.com/u/5100757?s=400&v=4
Url : https://github.com/chenyunchen
badoux commented 5 years ago

Thanks, good work !