Just a simple bot that analyzes trading options on Coin Marketcap. This bot is purely experimental. Success based on this script is NOT guaranteed. Please use your best judgment.
This script uses Selenium to automate the process. So for the script to work you need to have the Selenium package installed.
pip install selenium
This script also uses the Chrome driver. Make sure you've downloaded the LATEST version and your Chrome executable is in the SAME directory as the script.
Once you have everything set up, you may run the script. python script.py
It will walk you through the process.
See sample_output.txt for a preview of the output.