* Fetch conversation messages with BS4 and regex as fallback.
authorCYBERDEViLNL <CYBERDEViLNL@github.com>
Mon, 29 Oct 2018 23:05:48 +0000 (00:05 +0100)
committerCYBERDEViLNL <CYBERDEViLNL@github.com>
Mon, 29 Oct 2018 23:05:48 +0000 (00:05 +0100)
commit8a24529bc1724fd46e22940cb449d4594a30e8d2
tree5ee38632a865b9f5d4769dd19ff0869287605b06
parentd95ff94a76bbeeaee6fe63f5480c63c2d1d18b8f
* Fetch conversation messages with BS4 and regex as fallback.
-- To fetch messages call `update_messages` on a `models.Conversation` object.
-- You may now do `iter`, `len` and `getitem` with a `models.Conversation` object to get messages or to get the message count.
-- Call `messages` in a `models.Conversation` object to receive a list with messages (dict)
* BS4 for Notification model and kept regex as fallback.
* Did a trick in Notifications who() function to get a unique list without duplicates.
diaspy/errors.py
diaspy/models.py