I want to add a timer message which sends the link of for example the most recent tweet of someone, is it possible to do this by variables or do i need to always do it by hand
Is it possible for me to add variables or a way to automatically edit a timer?
3 replies
Hey @Jumpy Llama!
There's an API for it:
https://decapi.me/twitter/latest_url?name=TWITTER_USERNAME
To use it simply put it in an $(urlfetch) and update the TWITTER_USERNAME:
$(urlfetch https://decapi.me/twitter/latest_url?name=Cattoh)
You can also have the latest Tweet instead of just the URL by using latest instead of latest_url.
Documentation link