Closed nikitavoloboev closed 1 week ago
This feature could be implemented by adding a module intercepting following API requests:
https://twitter.com/i/api/1.1/dm/user_updates.json https://twitter.com/i/api/1.1/dm/conversation/{uid}-{uid}.json
It seems that Direct Messages are still using the legacy v1.1 API and extra works may be required to support that. Will have a look into it if I have time later.
Exporting direct messages is supported now in nightly builds. Feedback is welcome. :)
This feature could be implemented by adding a module intercepting following API requests:
It seems that Direct Messages are still using the legacy v1.1 API and extra works may be required to support that. Will have a look into it if I have time later.