Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How would i pull string from a site like trello and use it in roblox studio?

Asked by 8 years ago

So i am not that familiar with trello api, or the http service. So I was thinking to my self, i know how to add cards and string to trello, but how can i pull it from trello. So I've tried things like httpservice:GetAsync() but that simply returns the html code of the site. What i want is to have a text label update every few moments or so to the same string as that on the trello card, or any other site. This is something I'm very curious in doing, any guide to the right direction or help would be very well appreciated.

~~koolkid8099

0
You will need to use trello's api. From what i can see you need to simulate this code:- https://trello.com/1/client.coffee. And use the full api for reading cards here https://developers.trello.com/advanced-reference/card. 1st step is to get your api key here https://developers.trello.com/get-started/start-building#connect. Add a msg if you need any more help. User#5423 17 — 8y

Answer this question