py-traider-data-collector is a basic implementation of a python application that process crypto prices from the coin gecko
This tool is limited to security research only, and the user assumes all legal and related responsibilities arising from its use! The author assumes no legal responsibility!
Install dependencies using pip:
python -m venv venv
source venv/bin/activate
pip install -r requirements.txtRun your Python code:
python main.pyTo deactivate the virtual environment and return to your system's Python environment, run:
deactivate