YoloSwagTeam / t2m

Twitter to Mastodon timeline forwarding tool
GNU General Public License v3.0
76 stars 15 forks source link

Possible to mark all retweets as seen? #17

Closed ghost closed 6 years ago

ghost commented 6 years ago

I have a bot and I can mark all tweets as seen but I don't know if it's possible to mark retweets as seen as well for avoid its posting on mastodon... I had tried it many ways but I don't get it...

Thanks in advance, very useful the tool!

zoski commented 6 years ago

Have you tried adding -r I didn't remember running into this problem.

Regards

ghost commented 6 years ago

yeah but no luck... I tried it with -r the one and with the all options

zoski commented 6 years ago

Weird. I just looked at my command history and what I see is something like that: ./t2m one twittAccount -m Account@mastodon.server.fr -r -o Have you tried that ? With the -r and -o.

If it's not working I'll add some bots to check that.

ghost commented 6 years ago

yes, thats the one I tried. If you please could check it..

On Thu, Feb 15, 2018 at 5:49 PM, Gael notifications@github.com wrote:

Weird. I just looked at my command history and what I see is something like that: ./t2m one twittAccount -m Account@mastodon.server.fr -r -o Have you tried that ? With the -r and -o.

If it's not working I'll add some bots to check that.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Psycojoker/t2m/issues/17#issuecomment-365988958, or mute the thread https://github.com/notifications/unsubscribe-auth/ALBl0JZb0iabfJzf9rISnG8gt_sIfa_pks5tVGAXgaJpZM4SFuvk .

zoski commented 6 years ago

Here is some news @Turbito

I got no problem following the documentation. Here is what I did:

# Adding the account in debug mode with '-d' a checking the last 10 tweets and retweets
./t2m one twitterAccount -m mastoAccount@masto.raildecake.fr -n 10 -r -d
# Forwarding the 5 last tweets and retweets with "-r"
./t2m one twitterAccount -m mastoAccount@masto.raildecake.fr -n 5 -r
# Marking all tweets and retweets as seen
./t2m one twitterAccount -m mastoAccount@masto.raildecake.fr -r -o
# Checking if everything is fine (and it was)
./t2m all -r
# Got a "Nothing to do for twitterAccount" 
ghost commented 6 years ago

Maybe I didn't do the debug thing? Well thanks you for confirm I was my fault.

zoski commented 6 years ago

The debug step is optional... Good luck