If I wanted to create some script where I can set certain conditions to automate a tool to go through and clean my bookmarks on a social media app, how would I go about doing that?[Edited on December 2, 2024 at 11:41 AM. Reason : I have a lot of unnecessary stuff and I want to get rid of clutter]
12/2/2024 11:41:19 AM
are you talking about twitter bookmarks
12/2/2024 11:50:09 AM
twitter, instagram
12/2/2024 12:09:09 PM
typically you'd try to use the platform's API directly, but you're not gonna have much luck with that approach for either twitter or instagram.you could write a browser extension or selenium/playwright scripts to automate what you want to do.
12/2/2024 12:57:48 PM
TamperMonkey use document.querySelectorAll and navigator.clipboard.I have found the filesystem access to be a pain in the ass so I generally use the clipboard or post an http request to a server running locally.
12/2/2024 1:12:31 PM
Try ChatwwGPT
12/2/2024 7:22:59 PM