gwibber-bugs team mailing list archive
-
gwibber-bugs team
-
Mailing list archive
-
Message #00403
[Bug 297233] Re: [wishlist] Add support for message logging
This request of feature have almost three years. Sadly, yet It is not
planned for a future roadmap. I think that it's very important for the
active users that have timeline flooded.
--
You received this bug notification because you are a member of Gwibber
Bug Heros, which is subscribed to Gwibber.
https://bugs.launchpad.net/bugs/297233
Title:
[wishlist] Add support for message logging
Status in Gwibber:
Confirmed
Bug description:
The number of twitter messages available for reading are 20. Every time a new tweet comes, the least recent tweet disappears. This is probably because of the limitations of the twitter API. Every time gwibber is updated, makes a call to the twitter API and pulls the 20 most recent messages.
But this makes it difficult to keep up with many frequently-updating friends or to leave gwibber running in order to catch all the updates.
A possible solution to this might be to locally store the tweets using a database.
(maybe sqlite(?) or sqlalchemy(?) could help)