openchat
openchat copied to clipboard
Integrate a Crawler to crawl data from the links sent as a message
Crawler crawls some basic data show the user a basic outline of the link sent in the message.
Where/How to start? Where to integrate the Crawler? Would you like to implement symfony/dom-crawler? :)
I think using dom-crawler is fine.
What do you think about that, @ankitjain28may :) ?
@kniziol @peter279k Yeah we can use dom-crawler, just need the title and description to the page similar to telegram and other messaging platforms.
Where/How to start? Where to integrate the Crawler?