Author

Topic: Looking for way to display Poloniex ticker out of browser; Widget? (Read 1467 times)

full member
Activity: 155
Merit: 100
if you are still looking for something like that i recently made a small program that might do what you were looking for

https://bitcointalksearch.org/topic/deleted-2237515


greetings Wink
newbie
Activity: 16
Merit: 0
I am wanting to take the Poloniex ticker; (I prefer the EXACT way it is setup now, with favorites, and search, etc..) and have it in a 3rd party view, Out of the whole browser, and have it like a desktop widget, or moveable box the same size it displays in browser.... I tried doing it with python but i never used python much, Im still learning it really. Does anyone know the best way to do this? OR if there is a way or Add On that could help??

it is not called widget, if you mean one of those things you place on your desktop (sidebar) they are called gadgets.

for outside of a browser ticker you need to know a programming language. and there are some free bots available open source for many different stuff that you can use.

also in the poloniex API page on top of the page there are links to the wrappers that you can use for this purpose (i think there are python, php and another language that i can't remember)

for creating a windows gadget you need to know html (the gadget is like a IE window) and if you google create a desktop gadget you find a good msdn article about it.

Thanks for the ideas, I am going to look it up and Try my best! If i can be successful I will defiantly share it for anyone who wants it. That is IF at the moment haha!
legendary
Activity: 1358
Merit: 1014
Somebody knows a way to do this? I want to monitor several crypto coins at once, and i only want to have the price displaying on the firefox tab, because if i have several tabs opened with the charts, my computer starts slowing down. Too much data to handle, I need the ticket only.
hero member
Activity: 1470
Merit: 655
I am wanting to take the Poloniex ticker; (I prefer the EXACT way it is setup now, with favorites, and search, etc..) and have it in a 3rd party view, Out of the whole browser, and have it like a desktop widget, or moveable box the same size it displays in browser.... I tried doing it with python but i never used python much, Im still learning it really. Does anyone know the best way to do this? OR if there is a way or Add On that could help??

it is not called widget, if you mean one of those things you place on your desktop (sidebar) they are called gadgets.

for outside of a browser ticker you need to know a programming language. and there are some free bots available open source for many different stuff that you can use.

also in the poloniex API page on top of the page there are links to the wrappers that you can use for this purpose (i think there are python, php and another language that i can't remember)

for creating a windows gadget you need to know html (the gadget is like a IE window) and if you google create a desktop gadget you find a good msdn article about it.
tyz
legendary
Activity: 3360
Merit: 1533
As far as I know, there is no such widget provided by Poloniex.
You can use the API to create one by yourself. There are free codes for nice widgets available on the net. All you need it to fetch the data and itegrate it into the widget.
newbie
Activity: 16
Merit: 0
Thanks, I will try. Can you suggest how i should go about it? Python? If so should I try to scrape it with API or a Beautifulsoup > Requests? I cant figure it out using others peoples random tutorials from online...  Huh
newbie
Activity: 2
Merit: 0
I did a similar project programming an investor bot. Your best shot is really programming it yourself. To help you with the gui inform your self about pyqt.
newbie
Activity: 16
Merit: 0
I am wanting to take the Poloniex ticker; (I prefer the EXACT way it is setup now, with favorites, and search, etc..) and have it in a 3rd party view, Out of the whole browser, and have it like a desktop widget, or moveable box the same size it displays in browser.... I tried doing it with python but i never used python much, Im still learning it really. Does anyone know the best way to do this? OR if there is a way or Add On that could help??
Jump to: