auto delete tweets - token support

Support / help / discussion forum for twitter bot
User avatar
martin@rootjazz
Site Admin
Posts: 34659
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

auto delete tweets - token support

Post by martin@rootjazz »

if you want to auto delete a tweet, have the tweet body include the token

%del_hXmY%


where
h = hours
m = minutes

so to delete tweet after:
1 hour
%del_h1%


1hr 30 minutes
%del_h1m30%


30 minutes
%del_m30%




Testing branch will have this update later today
coucan
Posts: 107
Joined: Mon Jan 06, 2014 10:25 am

Re: auto delete tweets - token support

Post by coucan »

Hello,

This "auto delete" feature doesn't work when Posting Tweets via RSS feeds.

I have tried to place the token inside the tweet body, but it does not automatically create the task for deleting the tweet later, and when posting a tweet, TD includes the full text of the token inside the tweet...

I sent you the log: 58958
User avatar
martin@rootjazz
Site Admin
Posts: 34659
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: auto delete tweets - token support

Post by martin@rootjazz »

The next update will fix this. I shall let you know when it is ready.



Regards,
Martin
User avatar
martin@rootjazz
Site Admin
Posts: 34659
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: auto delete tweets - token support

Post by martin@rootjazz »

coucan
Posts: 107
Joined: Mon Jan 06, 2014 10:25 am

Re: auto delete tweets - token support

Post by coucan »

Hi Martin,

It's still not working for me


I sent you logs: 80100
User avatar
martin@rootjazz
Site Admin
Posts: 34659
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: auto delete tweets - token support

Post by martin@rootjazz »

According to this, you are NOT setting the del_token.


Ansi
#auto_mentions# �l_h1m30%
utf8
#auto_mentions# �l_h1m30%
Something is going on with the leading % symbol.

Running tests now to see if this is coming from the app, or whether it appears to come from your side
User avatar
martin@rootjazz
Site Admin
Posts: 34659
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: auto delete tweets - token support

Post by martin@rootjazz »

can you let me know how you are specifying the RSS meta elements, most importantly the body. If private, please email me:

Code: Select all

support[at]rootjazz[dot]com
Unfortunately this info is not being logged so I cannot be sure what you are doing.

Area for concern is how the media URL is extracted:
08:15:23: Element attribute:
08:15:23: RSS URL: Sun, 14 Jun 2020 02:12:28 GMT
Seems like you specified a date element and not the <link> element (which works fine for me)



Regards,
Martin
User avatar
martin@rootjazz
Site Admin
Posts: 34659
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: auto delete tweets - token support

Post by martin@rootjazz »

tested all working here with token

Code: Select all

%del__h1m30%
coucan
Posts: 107
Joined: Mon Jan 06, 2014 10:25 am

Re: auto delete tweets - token support

Post by coucan »

Oh sorry, there was a misunderstanding, you fixed the "Post RSS" option only (the option with the Twitter Bird and RSS sign).

You did not fix the "Post Media RSS" (the option with the Chain and RSS sign).

Could you please fix the "Post Media RSS" option also?
Post Reply