Gsak3l / EToro-Trading-Bot

A simple trading script that scrapes some data from Yahoo Finance, and then buys some stocks on the e-Toro Broker. I do not know how to trade.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

E Toro trading bot

This is a bot that uses Yahoo Finance to track down what stocks to buy and how much money to spend on each stock and then buys these stocks using the EToro website.

Preview

Preview

Yahoo Finance E Toro
Yahoo Finance E Toro

Installation

Use the package manager pip to install selenium.

pip install selenium
pip install pandas

Usage

To execute the program, just type the following command

python3 main.py

Warning!!

I have no idea how stocks work, so please do not use this for your actual portfolio!

License

Licensed under the MIT License.

About

A simple trading script that scrapes some data from Yahoo Finance, and then buys some stocks on the e-Toro Broker. I do not know how to trade.

License:MIT License


Languages

Language:Python 100.0%