[ 3 / biz / cgl / ck / diy / fa / ic / jp / lit / sci / vr / vt ] [ index / top / reports ] [ become a patron ] [ status ]
2023-11: Warosu is now out of extended maintenance.

/biz/ - Business & Finance


View post   

File: 2 KB, 290x20, gfh.png [View same] [iqdb] [saucenao] [google]
3511991 No.3511991 [Reply] [Original]

any programmingfags here?hwo do i summon an element from the source code of a website? for example here i want to extract this usd data and display it on another website. how do i do that?

>> No.3512009

>>3511991
You just want a real time BTC price ticker?

>> No.3512013

use regex niBBa

>> No.3512024

>>3512009
You don't need to learn programming to do that. BTC's real price is 0.

>> No.3512030

>>3511991
Just use an API ya dufus

>> No.3512037
File: 246 KB, 1200x849, 1478619219771.jpg [View same] [iqdb] [saucenao] [google]
3512037

If the site you're grabbing has an API you can use that.
Otherwise xhr the url, pray they allow xhr and grab the data from there.

>> No.3512044

>>3511991
To start you on your journey, coinbase has an API for price ticker, theirs a thousand others out there as well.

>> No.3512056
File: 119 KB, 300x300, bitcoindiscordpython.png [View same] [iqdb] [saucenao] [google]
3512056

>>3511991
There are coders in the +2200 member bitpam /biz/ cryptocurrency trading/mining/coding discord server, hope this helps and good luck making it.

discord.gg/VpPrGmF

>> No.3512096

>>3512037
>xhr
that looks interesting. thanks
>>3512056
already there

>> No.3512130

Use script injector, load jquery, £(".price").data
Change euro sign to dollar sign

>> No.3512267

>>3512096
darn lol

>> No.3512302

use an html parsing library