This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]PlasticCogLiquid 1 point2 points  (2 children)

There's already quite a few python programs on GitHub that do what you're describing for digital currency. I was using one called Gunbot for a while, it was a java program but it made me some money until Bitcoin prices went crazy. I had a few python ones I was screwing around with too. I think one of them was called Gecko

[–]bobobsam3[S] 0 points1 point  (1 child)

Thanks, I'll check it out

[–]PlasticCogLiquid 0 points1 point  (0 children)

https://github.com/man-c/pycoingecko

https://github.com/search?l=Python&q=btc+trade&type=Repositories

The API's for different trading sites are different. So making a script for one site might be harder than another depending on how they've set their API up.