Closed adwhit closed 4 years ago
I think the entire direct
module is out of service for the moment - Twitter changed their Direct Message API back in 2018, and egg-mode never caught up. The new API is better in at least one specific regard - sent
and received
are no longer separate endpoints, so most of the work that the ConversationsTimeline
is doing isn't necessary any more. (It's still worth having something like that, just to separate out individual threads from the stream, but at least it doesn't have to juggle two Futures to make it work.) However, since the change is more substantial than "the URL has changed", it'll probably take some extra work to make it happen.
Has the URL changed or been removed?