While the original tweet is this the output to IRC is truncated and is:
(Transfer News Live) @ManUtd The fee for Romelu Lukaku could rise to £100m. £75m up front. £15m add ons plus £10m for Wayne Rooney. (Sou… https://t.co/muBXg7kc5B
Is it possible to show all the tweets of a particular user and parse them when he tweets?
I'm looking for a script just to send a message to a chan when a particular user tweets
You'd need to find wherever it is making the HTTP requests to retrieve tweets and pass an additional argument of "tweet_mode=extended". The key in the tweet status then becomes "full_text" rather than "text", so you'd have to update that as well.
Regarding showing tweets of a particular user: You could set up a twitter account and follow the one user. Then any twitter script that outputs statuses as they come in on the timeline would probably work for you.
You'd need to find wherever it is making the HTTP requests to retrieve tweets and pass an additional argument of "tweet_mode=extended". The key in the tweet status then becomes "full_text" rather than "text", so you'd have to update that as well.
Hi all
Have been using the Birdy TCL script without issues for a long time now, but for the last week or so it's been returning this error in the partyline:
While the original tweet is this the output to IRC is truncated and is:
(Transfer News Live) @ManUtd The fee for Romelu Lukaku could rise to £100m. £75m up front. £15m add ons plus £10m for Wayne Rooney. (Sou… https://t.co/muBXg7kc5B
Notice the (Sou... ) part...
How can I change it and fix it please?
Thanks
Mine does a similar thing - maybe it is a hangover from when Twitter used to restrict the number of characters per-tweet?
Just a thought though & I may be be totally wrong...