caegomezji/etoro_bot — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple Python eToro trading bot service for personal use and testing. I want it to log in with my eToro username and password from environment variables, open a browser session, and expose a local web API where I can send a trade request.

The main thing I need is a trade endpoint where I can post the action, like buy or sell, the symbol, like BTC, whether to use the virtual portfolio, and the amount to trade. Please make virtual portfolio easy to use so I don’t accidentally test with real money.

It should run locally, with an option to see the browser while it works, and also have a Docker setup for people who prefer that. Add a sample env file, clear setup instructions, and a small example request showing how to call it.

Telegram alerts can be optional, just for warning me if something goes wrong. Keep it simple and safe, this is just for fun. Look up current docs online if you need to.

Want more depth? Deep Reverse