I need some script or piece of software which will list me all of my unanswered mentions I know I have such a huge backlog, but listing them is the problem
-
I need some script or piece of software which will list me all of my unanswered mentions I know I have such a huge backlog, but listing them is the problem
-
I need some script or piece of software which will list me all of my unanswered mentions I know I have such a huge backlog, but listing them is the problem
@MagicLike@soc.sekundenklebertransportverbot.de tell me when finished
-
M magiclike@soc.sekundenklebertransportverbot.de shared this topic
-
I need some script or piece of software which will list me all of my unanswered mentions I know I have such a huge backlog, but listing them is the problem
@MagicLike@soc.sekundenklebertransportverbot.de So a script that checks all of your last X mentions and sees if you haven't anwsered to it?
Doesn't sound to bad. You either need a marker when to stop (like the last 200 mentions) and you need to specify what "anwesered" means. Is it just a reaction or only like a real answer? -
@MagicLike@soc.sekundenklebertransportverbot.de So a script that checks all of your last X mentions and sees if you haven't anwsered to it?
Doesn't sound to bad. You either need a marker when to stop (like the last 200 mentions) and you need to specify what "anwesered" means. Is it just a reaction or only like a real answer?@Erpel I think no interaction (except bookmarks) means unanswered, because the end of a conversation does not need a reply...
And I guess it should also be able to input a range marker, like from mention 200-400 (if that is possible or just extending the limit bit by bit - I have basically 0 xp with fedi software apis so yeah idk if that is possible) -
@Erpel I think no interaction (except bookmarks) means unanswered, because the end of a conversation does not need a reply...
And I guess it should also be able to input a range marker, like from mention 200-400 (if that is possible or just extending the limit bit by bit - I have basically 0 xp with fedi software apis so yeah idk if that is possible)@MagicLike@soc.sekundenklebertransportverbot.de Should be possible.
Ping me tomorrow and I try to do a quick hack for the Mastodon API in python (today I am busy with something else) -
@MagicLike@soc.sekundenklebertransportverbot.de Should be possible.
Ping me tomorrow and I try to do a quick hack for the Mastodon API in python (today I am busy with something else)@Erpel I'll set up a timed post here, I myself am busy tomorrow till the afternoon - thank you for taking a look at it
-
@Erpel I'll set up a timed post here, I myself am busy tomorrow till the afternoon - thank you for taking a look at it
@MagicLike@soc.sekundenklebertransportverbot.de Mir war langweilig. Probier also das hier mal aus
starten mitpython mastodon_mentions.py
mit dem parameter-l
bzw.--limit
kannst du festlegen wie viele der letzten mentions du möchtest (wird immer zum nächsten vollen 40 aufgerundet. Werte bis 400 gehen)
Also z.B.python mastodon_mentions.py -l 400
prüft die letzten 400 mentionspython mastodon_mentions.py -l 100
, rundet auf 120 auf und gibt die dann in einer HTML Datei aus -
@MagicLike@soc.sekundenklebertransportverbot.de Mir war langweilig. Probier also das hier mal aus
starten mitpython mastodon_mentions.py
mit dem parameter-l
bzw.--limit
kannst du festlegen wie viele der letzten mentions du möchtest (wird immer zum nächsten vollen 40 aufgerundet. Werte bis 400 gehen)
Also z.B.python mastodon_mentions.py -l 400
prüft die letzten 400 mentionspython mastodon_mentions.py -l 100
, rundet auf 120 auf und gibt die dann in einer HTML Datei aus@Erpel funktioniert super :3 danke
-
@Erpel funktioniert super :3 danke
@MagicLike@soc.sekundenklebertransportverbot.de Hier jetzt auch in einem Repo falls du das weiter wmpfehlen willst
https://codeberg.org/fotoente/Fedi-tools/src/branch/main/show_unanwsered_mentions
@fabos@der.cyberterror.ist du wolltest so ein skript für Misskey compatible API richtig? Das dir anzeigt mit welchen replies & mentions du noch nicht interagiert hast? -
@Erpel I'll set up a timed post here, I myself am busy tomorrow till the afternoon - thank you for taking a look at it
This post is deleted! -
@MagicLike@soc.sekundenklebertransportverbot.de tell me when finished