DEV Community

Marques Traylor
Marques Traylor

Posted on

Shadow

Spent a while working on the trading bot and then I thought, why just stop at one? Why not have a network of bots that are able to trade or perform any task for me while I am away?

Build and configure them to my liking, put them on a server and have them receive signals which are connected to a task for them to perform.

I started working on this for a while and I would love to share my current progress on the project. I decided to write it in python because I figured it would be a lot easier to run the network on my raspberry pi.

There's still work to be done and a lot of different ideas I want to try, but the basic idea is there and if you want to check it out the link to the repo is below!

https://github.com/TraylorBoy/Shadow

I plan on adding several built-in bots like the automated trader from my last post.

Top comments (0)