emnsk All American 2861 Posts user info edit post |
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 |
qntmfred retired 40807 Posts user info edit post |
are you talking about twitter bookmarks 12/2/2024 11:50:09 AM |
emnsk All American 2861 Posts user info edit post |
twitter, instagram 12/2/2024 12:09:09 PM |
qntmfred retired 40807 Posts user info edit post |
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 |
CaelNCSU All American 7132 Posts user info edit post |
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 |
TreeTwista10 minisoldr 148566 Posts user info edit post |
Try ChatwwGPT 12/2/2024 7:22:59 PM |