Export Twitter Bookmarks

Exports the data of your Twitter bookmarks into a JSON file that you can download

Version vom 20.10.2024. Aktuellste Version

Du musst eine Erweiterung wie Tampermonkey, Greasemonkey oder Violentmonkey installieren, um dieses Skript zu installieren.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

Sie müssten eine Skript Manager Erweiterung installieren damit sie dieses Skript installieren können

(Ich habe schon ein Skript Manager, Lass mich es installieren!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Autor
gpp-0
Bewertungen
0 0 0
Version
1
Erstellt am
20.10.2024
Letzte Aktualisierung
20.10.2024
Größe
4,04 KB
Lizenz
MIT
Wird angewandt auf

This script records any tweets that appear on your Bookmarks page, and then saves them into a JSON file when requested.

Press the F2 key to download all recorded bookmarks.

The script will not download all bookmarks at once, only bookmarks that get fetched by the browser can be stored.

This means that you have to scroll down the list of bookmarks in order to capture them all. The scrolling speed can be quite fast, but it must be slow enough to ensure that the browser actually fetches the tweets. If you feel like you skipped some tweets, you can simply scroll back up to them and then continue on. (Protip: Use the middle mouse button to autoscroll while you make some coffee)

The saved data contains the tweet URLs (which also include the tweet author), their text content, the date of creation, and the URLs of all embedded images. Videos themselves are not included, but the existence of videos in a tweet is. You can get the videos from these tweets using tools like yt-dlp by passing the tweet URL as an argument. Quoted tweets are not included

The script works purely by looking at the HTML of the page, it has no access to your account and it doesn't use Twitter's API.