prinsss / twitter-web-exporter

Export tweets, bookmarks, lists and much more from Twitter(X) web app. (推文/书签/收藏/列表导出工具)
MIT License
1.06k stars 85 forks source link

Export chat history from user #21

Closed nikitavoloboev closed 1 week ago

prinsss commented 6 months 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.

prinsss commented 1 week ago

Exporting direct messages is supported now in nightly builds. Feedback is welcome. :)