forked from go-chat-bot/plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
As mentioned on issue #1 it would be great having access to the history of all url sent to the channels/groups.
- All urls recognized by the bot should be recorded with the following information: channel, date and time, sender, short version* of the url and page title.
- A command, that accept a few parameters for filtering, should return those saved urls. Filters like channel, sender, date and title keywords must be enough.
- The history must be sent to the user who requested as a private message.
* If the url is greater than 75 characters create a short version using the same service that the plugin described on issue #1 uses.
bmeneg